IF YOU'RE GOOD WITH HTML, PLEAS HELP!?

Alyssa

New member
http://koizumimn.tumblr.com/
That's my tumblr link. If you scroll down, you'll see: http://tinypic.com/r/2mgpd1c/7
I wanna get rid of those auto page things. Here is the code im using.

<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="color:background" content="#f1ddb8"/>
<meta name="color:text" content="#868686"/>
<meta name="color:title" content="#56aac4"/>
<meta name="color:link" content="#7dd8db"/>
<meta name="color:hover" content="#d5aedb"/>
<meta name="text:title font size" content="24px"/>
<meta name="text:title line height" content="23px"/>
<meta name="text:title letter spacing" content="-1px"/>
<meta name="text:title font weight" content="normal"/>
<meta name="font:title" content="arial"/>
<meta name="image:Background" content=""/>
<meta name="image:Sidebar" content=""/>
<meta name="if:show sidebar image" content="0"/>
<meta name="if:show blog title" 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:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
<title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}

{PostSummary} - {/block:PostSummary}{Title}</title>

<style type="text/css">
body {
margin:0px;
background-color: {color:Background};
background-image:url({image:Background});
background-attachment: fixed;
background-repeat: repeat;}
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#cage{
margin:auto;
position:relative;
width:750px;
overflow:hidden;
color: {color:Title};
_margin-left:10%;
}


div#center{
margin:auto;
position:relative;
width:740px;
background-color:;
overflow:auto;
overflow-y:hidden;
}

div#content{
float:right;
width:500px;
padding:10px;
padding-top: 0px;
margin-right: 10px;
background: #fff;
}

div#entry{
background-color:;
margin-top:px;
padding-top:10px;
padding-bottom:10px;
}


div#sidebar{
position:fixed !important;
width: 200px;
height:100%;
background-color:white;
margin: 0px 0px 0px 0px;
border-right:1px dashed #ddd;
padding-top:10px;
padding-left:10px;
}


#postnotes{
text-align: justify;}

#postnotes blockquote{
border: 0px;}

.title{
font-family: {font:title};
font-size: {text:title font size};
line-height: {text:title line height};
color: {color:Title};
letter-spacing: {text:title letter spacing};
font-weight: {text:title font weight};
padding:1px 1px 0px 1px;
}

.title2{
font-family: Arial, Helvetica;
font-size: {text:title font size};
line-height: {text:title line height};
color: {color:Title};
letter-spacing: {text:title letter spacing};
font-weight: {text:title font weight};
padding:1px 1px 0px 1px;
}

blockquote{
padding:0px 0px 2px 5px;
margin:0px 0px 2px 1px;
border-left: 1px dashed {color:Text};
}

blockquote p, ul{
margin:0px;
padding:0px;
}


a img{border: 0px;}

ul, ol, li{list-style:none; margin:0px; padding:0px;}

.user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
.user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}

.notes img{width:10px; position:relative; top:3px;}


.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" title="RSS" href="{RSS}" />
<meta nam
 
Back
Top