by Lee McKenna Banned
3 replies
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
#html
  • Profile picture of the author ExRat
    Hi Lee,

    Try here

    Please don't use CAPS in your title. It's rude.
    Signature


    Roger Davis

    {{ DiscussionBoard.errors[922010].message }}
  • Profile picture of the author indexphp
    On the body tag... make it look like this:

    <body style="margin: 0 auto;">
    {{ DiscussionBoard.errors[922013].message }}
  • Profile picture of the author edman
    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
    Signature
    Don't Google it... ASK Edward
    {{ DiscussionBoard.errors[922022].message }}

Trending Topics