Adblock breaks this site

Need some help with HTML.

Discussion in 'Web Programming' started by paladen, Sep 28, 2007.

  1. paladen

    paladen Guru
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    1,633
    Referrals:
    1
    Sythe Gold:
    0
    Need some help with HTML.

    I am new to HTML, but half decent, how can I get my table to align to the right side?

    Thanks in advance.
     
  2. Mr Monkey

    Mr Monkey Forum Addict

    Joined:
    Apr 11, 2006
    Posts:
    552
    Referrals:
    0
    Sythe Gold:
    0
    Need some help with HTML.

    Like this is think:
    <Align tag>
    <Table info.. blah blah>
    </Align tag>

    If not put the align tag in the starting table tag.
     
  3. speedster239

    speedster239 Forum Addict
    Java Programmers

    Joined:
    Jan 21, 2007
    Posts:
    313
    Referrals:
    0
    Sythe Gold:
    0
    Need some help with HTML.

    You'd surround it with:

    Code:
    <div align="right">
    (Table here)
    </div>
    
     
  4. The Devils Son

    The Devils Son Forum Addict
    Banned

    Joined:
    Jul 2, 2007
    Posts:
    333
    Referrals:
    0
    Sythe Gold:
    0
    Need some help with HTML.

    Hmm, you shouldn't be getting stuck if you use Microsoft FrontPage? Because FrontPage has a lot of tools and you should be able to find the alignment tools easy.

    If you do have it (not available on vista Home Basic), just google it....
     
  5. paladen

    paladen Guru
    Banned

    Joined:
    Jan 21, 2007
    Posts:
    1,633
    Referrals:
    1
    Sythe Gold:
    0
    Need some help with HTML.


    Big thanks that worked.
     
  6. Smirnoff

    Smirnoff Guest

    Referrals:
    0
    Need some help with HTML.

    Oh I thought it was the justify thing nvm lol
     
  7. pljay03

    pljay03 Member

    Joined:
    Nov 19, 2005
    Posts:
    69
    Referrals:
    0
    Sythe Gold:
    0
    Need some help with HTML.

    I haven't worked in HTML in a long while, try this:
    Code:
    <table alight="right">
    </table>
    
     
  8. petemt

    petemt Member

    Joined:
    Aug 2, 2007
    Posts:
    30
    Referrals:
    0
    Sythe Gold:
    0
    Need some help with HTML.

    You can also just use dreamwearevr and go to the properties of your table and just add the align to "right" and dreamweaver just edits the code :).
     
< HTML/VBScript Questions... | Happy to give PHP Help/Tutorials >


 
 
Adblock breaks this site