• I added a table to version 4.9.8 but am not able to center it. How should I code the table to get a 950px wide table that is centered?

    I used the add to all function added to the footer.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Ajay

    (@ajay)

    What’s the code you are using? You should use CSS (you can add this in the CSS section of the plugin) that you require to center the table.

    However, I just checked the site you posted and I can see it centered.

    Thread Starter cartonbuiltmodels

    (@cartonbuiltmodels)

    Thank you but the centering is improper.
    The code used is <table align=”center” cellspacing=”2″ cellpadding=”2″ border=”5″ width=”650″>
    The display on the footer is full width, not 650
    If I use this code, <table cellspacing=”2″ cellpadding=”2″ border=”5″ width=”650″> the table width displays at 650 but it is aligned left.
    It appears that the addition of align=”center” stops the width adjustment.
    I am asking a simple question.
    What code do I use to make the table center.
    I am not a programmer. If it can be done in css, how do I do that? What exact code do I use?
    Thank you.

    Plugin Author Ajay

    (@ajay)

    Am not a CSS expert either to be honest.

    Please see this site that has some explanation on how things done.

    https://www.granneman.com/webdev/coding/css/centertables

    Thread Starter cartonbuiltmodels

    (@cartonbuiltmodels)

    Thank you. I am on the road now so I will check it next week.

    I have linked your site at Business Information Service

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Center Table In Footer’ is closed to new replies.