Here is the code I am stuck on (I'm a newb at html):
<html>
<head>
</head>
<body>
<!--Site's content table starts here-->
<table border=1 bgcolor=#FFFFFF>
<tr>
<td align=left>
<table border=0 bgcolor=#FFFFFF width=200 height=500>
<td>
asd
</table>
</td> <td align=left>
<table border=0 bgcolor=#FFFFFF width=700>
<td>
sdf
</table>
</td> <td align=left>
<table border=0 bgcolor=#FFFFFF width=200>
<td>
asd
</table>
</td> </tr>
</table>
</body>
The problem is, the letters on each table won't go to the top. I don't know what I'm doing wrong. The left table is for the menu, the middle is for the main content, and the right is affilliates and such. The letters won't stop going to the middle of each table, can someone tell me what I'm doing wrong. thanks in advance.



Reply With Quote


Bookmarks