Announcement

Collapse
No announcement yet.

Shop text is now all centred.

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Shop text is now all centred.

    Can anyone help as to the reason our site appears to be centred when looking at internet explorer and normal in firefox please. I have searched the help text and forum posts but cannot find the source.

    http://www.freeyourmobile.biz/acatal...le_phones.html

    Thanks in advance.

    #2
    Place a div wrapper around all the site and code/style like this:
    http://davidwalsh.name/horizontally-...-structure-css

    Comment


      #3
      Probably the <div align="center"> below:
      Code:
               <!-- When logged in, this gives the company name, username and a login link -->
      <Actinic:NOWSERVING/><Actinic:CURRACCOUNT/><Actinic:LOGOUT_SIMPLE/>
                <div align="center">
                  <p>
      </p>
             <form method="post" action="http://www.freeyourmobile.biz/cgi-bin/ca000001.cgi">
      Norman - www.drillpine.biz
      Edinburgh, U K / Bitez, Turkey

      Comment


        #4
        Originally posted by drounding View Post
        Place a div wrapper around all the site and code/style like this:
        http://davidwalsh.name/horizontally-...-structure-css

        Nice link duncan, i like this tip in the comments

        {
        height: 100%;
        margin-bottom: 0.01em;
        }

        Comment


          #5
          Thanks guys
          <div align="center">
          Worked a treat and got a good new resource thanks.

          Comment

          Working...
          X