Hi there,
This is probably caused by the doc type of the page. Depending on the version and configuration of your tools, you get a doc type that tells the browser to render in standards mode.
To center a table, you can set the margin of it to "auto" in a style attribute, like this:
Code:
<table style="border:1px solid black; width: 200px; margin: auto;">
<tr>
<td>Hello World</td>
</tr>
</table>
If that doesn't help, can you show us some code so we can advice you how to proceed?
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004