Align left

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • COSA200
    New Member
    • Dec 2009
    • 4

    Align left

    Hello all.

    Im new to html, and have started a website, very basic, but it suits me.
    My question is, i want to add some links to the left hand side of my home page, with the welcome text in the middle of the page,how do i align left the links please in the boxes i have created.

    My site is http://itsa40.co.uk/index.html
    please advise

    alan
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    You've set the div to align="center". Either set it to "left" or, better still, set the style in the CSS:
    Code:
    text-align:left;

    Comment

    • COSA200
      New Member
      • Dec 2009
      • 4

      #3
      Hello
      i know how to align left in the boxes, how do i put the boxes on the left hand side of the PAGE.


      set the style in the CSS:

      what does that mean?

      regards alan

      Comment

      • acoder
        Recognized Expert MVP
        • Nov 2006
        • 16032

        #4
        To align left: remove the 'align="left"' in the container div element (that contains the table).

        By defining in the CSS, I mean use CSS (you're using CSS within the style tags in the head) instead of using align (which is deprecated). You should use CSS for styling/presentation/layout and leave HTML for the markup only.

        PS. if you want a simple layout which you can work with, try one of these.

        Comment

        • COSA200
          New Member
          • Dec 2009
          • 4

          #5
          thanks for the replys and taking your time, but im so so lost!

          cant understand a thing about html!

          been doing it a year now and no further forward,

          when i saved one of the layouts, i thought it would have given me the codes etc, its just the same as on the web? what am i doing wrong?
          regards

          Comment

          • acoder
            Recognized Expert MVP
            • Nov 2006
            • 16032

            #6
            The code will be in the source. Check the source code out (view source) and then modify to your requirements.

            Comment

            • COSA200
              New Member
              • Dec 2009
              • 4

              #7
              SORTED

              THANK YOU SO MUCH
              X

              Comment

              Working...