Log in

View Full Version : problem with the alignment (i think)



neoherulian
08-06-2005, 06:52 PM
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.

jscheuer1
08-06-2005, 09:33 PM
<td align="left" valign="top">

neoherulian
08-06-2005, 10:03 PM
thanks :)

Edit: it works for the left table, but the center and right table still have there fonts down in the center.

jscheuer1
08-07-2005, 03:00 PM
Huh?
.

neoherulian
08-22-2005, 09:06 PM
Sorry to answer so slowly...but it works now. Thanks for the help earlier.