The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> PLEASE HELP ME ADD NOTES TO MY THEME
tumblrlover
post Jun 17 2012, 07:04 AM
Post #1





Group: Members
Posts: 1
Joined: 17-June 12
Member No.: 17,282



I got a new theme and there is a problem, because it doesn't display the notes. If anyone could find a way to help, it would be greatly appreciated <3


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--

theme by fiebre



-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<!-- DEFAULT COLORS -->
<meta name="color:Background" content="#f5f5f5"/>

<meta name="color:Text" content="#3b3b3b"/>
<meta name="color:Link" content="#646464"/>
<meta name="color:Hover" content="#b1b1b1"/>
<!-- END DEFAULT COLORS -->

<!-- DEFAULT FONTS -->

<!-- END DEFAULT FONTS -->

<!-- DEFAULT IMAGE -->
<meta name="image:Background" content="none"/>
<meta name="image:Cursor" content="http://static.tumblr.com/9ji9tiw/iLgl5njtq/cursor.gif"/>




<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="icon" href="{Favicon}"/>
<link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
<title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>

{CustomCSS}


<title>{title}{block:PostTitle}: {PostTitle}{/block:PostTitle}</title>

<style type="text/css">body, a, a:hover {cursor: url({image:cursor}), auto;}</style></a>
<style type="text/css">


body{
margin:0px;
padding:0px;
margin-top:0px;
margin-bottom:5px;
font:10px helvetica;
color: #585858;
background-color:{color:Background};
background-image:url('{image:background}');
background-attachment: fixed;




}







img{ border:none; -webkit-transition: opacity 0.5s linear; opacity: 0.87;}
img:hover{-webkit-transition: opacity 0.5s linear; opacity: 1; }




a {color: {color:link} ; text-decoration: none; }

a:hover { color: {color:hover} ; -webkit-transition: 0.3s ease-in; }

a:active,a:focus {outline: 0;}









#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
width:550px;
margin-left:40px;;
margin-top:10px;
opacity:1;
overflow:shown;
z-index: 0.9;
text-align:justify;

}

#leftcolumn{
width:200px;
margin:10px;
padding:0px;
margin-top:30px;
margin-bottom:5px;
position:fixed;
overflow:auto;
font-size:10px;


}

#permalink{
text-align:left;
margin-left:-25px;
margin-right:px;
margin-top:0px;
font:10px helvetica;
float:left;



}





#credit {
text-align:center;
font-family:Georgia;
font-size:10px;
letter-spacing: 1px;
color:#000000; }









#tit {
font-size:26px;
letter-spacing:-2px;
text-decoration:bold;
font-family:georgia;
}
#cont {
margin-top:-10px;
}
#audi {
background-color : #ffffff;
height : 27px;
margin-bottom : -10px;
width:550px;
}

#oreos {
margin-left:620px;
bottom:20px;
position:fixed;
width:220px;
}
#oreot {
text-align:left;
font: 35px georgia;
letter-spacing:-3px;
}
#oreoc {
text-align:justify;
margin-top:-4px;
font: 10px helvetica;
}
#oreon {
text-align:right;
font: 12px georgia;
letter-spacing:-1px;
}
</style>



</head>
<body>

<script type="text/javascript" src="http://static.tumblr.com/q0etgkr/J5bl3lkz1/tumblrautopagernopage.js"></script>


<div id="oreos">
<div id="oreot">
<a href="/">{title}</a>
</div>
<div id="oreoc">
<img src="{PortraitURL-48}" align="left" border="0" width="48" style="margin: 0 7px 0 0;padding:2px;">{description}
<div id="oreon">
<a href="/archive">archive</a> · <a href="/ask">ask</a> · <a href="/random"> random</a> · <a href="http://fiebre.tumblr.com/">theme</a></div>
</div></div>

<div id="contentwrapper">
<div id="contentcolumn">
<Div class="autopagerize_page_element">
{block:Posts}
<br>
<div id="permalink">
<a href="{Permalink}">+</a>
</div>




{block:Text}

<div id="tit">{block:Title}{Title}{/block:Title}</div>

<div id="cont"><p align=justify>{Body}</p></div>

{/block:Text}

{block:Photo}
{LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/> <img src="{PhotoURL-500}" alt="{PhotoAlt}" border="0" width="550">{LinkCloseTag}
{block:Caption} {Caption} {/block:Caption}
{/block:Photo}
{block:Photoset}
{Photoset-500}
{block:Caption}{Caption}{/block:Caption}
{/block:Photoset}
{block:Quote}
<b>"{Quote}"</b>
{block:Source}{Source}{/block:Source}
{/block:Quote}

{block:Link}
<div id="tit"<a href="{URL}">{Name}</a></div>
<div id="cont">{block:Description}{Description}{/block:Description}</div>
{/block:Link}

{block:Chat}
{block:Title}<b>{Title}</b>{/block:Title}
{block:Lines}{block:Label}<b>{Label}</b> {Line} <br>
{/block:Label}{/block:Lines}

{/block:Chat}

{block:Audio}
<div id="audi">{AudioPlayerWhite}</div><br>
{block:Caption}{Caption}{/block:Caption}<br>
<b>{PlayCount}</b> plays

{/block:Audio}

{block:Answer}
<div id="tit">"{Question}"</div> - {Asker} <br>
{Answer}

{/block:answer}
{block:Video}
<div id="width">{Video-500}</vid>
{block:Caption}{Caption}{/block:Caption}

{/block:Video}

{block:PostNotes}
{PostNotes}
{/block:PostNotes}
<br>
{/block:posts}
</div>
</ol>
<BR>
<BR>


</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
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 04:29 PM