Myspace html...[need help for the tables]...?

Hey how do you make ALL the tables the same size? I'm trying to make a tiny layout and for some reason the friends and comments section stays at 400px while everything else is at 250px. Help me out! The first person who gives me the correct answer will get a cookie...and of course i'll choose them as best answer....and i will answer one of their questions!!!

Public Comments

  1. Make sure your <table> tags have width tags. Don't use % values, use hard values. If you have embedded tables, make sure parent tables aren't larger than their child tables. For example: <table width=600 cellpadding=0 cellspacing=0 border=0> <tr> <td><table width=200>blah blah</table></td> <td><table width=200>blah blah</table></td> <td><table width=200>blah blah</table></td> </tr> </table>
Powered by Yahoo! Answers