
Originally Posted by
HeartOfTheOrder
Post the code and I'll fix it for you.
When you reply wrap your source in code tags. Hit the # icon on the Post Reply screen, and place the code between the tags!
Ok. I'll first post the layout HTML. I'm learning HTML in school but I couldn't do something like this. Lol. Thanks for your help.
Code:
<html>
<head>
<title>Ryan's Autographs </title>
<style type='text/css'>
body {
text-align:center;
background-color:#D0D0D0;
font-size:12px;
font-family:Verdana;
color:#000000;
}
.sub,td,submit,input,textarea,select {
font-family:Verdana;
font-size:12px;
color:#000000;
background:#A4A4A4;
border:1px solid #000000;
}
a:link, a:visited {
color:#000000;
font-size:12px;
font-family:Verdana;
}
a:hover {
color:#00FF00;
font-size:11px;
font-family:Verdana;
}
.titel {
color:#00FF00;
background:#000000;
font-size:14px;
font-weight:bold;
padding-left:2px;
padding-right:2px;
}
.menu {
background:#666666;
}
#head {
background:#000000;
font-size:12px;
font-family:Verdana;
color:#FFFFFF;
font-weight:bold;
width:100%;
height:15px;
}
a.top:link,a.top:visited {
color:#00FF00;
font-size:12px;
font-family:Verdana;
}
a.top:hover {
color:orange;
font-size:12px;
font-family:Verdana;
}
</style>
<base target='main'>
</head>
<body link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<table width='818' cellpadding='0' cellspacing='0'>
<tr><td colspan='2' height='150' width="816"><img border="0" src="ryanautographs.jpg" width="816" height="165"></td></tr>
<tr><td class='titel' colspan='2' width="812"><font color="#FFFFFF">
<marquee scrolldelay="100">Welcome to my autograph site!</marquee>
</font></td></tr>
<tr><td class='menu' width='201' height='500' valign='top'>
<br>
<div id='head'>Home</div>
<ul>
<li><a href="http://www.geocities.com/misterwolfe09/index.html">Home</a></li>
</ul>
<div id='head'>Autographed Cards</div>
<ul>
<li><a href="http://www.geocities.com/misterwolfe09/baseball.html">Baseball</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/football.html">Football</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/basketball.html">Basketball</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/hockey.html">Hockey</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/racing.html">Racing</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/other.html">Other Sports</a></li>
</ul>
<div id='head'>Other Autographed Items</div>
<ul>
<li><a href="http://www.geocities.com/misterwolfe09/obaseball.html">Baseball</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/ofootball.html">Football</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/obasketball.html">Basketball</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/ohockey.html">Hockey</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/racing1.html">Racing</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/oother.html">Other Sports</a><br>
</li>
</ul>
<div id='head'>Other </div>
<ul>
<li><a href="http://www.geocities.com/misterwolfe09/ttm.html">TTM</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/gucards.html">Game Used Cards</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/redsox.html">Red Sox Collection</a></li>
<li><a href="http://www.geocities.com/misterwolfe09/pwp.html">Pictures with Players</a>
</li>
<li><a href="mailto:rwolfe09@rochester.rr.com">Contact Me</a>
</li>
</ul>
<div id='head'>Site Information</div>
<p align="center"><b>All Ryan's logos are created by Eric Wolfe.</b><br>
<br>
© <b>Ryan's Autographs
</b>2006-2007. All rights reserved.</p>
</td>
<td valign='top' height='500' width='613'>
<iframe src='index1.html' scrolling='0' frameborder='0' name='main' width='600' height='100%'></iframe>
</table>
</body>
</html>
Bookmarks