Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Need help with tables.


ghost's Avatar
0 0

I've made a message system, and it's working and everything, just, the tables are a little screwed whenever you have messages. I've tried everything I could think of, but I just do no know why it is doing that.

If anyone has time, please take a look.

http://program-x.co.uk user: test pass: test just click on the new, total thing.

Any help is GREATLY appreaciated.

[edit]

For those of you who don't want to goto the site, heres the code.

<form method="post" action="">
<table border="0" cellpadding="0" cellspacing="0" width="100%" align="left" valign="top" bgcolor="333333">
<tr><td width="6%"></td><td width="34%"><p align="left">Subject</td><td width="30%"><p align="left">From</td><td width="30%"><p align="left">Date</td></tr>
<tr><td><br /></td><td><br /></td><td><br /></td><td><br /></td></tr>
<tr cols='4'><td width='6%'><p align='left'> 
<b> 1 </b><input type='checkbox' name='messageid1' value='115' class='button'>
 </td><td width='34%'>
 <a href='http://program-x.co.uk/viewmail.php?messageid=115'>No Subject</a>
</td><td width='30%'><p align='left'>
<a href='http://program-x.co.uk/viewuser.php?user=test'> test </a>
</td><td><p align='left'>
October 22, 2006, 9:25 pm
</td></b></tr><br>
<tr cols='4'><td width='6%'><p align='left'> 
<b> 2 </b><input type='checkbox' name='messageid2' value='114' class='button'>
 </td><td width='34%'>
 <a href='http://program-x.co.uk/viewmail.php?messageid=114'>No Subject</a>
</td><td width='30%'><p align='left'>
<a href='http://program-x.co.uk/viewuser.php?user=test'> test </a>
</td><td><p align='left'>
October 22, 2006, 9:25 pm
</td></b></tr><br>
<tr cols='4'><td width='6%'><p align='left'> 
<b> 3 </b><input type='checkbox' name='messageid3' value='113' class='button'>
 </td><td width='34%'>
 <a href='http://program-x.co.uk/viewmail.php?messageid=113'>No Subject</a>
</td><td width='30%'><p align='left'>
<a href='http://program-x.co.uk/viewuser.php?user=test'> test </a>
</td><td><p align='left'>
October 22, 2006, 9:25 pm
</td></b></tr><br>
<tr cols='4'><td width='6%'><p align='left'> 
<b> 4 </b><input type='checkbox' name='messageid4' value='112' class='button'>
 </td><td width='34%'>
 <a href='http://program-x.co.uk/viewmail.php?messageid=112'>No Subject</a>
</td><td width='30%'><p align='left'>
<a href='http://program-x.co.uk/viewuser.php?user=test'> test </a>
</td><td><p align='left'>
October 22, 2006, 9:25 pm
</td></b></tr><br>
<tr cols='4'><td width='6%'><p align='left'> 
<b> 5 </b><input type='checkbox' name='messageid5' value='111' class='button'>
 </td><td width='34%'>
 <a href='http://program-x.co.uk/viewmail.php?messageid=111'>No Subject</a>
</td><td width='30%'><p align='left'>
<a href='http://program-x.co.uk/viewuser.php?user=test'> test </a>
</td><td><p align='left'>
October 22, 2006, 9:25 pm
</td></b></tr><br>
</tr></td>
</table>

–Adlez