View Full Version : text alignment


loneviolinist
04-12-2003, 09:39 PM
I am having trouble aligning my text in the table I'm using.

This is what the code looks like so far:
<table width="600" cellspacing="0" cellpadding="0" align="left">


<table border="0">
<tr>
<td width="100" bgcolor="FFFFFF">

Navigate:
<br><br>
<a href="art.html">art stuffs</a>
<br><BR>
<a href="fanfic.html">fanfic</a>
<br><br>
<a href="sites.html">sites</a>
<br><br>
<a href="awards.html">awards/gifts</a>
<br><br>
<a href="links.html">links</a>
<br><BR>
<a href="linkme.html">link me</a>
<br><BR>
<a href="about.html">about/contact</a>
<br><BR>
<a href="disclaim.html">disclaimer</a>
</td>
<td width="50" color="8FB7C2">
</td>
<td width="400" bgcolor="FFFFFF" rowspan="3">
<p>Saturday 12 April


The problem I am getting is that in the third cell, the text starts about halfway down. I'm not getting this problem in the first cell though. Any suggestions?

epolady
04-12-2003, 09:44 PM
Add valign="top" to your <TD> tags.

loneviolinist
04-12-2003, 11:59 PM
thank you sooooooo much! It looks perfect now :)

epolady
04-13-2003, 12:03 AM
You're mighty welcome! :)