How to move table to right side of webpage in html?

4 replies
  • WEB DESIGN
  • |
Hi I have a html website under development and I have a opt in box set up as a table as part of the page. I want it to appear on the right side of the page, but it is on the left side of the page and I do not know how to make it move to the right side of the page. I have tried to google "move html table to right side of page", etc, but cannot find the information I am looking for. Part of the problem is that I am a newbit at html and am probably not defining the issue properly. I will be happy to forward a copy of the page to anyone interested if you will give me your email address. Thanks for your help. Ed.
#html #move #side #table #webpage
  • Profile picture of the author Kay King
    ALIGN=RIGHT

    is what you want. If you need to know where to insert, do a google search for html for alignment (or similar term) and you'll find loads of help.

    kay
    Signature
    Saving one dog will not change the world - but the world changes forever for that one dog
    {{ DiscussionBoard.errors[692227].message }}
    • Profile picture of the author edd666666
      Hi Kay, thanks for that, it looks like what I need. Sorry to be a pest, but what are the brackets and code that goes around it? Thanks again, Ed.
      Signature
      “Over 1,000 People Have Used My Unique Pitch System To Achieve Their Publicity Goals... And I’ll Work Personally With You Too, One-On-One To Help You Get On TV!” CLICK HERE
      {{ DiscussionBoard.errors[692304].message }}
  • Profile picture of the author Barbara Wilson
    edd666666 - You said you have the opt-in box in a table? Put the align=right attribute inside your table tags -

    <table align="right"></table>
    Signature
    {{ DiscussionBoard.errors[693374].message }}
    • Profile picture of the author edd666666
      Thank you Kay and Barbara, that was exactly what I needed. It worked like a charm, thanks again, Ed.
      Signature
      “Over 1,000 People Have Used My Unique Pitch System To Achieve Their Publicity Goals... And I’ll Work Personally With You Too, One-On-One To Help You Get On TV!” CLICK HERE
      {{ DiscussionBoard.errors[694186].message }}

Trending Topics