4 replies
  • WEB DESIGN
  • |
here is the basic page for my site -- index.html

as you can see the sign up box is lacking a border (which i think i can get code for from my autoresponder co) and is off to the left. i'd like to center it - any idea how? never mind, that's why i'm here - please tell me how to fix it. i'm praying its simple enough for a design illerate person like myself.

TIA
#question #quick
  • Profile picture of the author Kay King
    You can center the form by adding <center> at the beginning and </center> at the end of the email script.

    For an easy border you could add a centered table with a border and place the AR form in that.

    kay
    Signature
    Saving one dog will not change the world - but the world changes forever for that one dog
    ***
    Live life like someone left the gate open
    {{ DiscussionBoard.errors[429413].message }}
  • Profile picture of the author zackriley
    Try checking out freetoolsandtips.com, that's where I found the answers to my questions.
    Signature

    Are you trying to make money online? Send me a pm and I'll be happy to help you get started on the right track!

    {{ DiscussionBoard.errors[429427].message }}
  • Profile picture of the author Greenfish Studios
    Ok i changed the lines in your code. There are other ways to do this but this was the fastes to get what you wanted.
    Code:
    <table align="center" class="LCPdataform" width="250" style="border:1px">
    will center it and put a border around it.

    Code:
    <div align="center" style="padding-top:2px"><input value="Submit" type="submit"></div>
    this centers the submit button under the table.

    in your editor these lines are 120,302,481, and 691

    I hope this helps.
    {{ DiscussionBoard.errors[429436].message }}
  • Profile picture of the author Greenfish Studios
    I do have the complete page if you wanted it. I just cant link it for you. If you would like it send an email to jeremy [at] greenfishstudios [dot] com and ill send it your way.

    Thanks
    {{ DiscussionBoard.errors[429462].message }}

Trending Topics