Forum Moderators: open
I'm sure the answer is here somewhere but I can't seem to find it.
I want my table to be centered in the browsers no matter what size screen the user has. Is this possible? I'm using Dreamweaver 4. I'm not using CSS and I'm using pixel measurements, not percentages (which was a design nightmare).
Here is my code:
<table width="760" border="0" height="490" align="center" bgcolor="#000000">
<tr>
<td height="490" valign="middle" align="center">
My table seems to be all over the place depending on the resolution.
Thanks for you help.