luvhartz
04-30-2005, 07:12 PM
Ok basically instead of the title being at the top on its own, its got the menu bar and the example content next to it, heres my codes, can someone help me out, i want the menu and content underneath, normally id use a <tr> but it just isnt working, take a look : www.freewebs.com/angelic101/blog.htm
My codes:
<html><head><style type="text/css">
body { background-color: #FFFFFF; }
h1 {font-family: arial, verdana;
color: FFFFFF }
h2 {font-family: arial, verdana;
color: 6699FF }
h5 {font-family: arial, verdana;
color: 6699FF }
p {font-family: Arial, Helvetica, sans-serif;
color: 6699FF }
</style><title>:.The Blog.:</title></head>
<body><table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr><td bgcolor="#FFFFFF" width="100%" rowspan=7 valign="top">
<div align="center"><img src="header.png"></td></tr><tr>
<td bgcolor="#FFFFFF" width="20%" rowspan=1 valign="top"><div align="center">
<img src="navigation.GIF"><br><A href="http://www.freewebs.com/angelic101/index.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Site Main x </A>
<br><A href="http://www.freewebs.com/angelic101/lyrics2.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Lyrics x </A>
<br><A href="http://www.freewebs.com/angelic101/best.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x The best of.. x </A>
<br><A href="http://www.freewebs.com/angelic101/me2.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Me x </A>
<br><A href="http://www.freewebs.com/angelic101/homework.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Homework Help x </A>
<br><h5>Coming soon:<br>- more lyrics -<br>- how to -- reads -</h5>
<a href="http://www.lissaexplains.com"><img src="htmlbttn1.gif" width="88" height="31" alt="Lissa Explains it All" border="0"></a>
<br><a href="http://www.starlightmks.com/"><img src="http://www.boomspeed.com/starlight/8831.gif" border=0></a></td>
<td bgcolor="#FFFFFF" width="80%" colspan=6 valign="top">
<p> Hey so i managed 2 make this... bla bla bla</p></td>
<tr><td bgcolor="#FFFFFF" width="100%" colspan=7 valign="top">
<br><div align="center"><A href="http://www.freewebs.com" target="_top" style="cursor:crosshair" style="color: #6699FF"><div align="center">This site is hosted for FREE at FreeWebs.com. Click here to get your own free website.
</A></font></div></td></tr>
</table></body></html>
My codes:
<html><head><style type="text/css">
body { background-color: #FFFFFF; }
h1 {font-family: arial, verdana;
color: FFFFFF }
h2 {font-family: arial, verdana;
color: 6699FF }
h5 {font-family: arial, verdana;
color: 6699FF }
p {font-family: Arial, Helvetica, sans-serif;
color: 6699FF }
</style><title>:.The Blog.:</title></head>
<body><table border="0" cellpadding="5" cellspacing="0" width="100%">
<tr><td bgcolor="#FFFFFF" width="100%" rowspan=7 valign="top">
<div align="center"><img src="header.png"></td></tr><tr>
<td bgcolor="#FFFFFF" width="20%" rowspan=1 valign="top"><div align="center">
<img src="navigation.GIF"><br><A href="http://www.freewebs.com/angelic101/index.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Site Main x </A>
<br><A href="http://www.freewebs.com/angelic101/lyrics2.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Lyrics x </A>
<br><A href="http://www.freewebs.com/angelic101/best.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x The best of.. x </A>
<br><A href="http://www.freewebs.com/angelic101/me2.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Me x </A>
<br><A href="http://www.freewebs.com/angelic101/homework.htm" target="_top" style="cursor:crosshair" style="color: #6699FF"> x Homework Help x </A>
<br><h5>Coming soon:<br>- more lyrics -<br>- how to -- reads -</h5>
<a href="http://www.lissaexplains.com"><img src="htmlbttn1.gif" width="88" height="31" alt="Lissa Explains it All" border="0"></a>
<br><a href="http://www.starlightmks.com/"><img src="http://www.boomspeed.com/starlight/8831.gif" border=0></a></td>
<td bgcolor="#FFFFFF" width="80%" colspan=6 valign="top">
<p> Hey so i managed 2 make this... bla bla bla</p></td>
<tr><td bgcolor="#FFFFFF" width="100%" colspan=7 valign="top">
<br><div align="center"><A href="http://www.freewebs.com" target="_top" style="cursor:crosshair" style="color: #6699FF"><div align="center">This site is hosted for FREE at FreeWebs.com. Click here to get your own free website.
</A></font></div></td></tr>
</table></body></html>