Forum Moderators: not2easy
REGARDS ANN
[edited by: encyclo at 6:12 pm (utc) on Jan. 3, 2007]
[edit reason] no links to personal sites please, see forum charter [/edit]
nowrap="nowrap" on each of them - so the minimum width of each table cell is the length of each columns' longest line of text. I'm sorry but I didn't quite understand what it was you wanted - if it's to make the table span the width of the parent/window you can try adding a width of 100% to your table (if the parent element of the table has a fixed width, or a set width, it will do it to 100% of that width, otherwise it will set it to 100% of the viewport.)
If you wanted it to accommodate to smaller window sizes better than I would remove the
nowrap attributes you have set. And those Google ads...
They're absolutely positioned, which is why they overlap your content - you'll want to float them to the right, or if you wanted to specifically allocate a column for those ads (instead of text flowing around it) you can by pushing a margin on the content (for instance, a 200px absolutely positioned column to the right, you push the content's margin to 210px or something.)
If you need some more clarification just ask :)
P.S. Please remember you're not allowed to drop URIs like that - please see the Webmaster World Terms of Service [webmasterworld.com] and the CSS Forum Charter [webmasterworld.com].