Html what the heck?
Posted: Wed Aug 11, 2004 12:02 pm
Ok this is my html code. What happens is the first td which is 60% in width takes up like 95% and the second td which is suppose to be 40% only has like 5% width space. I can change the widths in the code yet the actual width will not change in the html. Thank you
<table class=\"table2\">
<tr><td width=60% align=left bgcolor=#CDCDCD>Posted By: <a href=/myprofile/$author>$author</a> |
Joined: $cdate | Posts: $posts</td><td width=40% align=right>$edit</td></tr>
<tr>
<td width=100%>". nl2br($body) ."
</td>
</tr>
</table>
<table class=\"table2\">
<tr><td width=60% align=left bgcolor=#CDCDCD>Posted By: <a href=/myprofile/$author>$author</a> |
Joined: $cdate | Posts: $posts</td><td width=40% align=right>$edit</td></tr>
<tr>
<td width=100%>". nl2br($body) ."
</td>
</tr>
</table>