View Full Version : <tr> code isnt working...


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>

MaGiCSuN
04-30-2005, 07:17 PM
you are missing a tag here:

<p> Hey so i managed 2 make this... bla bla bla</p></td></tr>

plus you have two times "colspan=7" .. that's wrong, there are not even 7 cells to begin with :) ... it would be easier to know what you really want, an example like this would be good:

11111111
11111111
22222333
22222333
22222333

each number represents a cell ...

love,
Mirna

luvhartz
04-30-2005, 10:52 PM
oh my god, that had me stressing so much! haha thanks you are fab! I was only missing that </tr> (but normally with HTML thats way it is, forget one little thing and it won't work :rolleyes: haha, and anyway just wanted to say thanks and isn't that little header make thing on lissa's tools good? i've never used it before.. Sorry all, im having a little natter here, as ussual getting carried away haha, byeee and thanks again, u rock!! :D

K
*can finally go to sleep in peace without silly code playing on my mind :rolleyes:*