The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> PLEASE HELP: encoding problem, photos getting cut off
paytonc123
post Feb 5 2012, 04:56 PM
Post #1





Group: Members
Posts: 1
Joined: 5-February 12
Member No.: 16,404



I'm trying to put together my blog on tumblr, but the layout I'm currently using is cutting off the bottom of my photos.
Here is the link to my blog http://paytonnx33.tumblr.com/
This is the coding for my layout. Help if you can?

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<!-- ----------------------------------
Theme Urban 2 by Max Davis, 2011.
http://themes.themaxdavis.com
---------------------------------- -->

<html>
<head>
<meta name="color:background" content="#ffffff"/>
<meta name="color:center" content="#ffffff"/>
<meta name="color:Header Title" content="#333333"/>
<meta name="color:Header Links" content="#333333"/>
<meta name="color:text" content="#999999"/>
<meta name="color:title" content="#333333"/>
<meta name="color:link" content="#333333"/>
<meta name="color:link hover" content="#999999"/>
<meta name="color:border" content="#eeeeee"/>
<meta name="color:Post hover" content="#000000"/>
<meta name="color:Post hover text" content="#ffffff"/>

<meta name="image:Background" content="" />
<meta name="image:Header" content="" />
<meta name="image:Portrait" content="" />

<meta name="if:Transparent Header" content="1"/>
<meta name="if:sidebar" content="1"/>
<meta name="if:sidebar fixed" content="1"/>
<meta name="if:sidebar left or right" content="1"/>
<meta name="if:infinite scrolling" content="1"/>
<meta name="if:borders" content="0"/>
<meta name="if:Shadow" content="0"/>
<meta name="if:Vignette" content="0"/>
<meta name="if:Notes Zoom In" content="0"/>
<meta name="if:Show archive" content="0"/>
<meta name="if:Show random" content="0"/>
<meta name="if:Show rss" content="0"/>

<meta name="text:Ask title" content=""/>
<meta name="text:Next Page" content="Next Page" />
<meta name="text:Previous Page" content="Previous Page" />
<meta name="text:Link 1" content="" />
<meta name="text:Link 1 Title" content="" />
<meta name="text:Link 2" content="" />
<meta name="text:Link 2 Title" content="" />
<meta name="text:Link 3" content="" />
<meta name="text:Link 3 Title" content="" />
<meta name="text:Link 4" content="" />
<meta name="text:Link 4 Title" content="" />

<title>{Title}</title>
<link rel="stylesheet" href="http://static.tumblr.com/usaykzx/o8Bku9w35/reset.css" type="text/css" />
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml" href="{RSS}">
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<script src="http://themes.themaxdavis.com/scripts/jquery-1.3.2.min.js" type="text/javascript"></script>{block:Ifinfinitescrolling}
<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
{/block:Ifinfinitescrolling}
</head>
<style type="text/css">
iframe#tumblr_controls {top: 1px !important;margin: 0 0 0 0;right: 4px !important;position:fixed !important;}
body{margin-top: 0px;text-align:justify;color: {color:text};font-family:arial;font-size: 10px;line-height: 12px;background-color:{color:background};background-image:url({image:Background});background-attachment: fixed;background-position:top center;background-repeat: repeat;}a:link, a:visited, a:active{color:{color:link};text-decoration:none;line-height:12px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}a:hover{border-bottom:0px ; color: {color:link hover};line-height:12px;-webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;-o-transition: all 0.2s ease-out;transition: all 0.2s ease-out;}a:active{outline: none;}a:focus{-moz-outline-style: none;}:-moz-any-link:focus{outline: none;}img{border:none;}

div#center{width:930px;margin-right:auto;margin-left:auto;margin-top: 30px;margin-bottom: 30px;}
#container {margin-top: 10px; color: {color:text};line-height: 11px;font-size: 10px;height:auto;
display:block;margin-bottom: 20px;
{block:IfSidebar}{block:Ifsidebarleftorright}
{block:IfNotborders}margin-left:305px;{/block:IfNotborders}
{block:Ifborders}margin-left:307px;{/block:Ifborders}
{/block:Ifsidebarleftorright}{/block:IfSidebar}
{block:IndexPage}{block:IfNotSidebar}width:936px;{/block:IfNotSidebar}{/block:IndexPage}
{block:IndexPage}{block:IfSidebar}width:624px;{/block:IfSidebar}{/block:IndexPage}
{block:PermalinkPage}{block:IfSidebar}width:520px;{/block:IfSidebar}{/block:PermalinkPage}
{block:IfNotSidebar}{block:PermalinkPage}width:930px;margin-right:auto;margin-left:auto;{/block:PermalinkPage}{/block:IfNotSidebar}}

#sidebar{width:280px;padding:10px;margin-top:10px;background-color:{color:center};font- size:10px;{block:IfNotsidebarleftorright}{block:Ifborders}{block:IndexPage}margi
n-left:629px;{/block:IndexPage}
{block:PermalinkPage}margin-left:634px;{/block:PermalinkPage}{/block:Ifborders}
{block:IfNotborders}{block:IndexPage}margin-left:625px;{/block:IndexPage}
{block:PermalinkPage}margin-left:630px;{/block:PermalinkPage}{/block:IfNotborders}
{/block:IfNotsidebarleftorright}{block:Ifsidebarleftorright}margin-left:0px;{/block:Ifsidebarleftorright}{block:Ifshadow}-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);box-shadow: 0px 0px 5px rgba(0,0,0,0.2);{/block:Ifshadow}{block:Ifborders}border:1px solid {color:border};{/block:Ifborders}}

#sidebar.absolute{position:absolute;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
#sidebar.fixed{position:fixed;top:15px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}

div#header{margin:5px;{block:IfNotSidebar}{/block:IfNotSidebar}font-size: 9px;color:{color:text};{block:IfNotSidebar}{block:IfNotHeaderTransparent}backgro
und-color: {color:center};{block:Ifshadow}-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);box-shadow: 0px 0px 5px rgba(0,0,0,0.2);{/block:Ifshadow}{block:Ifborders}border:1px solid {color:border};{/block:Ifborders}{/block:IfNotHeaderTransparent}
{block:IfHeaderTransparent}background-color:transparent;{/block:IfHeaderTransparent}
{/block:IfNotSidebar}{block:Ifborders}width:904px;{/block:Ifborders}{block:IfNotborders}width:900px;{/block:IfNotborders}padding: 10px; padding-bottom: 10px;height: auto;{block:PermalinkPage}margin-bottom:5px;{/block:PermalinkPage}{block:IfNotSidebar}{/block:IfNotSidebar}}
div#header h1{text-align:center; color:{color:header title};font-size:45px; font-family:{font:title};line-height: 70px;letter-spacing: 0px;font-weight:bold;font-style:normal;}
.link {color:{color:HeaderLinks}; font-size:11px; font-weight:bold;font-style:normal;}
.link:hover {color:{color:hover};}
.link a{color:{color:HeaderLinks};}
.navi {font-weight: normal; font-size:10.5px; color:{color:text};font-style:normal;}
{block:IndexPage}#entry {{block:Ifborders}border:1px solid {color:border};{/block:Ifborders}{block:IndexPage}background-color:{color:center};float:left;width:300px;height: 200px;overflow:hidden;margin:5px;{/block:IndexPage}{block:PermalinkPage}width:520px;margin-top: 5px;margin-right:auto;margin-left:auto;{/block:PermalinkPage}{block:Ifshadow}-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);box-shadow: 0px 0px 5px rgba(0,0,0,0.2);{/block:Ifshadow}}{/block:IndexPage}
#photo {width:500px; height: 140px;}
#photo img{min-height:140px;}
p{ margin-top:0px; margin-bottom:0px;}
.label {font-weight:bold;}
ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
blockquote{padding:0px; padding-left:5px; margin:5px;}
blockquote img{display:block; width:100%;}
blockquote p{padding:0px; margin:0px;}
blockquote blockquote{position:relative;left:-2px;margin-top:0px;margin-right:0px;padding-right:0px;}{block:IndexPage}#entry img{margin-top:0px;}{/block:IndexPage}{block:IndexPage}#entry img{width:300px;} {/block:IndexPage}{block:IndexPage}#entry object, embed{width:300px; margin-left:0px; margin-top:0px;}{/block:IndexPage}{block:PermalinkPage}#entry object, embed{width:500px;}{/block:PermalinkPage}{block:PermalinkPage}#entry img{max-width:500px;}{/block:PermalinkPage}
#notes{background-color:{color:center};display:block;width: 490px;line-height: 18px;float: right;padding: 5px;margin-top: 10px;text-align: left;}
.notes img{width:15px;position:relative;top:2.5px;}
ol.notes, .notes li{list-style:none;margin-left:20px;padding:0px;}
.audioinfo{display:block;margin-left:0px;margin-top:0px;margin-bottom:4px;text-align: left;height:10px;padding:2px;width:100px;}
a img{border:none;}
#video object{position:relative; margin-top:-20px;}
#video{overflow:hidden;}
.label {color: {color:bold text};font-weight: bold;line-height:12px;}
.odd {padding:2px;}
h1 { color: {color:Headertitle};
font-size: 52px;font-family:font-family: 'Open Sans', sans-serif;font-weight: 800;
line-height: 46px;
letter-spacing: -2px;}
h2 { color: {color:title};
font-family:font-family: 'Open Sans', sans-serif;font-weight: 800;
font-size: 20px;line-height: 20px;
letter-spacing: -1px;
font-style:normal;}
h3 { color: {color:title};
font-size: 10px;font-family:font-family: 'Open Sans', sans-serif;font-weight: 800;
letter-spacing: 0px;}

#quote{padding:10px;}
#textadd{padding:10px;}
#linkadd{padding:10px;}
#audioadd{padding:10px;}
#chatadd{padding:10px;}
#questionadd{padding-top:10px; padding-left:20px; padding-right:20px; padding-bottom: 5px;}
#answeradd{padding-top:0px; padding-left:10px; padding-right:20px; padding-bottom: 0px;}
.permalink_notes{{block:IfNotesZoomIn}font-size:70px;width:400px;margin-left:-50px;{/block:IfNotesZoomIn}{block:IfNotNotesZoomIn}font-size:40px;width:300px;{/block:IfNotNotesZoomIn}letter-spacing: -2px;display:block; position:absolute; color:{color:Post hover text};font-weight:bold;opacity:0;margin-top: 90px; text-align: center; padding-left: 5px;padding-top:4px;padding-bottom:2px;font-style:normal;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
#entry:hover .permalink_notes {opacity:1;font-size:40px;width:300px; margin-left:0px;display: block;{block:ifvignette}text-shadow: 0 0 0.15em rgba(0,0,0,0.2), 0 0 0.15em rgba(0,0,0,0.2),0 0 0.25em rgba(0,0,0,0.15);{/block:ifvignette}-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}.permalink_notes a {color:{color:Post hover text};}
.permalink_info{ font-size:11px;display:block;
position:absolute;width:300px; font-weight:bold;opacity:0;margin-top: 115px; text-align:center;
padding-left: 5px;padding-top:4px;color:{color:Post hover text};padding-bottom:2px;-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}
.permalink_info a {color:{color:Post hover text};}
#entry:hover .permalink_info {opacity:1;display: block;{block:ifvignette}text-shadow: 0 0 0.25em rgba(0,0,0,0.3), 0 0 0.25em rgba(0,0,0,0.3),0 0 0.25em rgba(0,0,0,0.3);{/block:ifvignette}
-webkit-transition: all 0.15s linear; -moz-transition: all 0.15s linear; -o-transition: all 0.15s linear;}
.permalink{font-size:184px;display:block;position:absolute;width:300px;height:200px;margin-top:0px;text-align: center;background-color:{color:Post hover};opacity: 0;-webkit-transition: all 0.2s linear;-moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}
#entry:hover .permalink {display:block; opacity: 0.9;{block:ifvignette}-moz-box-shadow: inset 0 0 75px rgba(0,0,0,0.5);-webkit-box-shadow: inset 0 0 75px rgba(0,0,0,0.5);box-shadow: inset 0 0 75px rgba(0,0,0,0.5);{/block:ifvignette}-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear;-o-transition: all 0.2s linear;}.date2 a {color:;}.date2 a:hover {color:;}
#answer{margin-top: 1px;}div#audioinfo{z-index:2;position:absolute;background:white;opacity:0.7;padding:10px;width:280px;margin-top:75px;overflow:hidden;}div#audioinfo2{z-index:2;position:absolute;background:white;opacity:0.7;padding:0 10px;width:280px;margin-top:122px;height:0px;-webkit-transition: all 0.3s linear;overflow:hidden;-moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}#entry:hover div#audioinfo2{z-index:2;position:absolute;background:white;opacity:0.7;padding:10px;height:auto;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear; -o-transition: all 0.3s linear;}

#permalinkpage{width:500px;{block:IfSidebar}margin:15px 75px;{/block:IfSidebar}{block:IfNotSidebar}margin:15px auto;{/block:IfNotSidebar}height:auto;padding:20px;background-color:{color:center};{block:Ifshadow}-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);{/block:Ifshadow}{block:Ifborders}border:1px solid {color:border};{/block:Ifborders}}

#permalinkinfo{{block:Ifborders}border:1px solid {color:border};{/block:Ifborders}{block:IfSidebar}margin-left:75px;{/block:IfSidebar}{block:IfNotSidebar}margin:auto;{/block:IfNotSidebar}width:500px;padding:20px;text-align:center;background-color:{color:center};{block:Ifshadow}-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);box-shadow:0px 0px 5px rgba(0,0,0,0.2);{/block:Ifshadow}}

{CustomCSS}
</style>
{block:IfSidebarfixed}
<script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script><script type='text/javascript' src='http://static.tumblr.com/8jq17g7/Amelqhfi4/sidebar.js'></script>
{/block:IfSidebarfixed}
</head>
<body>
<div id="center">
<div id="header">
{block:IfHeaderImage}<center>
<a href="/"><img src="{image:Header}"style="max-width:930px; max-height:400px" /></a>
</center><br><br>{/block:IfHeaderImage}
{block:IfNotSidebar}{block:IfNotHeaderImage}<a href="/"><h1>{title}</h1></a>{/block:IfNotHeaderImage}<center><span class="link">{block:AskEnabled}<a href="/ask" class="link">{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a>{/block:AskEnabled}{block:HasPages}{block:Pages}    <a href="{URL}" class="link">{Label}</a>{/block:Pages}{/block:HasPages}{block:ifLink1Title}     <a href="{text:Link 1}" class="link">{text:Link 1 Title}</a>{/block:ifLink1Title}{block:ifLink2Title}     <a href="{text:Link 2}" class="link">{text:Link 2 Title}</a>{/block:ifLink2Title}{block:ifLink3Title}     <a href="{text:Link 3}" class="link">{text:Link 3 Title}</a>{/block:ifLink3Title}{block:ifLink4Title}    <a href="{text:Link 4}" class="link">{text:Link 4 Title}</a>{/block:ifLink4Title}{block:ifshowarchive}    <a href="/archive" class="link">Archive</a>{/block:ifshowarchive}{block:ifshowrandom}    <a href="/random" class="link">Random</a>{/block:ifshowrandom}{block:ifshowrss}
    
<a href="{RSS}" class="link">Rss</a>
{/block:ifshowrss}    
<a href="http://maxdavis-themes.tumblr.com/" class="link">Theme</a></center>
<br></center>
<center>{Description}<br><br></center>
{block:IfNotinfinitescrolling}
</span><center>
{block:Pagination}
{block:PreviousPage}
<a href="{PreviousPage}" class="navi">{text:Previous Page}   </a>
{/block:PreviousPage}
{block:JumpPagination length="8"}
{block:CurrentPage}
<span class="current_page" class="navi"><strong>{PageNumber}</strong></span>
{/block:CurrentPage}
{block:JumpPage}
<a class="jump_page" href="{URL}" class="navi">{PageNumber}</a>
{/block:JumpPage}
{/block:JumpPagination}
{block:NextPage}
<a href="{NextPage}" class="navi">   {text:Next Page}</a>
{/block:NextPage}
{/block:Pagination}
</center>
{block:IfNotinfinitescrolling}
{/block:IfNotSidebar}
</div>

{block:IfSidebar}
<div id="sidebar" class="absolute"><center>
{block:IfPortraitImage}
<a href="/"><img src="{image:Portrait}"style="max-width:280px;" /></a>
<br><br>{/block:IfPortraitImage}
{block:IfNotPortraitImage}
<a href="/"><img src="{PortraitURL-128}" /></a>
<br><br>{/block:IfNotPortraitImage}
{block:IfNotSidebarImage}
{/block:IfNotSidebarImage}
<a href="/"><h2>{title}</h2></a>
<br>{Description}<br><br><span class="link">
{block:AskEnabled}<a href="/ask" class="link">
{block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
{block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}</a><br>
{/block:AskEnabled}
{block:HasPages}{block:Pages}
<a href="{URL}" class="link">{Label}</a><br>
{/block:Pages}{/block:HasPages}
{block:ifLink1Title}
<a href="{text:Link 1}" class="link">{text:Link 1 Title}</a><br>
{/block:ifLink1Title}
{block:ifLink2Title}
<a href="{text:Link 2}" class="link">{text:Link 2 Title}</a><br>
{/block:ifLink2Title}
{block:ifLink3Title}
<a href="{text:Link 3}" class="link">{text:Link 3 Title}</a><br>
{/block:ifLink3Title}
{block:ifLink4Title}
<a href="{text:Link 4}" class="link">{text:Link 4 Title}</a><br>
{/block:ifLink4Title}
{block:ifshowarchive}<a href="/archive" class="link">Archive</a><br>{/block:ifshowarchive}
{block:ifshowrandom}<a href="/random" class="link">Random</a><br>{/block:ifshowrandom}
{block:ifshowrss}<a href="{RSS}" class="link">Rss</a><br>{/block:ifshowrss}
</center>
{block:IfNotinfinitescrolling}<center>{block:Pagination}<br>{block:PreviousPage}<a href="{PreviousPage}" class="navi">{text:Previous Page}   </a>{/block:PreviousPage}{block:JumpPagination length="8"}{block:CurrentPage}<span class="current_page" class="navi"><strong>{PageNumber}</strong></span>{/block:CurrentPage}{block:JumpPage}<a class="jump_page" href="{URL}" class="navi">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:NextPage}<a href="{NextPage}" class="navi">   {text:Next Page}</a>{/block:NextPage}<br>{/block:Pagination}</center>{block:IfNotinfinitescrolling}<br><center>Theme <a href="http://maxdavis-themes.tumblr.com/">Urban v2</a>, by <a href="http://themaxdavis.com/">Max davis</a>.</center>
</div>
{/block:IfSidebar}
<div id="container">
<div class="autopagerize_page_element">
{block:Posts}<div id="entry">
{block:IndexPage}
{block:Text}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_info">
<a href="{permalink}" class="link">Read More</a>
</div>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount}{NoteCount}NOTES{/block:NoteCount}</a>
</div>
<div id="textadd"><h2>{Title}</h2>{Body}</div>
{/block:Text}
{block:Photo}
{block:IndexPage}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<div class="permalink_info">
<a href="{ReblogURL}"target="_blank">Reblog</a>
</div>
<div id="photo"><a href="{permalink}">
<img src="{PhotoURL-500}" alt="{PhotoAlt}" min-height="140px"/></a>
</div>
{/block:IndexPage}
{/block:Photo}

{block:Photoset}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<center>
{block:IndexPage}{Photoset-500}{/block:IndexPage}
</center>
{/block:Photoset}

{block:Quote}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<div id="quote"><h2>"{Quote}"</h2><br>
<center>{block:Source}{Source}{/block:Source}</center></div>
{/block:Quote}

{block:Link}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_info">
<a href="{URL}" class="link" target="_blank">Go To Link</a>
</div>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<div id="linkadd">
<a href="{URL}" class="link" {Target}><h2>{Name}</h2></a>
{block:Description}{Description}{/block:Description}
</div>
{/block:Link}

{block:Chat}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<div id="chatadd">{block:Title}{Title}{/block:Title}
{block:Lines}
{block:Label}
<div class="{Alt}"><span class="label"><b>{Label}</b></span>
<span class="line">{Line}</span></div>
{/block:Label}
{/block:Lines}</div>
{/block:Chat}

{block:Video}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_info">
<a href="{permalink}" class="link">Watch Video</a>
</div>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<center>{block:IndexPage}{Video-400}{/block:IndexPage}</center>
{/block:Video}

{block:Audio}
<div id="audioinfo">{AudioPlayerwhite}</div>
<div id="audioinfo2">
{block:Caption}{Caption}{/block:Caption}<a href="{permalink}" style="float:right; margin-top:-12px;">∞ Permalink</a></div>
<div class="post"><div id="audio">
{block:AlbumArt}<img src="{AlbumArtURL}" />{/block:AlbumArt}
</div></div></div>
{/block:Audio}

{block:Answer}
<a href="{permalink}"><div class="permalink"></div></a>
<div class="permalink_notes">
<a href="{permalink}">{block:NoteCount} {NoteCount} NOTES{/block:NoteCount}</a>
</div>
<div id="questionadd">{Asker} said:<BR> <h3>{Question}<h3></div><br>
<div id="answeradd"><div id="answer"><i>{Answer}</i></div><br></div>
{/block:Answer}

</div>
{/block:IndexPage}
{block:PermalinkPage}
<div id="permalinkpage">

{block:Quote}
<div style="width:500px; margin-left:auto; margin-right:auto;">
<center><h2>{Quote}</h2><br>
{block:Source}{Source}{/block:Source}</center></div>
{/block:Quote}

{block:Text}
<div style="width:500px; margin-left:auto; margin-right:auto;">
{block:Title}<h2>{Title}</h2>{/block:Title}
{Body}</div>
{/block:Text}

{block:Link}
<div style="width:500px; margin-left:auto; margin-right:auto;">
<a href="{URL}" class="link"><h2>{Name}</h2></a>
{block:Description} {Description} {/block:Description}</div>
{/block:Link}

{block:Chat}
<div style="width:500px; margin-left:auto; margin-right:auto;">
{block:Title}<div class="ptitle">{Title}</div>{/block:Title}
{block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}</div>
{/block:Chat}

{block:Audio}<div id="audioperma" style="margin-left:-250px;">
<center><div class="audio">{AudioPlayerWhite}</div></center>
{block:Caption}{Caption}{/block:Caption}</div>
{/block:Audio}

{block:Video}
<div style="width:250px; margin-left:auto; margin-right:auto;">
<div id="video">{Video-500}</div>
{block:Caption}{Caption}{/block:Caption}</center>
</div>
{/block:Video}

{block:Photoset}
<center>{Photoset-500}</center><br>
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}

{block:Answer}
<div id="questionadd">{Asker} said:<BR> <h3>{Question}<h3></div>
<br><div id="answeradd"><div id="answer"><i>{Answer}</i></div><br></div>
{/block:Answer}

{block:Photo}
<center><img src="{PhotoURL-140}" alt="{PhotoAlt}"/></center><br>
{block:Caption}{Caption}{/block:Caption}
{/block:Photo}
</div>

{block:PostNotes}<div id="permalinkinfo">
{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}<br>
{block:HasTags}
tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br>
{/block:HasTags}
{block:RebloggedFrom}
reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
originally posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
{/block:RebloggedFrom}</div>
{/block:PostNotes}

{block:PostNotes}
<div id="permalinkpage">
<br>{PostNotes}<br><center>
Theme <a href="http://maxdavis-themes.tumblr.com/"><strong>Urban</strong></a>
by <a href="http://themaxdavis.tumblr.com/"><strong>Max Davis</strong></a>.</center>
</div>
{/block:PostNotes}
{/block:PermalinkPage}

{/block:Posts}<br><br>
</div>
</div></div>
</body>
</html>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 29th March 2024 - 06:58 AM