Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Content Stays Centered on web page.  (Read 3451 times)

0 Members and 1 Guest are viewing this topic.

Rage

    Topic Starter


    Newbie

    Content Stays Centered on web page.
    « on: March 11, 2009, 11:03:25 AM »
    Hi, I know this must extremley easy and really stupid question.
    I am trying to build a web page where the content always stay centered no matter how you have your webbrower.
    I would like: blanck space/ then the content/blanck space. But the content is always to stay centered; here is an example of excatly what I want, just find the code that was used to make that happen. I use DreamWeaver CS3 by the way.
    http://www.keepgreenvillebeautiful.org/

    Question are:
    How to keep content centerd
    does each piece need to be its own table?
    Thank you

    macdad-



      Expert

      Thanked: 40
      Re: Content Stays Centered on web page.
      « Reply #1 on: March 11, 2009, 11:19:55 AM »
      Goto View HTML or whatever its called for Dreaweaver and add this:
      Code: [Select]
      <p align="center"></p>What ever is put between <p align="center"> and </p> is centered

      Hope this Helps
      ,Nick(macdad-)
      If you dont know DOS, you dont know Windows...

      Thats why Bill Gates created the Windows NT Family.

      Rage

        Topic Starter


        Newbie

        Re: Content Stays Centered on web page.
        « Reply #2 on: March 11, 2009, 11:27:43 AM »
        Thank you, and thanks for the quick response!

        macdad-



          Expert

          Thanked: 40
          Re: Content Stays Centered on web page.
          « Reply #3 on: March 11, 2009, 11:35:33 AM »
          Anytime  ;)
          If you dont know DOS, you dont know Windows...

          Thats why Bill Gates created the Windows NT Family.