Results 1 to 3 of 3

Thread: text-align: center not working on table

  1. #1
    Join Date
    Jun 2008
    Posts
    192
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default text-align: center not working on table

    I've got a table inside a div like so:

    <div style="text-align: center; padding-top: 3.5em;">
    <table>
    ...
    </table>
    </div>

    The div spans the entire page. The table takes up about 1 fifth of the div width. Yet my div CSS is not working. The table is still left-aligned (the top padding is ok).

    Does anybody know why my table won't center?

  2. #2
    Join Date
    Jul 2008
    Location
    Derbyshire, UK
    Posts
    3,033
    Thanks
    25
    Thanked 599 Times in 575 Posts
    Blog Entries
    40

    Default

    Try <table style="margin:auto"> instead.

    If you need more help, please provide a link to your web page.
    Focus on Function Web Design
    Fast Edit (A flat file, PHP web page editor & CMS. Small, FREE, no database!) | Fast Edit BE (Snippet Manager) (Web content editor for multiple editable regions!) | Fast Apps

  3. The Following User Says Thank You to Beverleyh For This Useful Post:

    gib65 (01-05-2015)

  4. #3
    Join Date
    Jun 2008
    Posts
    192
    Thanks
    9
    Thanked 0 Times in 0 Posts

    Default

    Thanks, Bev, that worked.

Similar Threads

  1. Resolved align images in table center
    By mlegg in forum HTML
    Replies: 2
    Last Post: 11-07-2011, 09:55 PM
  2. text-align CENTER not responding
    By jerdy in forum CSS
    Replies: 2
    Last Post: 07-23-2010, 01:02 AM
  3. Cross Browser marquee - how to center text (vertical align)
    By ainarsgc in forum Dynamic Drive scripts help
    Replies: 2
    Last Post: 02-18-2009, 05:13 PM
  4. Replies: 13
    Last Post: 11-09-2007, 09:22 AM
  5. Center align a table
    By MBX in forum HTML
    Replies: 8
    Last Post: 12-29-2006, 05:25 PM

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
  •