HELP WITH HTML

by Banned 3 replies
4
Hello Worriors,

Im using NVU to create my capture pages.

Sometimes when I upload to the web my template is left aligned and I need it to be center.

In NVU it looks in the center but live on the web its not. I got help with this problem on here before and I saved the bit of code I needed to enter in to the HTMl to fix this but Ive lost the word doc were i saved it.

Can anyone help me out please?

Kind Regards

Lee Mckenna
#main internet marketing discussion forum #html
  • Hi Lee,

    Try here

    Please don't use CAPS in your title. It's rude.
  • On the body tag... make it look like this:

    <body style="margin: 0 auto;">
  • I guess you're referring to the table

    here's a simple solution...

    <center><< just before the <table> code

    and after the closing of the table </table>
    </center>

    so it will be like this

    <center>
    <table>

    OTHER ELEMENTS....

    </table></center>

    Cheers

Next Topics on Trending Feed