I don't want everything to be automatically lower case and the titles to be cursive, but I don't understand how to change it!
Below is part of the custom html.
pleas help!!!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!--
'Sunday Morning' theme for Tumblr by Fusels (c) 2010
http://fusels.tumblr.com
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:background" content="#F9CDAD"/>
<meta name="color:text" content="#C7C7C7"/>
<meta name="color:title" content="#A5A58B"/>
<meta name="color:borders" content="#f3f3f3"/>
<meta name="color:link" content="#fc9d9a"/>
<meta name="color:hover" content="#ffe5e4"/>
<meta name="color:title link" content="#c8c8a9"/>
<meta name="image:background" content=""/>
<meta name="text:title font size" content="20px">
<meta name="if:show portrait" content="1">
<meta name="if:show portrait border" content="1">
<meta name="if:cursive font" content="1">
<!-- 'Lorie' font from Anthagio.com -->
<!-- Script from typeface.js -->
{block:IfCursiveFont}<script src="http://static.tumblr.com/3ikgvxs/K16l80ow6/cufon-yui.js" type="text/javascript"></script>
<script src="http://static.tumblr.com/3driglx/PH8l1y75m/lorie_400.font.js" type="text/javascript"></script>
<script type="text/javascript">Cufon.replace('.title');</script>{/block:IfCursiveFont}
{block
escription}<meta name="description" content="{MetaDescription}" />{/block
escription}
<title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block
ostSummary}{PostSummary} - {/block
ostSummary}{Title}</title>
<style type="text/css">
body {
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
background-position: center;
}
body, div, p, textarea, submit, input {
font-family: arial;
font-size: 11px;
line-height:13px;
color:{color:Text};
}
p {
margin:0px;
margin-top:5px;
}
a:link, a:active, a:visited{
color: {color:Link};
text-decoration: none;
}
a:hover {
color:{color:Hover};
text-decoration: none;
}
div#skies{
margin:auto;
position:relative;
width:700px;
overflow:hidden;
margin-top:10px;
margin-bottom:40px;
padding: 10px;
_margin-left:10%;
}
div#center{
margin:auto;
position:relative;
width:700px;
background-color:;
overflow: hidden !important;
background: #fff;
}
div#content{
float:right;
width:500px;
padding:10px;
border-left: 1px dotted {color:borders};
}
div#entry{
background-color: ;
margin-top
x;
padding-top:5px;
padding-bottom:5px;
text-align: justify;
}
div#sidebar{
float: left;
background-color:;
width:159px;
padding:10px;
}
#postnotes{
text-align: justify;}
#postnotes blockquote{
border: 0px;}
.title{
display: block;
font-family: lucida grande, arial;
line-height:100%;
color: {color:Title};
letter-spacing:0px;
text-transform: ;
padding:1px 1px 0px 1px;
font-size: {text:title font size};
}
.title a{
color: {color:Title Link};
}
blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left:1px dotted {color:Borders};
}
blockquote p, ul{
margin:0px;
padding:0px;
}
img.port{
padding:5px;
background-color:#f5f5f5;
border:1px solid #eee;
margin-top:5px;
margin-bottom:5px;
}
a img{border: 0px;}
ul, ol, li{list-style:none; margin:0px; padding:0px;}
.user_1 .label, .user_4 .label, .user_7 .label {color: {color:Text};}
.user_2 .label, .user_5 .label, .user_8 .label {color:{color:Text};}
.user_3 .label, .user_6 .label, .user_9 .label {color:{color:Text};}
.notes img{width:10px; position:relative; top:3px;}
.navi{
font-family: arial;
font-size: 11px;
line-height: 23pt;
font-weight:none;
letter-spacing: 2px;
text-align:center;
width:650px;
text-transform: lowercase;
}
.columnbox{
padding: 7px 8px 10px 8px;
background:#fff;
}
.permalink{
display: block;
text-transform: lowercase;
font-size: 9px;
text-align: right;
}
small{font-size: 9px;}
{CustomCSS}
</style>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml"
Below is part of the custom html.
pleas help!!!!!
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<!--
'Sunday Morning' theme for Tumblr by Fusels (c) 2010
http://fusels.tumblr.com
-->
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:background" content="#F9CDAD"/>
<meta name="color:text" content="#C7C7C7"/>
<meta name="color:title" content="#A5A58B"/>
<meta name="color:borders" content="#f3f3f3"/>
<meta name="color:link" content="#fc9d9a"/>
<meta name="color:hover" content="#ffe5e4"/>
<meta name="color:title link" content="#c8c8a9"/>
<meta name="image:background" content=""/>
<meta name="text:title font size" content="20px">
<meta name="if:show portrait" content="1">
<meta name="if:show portrait border" content="1">
<meta name="if:cursive font" content="1">
<!-- 'Lorie' font from Anthagio.com -->
<!-- Script from typeface.js -->
{block:IfCursiveFont}<script src="http://static.tumblr.com/3ikgvxs/K16l80ow6/cufon-yui.js" type="text/javascript"></script>
<script src="http://static.tumblr.com/3driglx/PH8l1y75m/lorie_400.font.js" type="text/javascript"></script>
<script type="text/javascript">Cufon.replace('.title');</script>{/block:IfCursiveFont}
{block


<title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block


<style type="text/css">
body {
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;
background-position: center;
}
body, div, p, textarea, submit, input {
font-family: arial;
font-size: 11px;
line-height:13px;
color:{color:Text};
}
p {
margin:0px;
margin-top:5px;
}
a:link, a:active, a:visited{
color: {color:Link};
text-decoration: none;
}
a:hover {
color:{color:Hover};
text-decoration: none;
}
div#skies{
margin:auto;
position:relative;
width:700px;
overflow:hidden;
margin-top:10px;
margin-bottom:40px;
padding: 10px;
_margin-left:10%;
}
div#center{
margin:auto;
position:relative;
width:700px;
background-color:;
overflow: hidden !important;
background: #fff;
}
div#content{
float:right;
width:500px;
padding:10px;
border-left: 1px dotted {color:borders};
}
div#entry{
background-color: ;
margin-top

padding-top:5px;
padding-bottom:5px;
text-align: justify;
}
div#sidebar{
float: left;
background-color:;
width:159px;
padding:10px;
}
#postnotes{
text-align: justify;}
#postnotes blockquote{
border: 0px;}
.title{
display: block;
font-family: lucida grande, arial;
line-height:100%;
color: {color:Title};
letter-spacing:0px;
text-transform: ;
padding:1px 1px 0px 1px;
font-size: {text:title font size};
}
.title a{
color: {color:Title Link};
}
blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left:1px dotted {color:Borders};
}
blockquote p, ul{
margin:0px;
padding:0px;
}
img.port{
padding:5px;
background-color:#f5f5f5;
border:1px solid #eee;
margin-top:5px;
margin-bottom:5px;
}
a img{border: 0px;}
ul, ol, li{list-style:none; margin:0px; padding:0px;}
.user_1 .label, .user_4 .label, .user_7 .label {color: {color:Text};}
.user_2 .label, .user_5 .label, .user_8 .label {color:{color:Text};}
.user_3 .label, .user_6 .label, .user_9 .label {color:{color:Text};}
.notes img{width:10px; position:relative; top:3px;}
.navi{
font-family: arial;
font-size: 11px;
line-height: 23pt;
font-weight:none;
letter-spacing: 2px;
text-align:center;
width:650px;
text-transform: lowercase;
}
.columnbox{
padding: 7px 8px 10px 8px;
background:#fff;
}
.permalink{
display: block;
text-transform: lowercase;
font-size: 9px;
text-align: right;
}
small{font-size: 9px;}
{CustomCSS}
</style>
<link rel="shortcut icon" href="{Favicon}">
<link rel="alternate" type="application/rss+xml"