PDA

View Full Version : Nested tables


Pismo500
02-07-2006, 05:27 AM
If I am using table.fltLft { float:left; } in my style sheet, how do i get a table to center on the browser window? Nested tables - lets say the total withd of the complete table is 800px by 666px and has several nested tables... How do I get it to display a background image so i will fit the overall size of the table (800x666)?

Thanks!

blain
02-07-2006, 07:39 AM
You shouldn't really be using nested tables, use divs.

margin: 0 auto;

should centre it in most browsers