Results 1 to 2 of 2

Thread: Centering Tables in HTML

  1. #1
    Join Date
    Oct 2005
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Centering Tables in HTML

    I have an HTML website with a table. I want to center the table on the screen so that it is always centered on any screen with any resolution? Does anyone know any code for this?

  2. #2
    Join Date
    Sep 2005
    Location
    Connecticut
    Posts
    66
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Code:
    <div align="center">
    <table>
    <tr>
    <td>whatever</td>
    </tr>
    </table>
    </div>

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •