Can't figure out something with html.

Discussion in 'HTML & Website Design' started by 24788, Dec 30, 2009.

  1. #1
    I'm trying to remember how to make text full on the page like you would in Microsoft Word. Just need the tag to make it work.

    left​
    center​
    right​

    Now what's the tag for full text across the page to make it look more even? You have left, center, and right
     
    24788, Dec 30, 2009 IP
  2. nivedita011

    nivedita011 Peon

    Messages:
    97
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You will have to use CSS for this . You can do this with internal, external, or inline CSS.

    The example of the inline CSS is as follows:

    <div style="text-align:justify">Your text here Your Text here</div>

    This is the best alignment to be used to display the text on the websites, as covers the complete area and look decent
     
    nivedita011, Jan 3, 2010 IP