Posted by Harlan Messinger on 06/25/13 11:54
vanbc wrote:
> Hi,
> I have 4 tables that need to be on a single row and centered on the
> page. The easiest way I've done it is to nest the 4 tables in a table.
>
> Would anyone know how do this without nesting as some validators won't
> pass it.
Validators have nothing against table nesting because nothing in HTML
syntax prohibits it. If the validators weren't passing your code, it's
because there were mistakes in it.
>
> using "float: left;" will push all the tables to the left, but i want it
> centered. Anyone have any suggestions?
>
> Some sample code - the width: 200px helps a bit...still nothing as nice
> nesting tables:
[snip]
Without seeing the page that your code generates, I can't see what might
need to be fixed so it's hard to help you fix it.
[Back to original message]
|