Moderator: Community Team
Jace-N wrote:I am designing a personal website for a friend. On two pages of the website I am using a table to display information. Everything is working and showing up properly, but the table is not centered on the web page. Can anyone help me figure out how to get it centered?
Code: Select all
<center>
<table>
<tr>
<td> </td>
</tr>
</table>
</center>
Code: Select all
<table style="width: XX%; margin: 0 auto 0 auto">
...
</table>

Can we see your source code?Jace-N wrote:Ive tried both but neither have worked. I have no idea as to why. I guess I'll just have to keep messing with it.
