How to align my sales page for all browsers

by sanhal
2 replies
  • WEB DESIGN
  • |
Hi HTML experts.

My sales page looks fine in Firefox and Chrome but in IE the text goes off to the left of my minisite.

I have added this code to the main div section but it does not make any difference.

style="text-align:center;"

Any suggestions please?

Sandy
#align #browsers #page #sales
  • Profile picture of the author ApocalypseXL
    May we have a link please ?

    The standard solution is to just add this code :

    Code:
    margin:0 auto;
    - for the div you speak off

    Also it's not HTML it's CSS
    Signature
    Victory at all costs, victory in spite of all terror, victory however long and hard the road may be; for without victory there is no survival.
    {{ DiscussionBoard.errors[4285553].message }}
    • Profile picture of the author sanhal
      Originally Posted by ApocalypseXL View Post

      May we have a link please ?

      The standard solution is to just add this code :

      Code:
      margin:0 auto;
      - for the div you speak off

      Also it's not HTML it's CSS

      Thanks I'll try it.

      Sandy
      {{ DiscussionBoard.errors[4286846].message }}

Trending Topics