View Full Version : How Come My Table Won't Line Up?


stinka
04-04-2003, 10:51 PM
Why won't the right side of my table's writing line up with the left side: http://memoir.diary-x.com/journal.cgi?template=twocolumn&entry=lorem Do you see how the right side's writing starts all the way down there? What code can I use to make them aligned? And if you want to view the code you can just right click. I hope that I'm not confusing anyone.

Xiphias
04-05-2003, 01:27 AM
<table width="350" height="150" border="0"; cellpadding="0" cellspacing="0">
<tr>
<td>
<b>entries</b>
<p>
<b>writer</b>
<p>
<b>status</b>
<p>
<b>calendar</b>
<p>
<b>etcetera</b>
<p>
<b>contact</b>
</td>
<td valign="top">
<p align="right"><b>Friday, April 04, 2003<br>Lorem Ipsum Dolor Sit Amet
</td>
</tr>
</table>

Replace your table code with that

stinka
04-06-2003, 03:02 AM
thanks so much.