Skip navigation
jenlaurentate
Currently Being Moderated

I thought it was aligned...

Dec 21, 2010 6:14 AM

I just published this site for a friend of mine:

www.paintingbydarlene.com and it looks fine in all browers on my laptop as well as my iPhone, but when my friend looks at it on his computer, the aligning is

off. When I look at it in my computer at work, the aligning is off as well. I assume it's because of the bigger screens, but how do I fix this issue so that everything shows up in the grey box in all browers, regardless of the screen size? I added a "center" tag at the top of the coding and "/center" at the bottom, but obviously that didn't work. Any suggestions?

 
Replies
  • Currently Being Moderated
    Dec 21, 2010 6:30 AM   in reply to jenlaurentate

    Hi there

     

    What Adobe product are you using? You posted in a forum dedicated for supporting Adobe RoboHelp and I'm doubtful that you are using RoboHelp.

     

    Assuming you posted a legitimate question, you need to re-post this in the forum where the product you are using is discussed.

     

    Cheers... Rick

     
    |
    Mark as:
  • Currently Being Moderated
    Dec 21, 2010 6:34 AM   in reply to Captiv8r

    Doesn't look like RoboHelp to me

     

    Anyway, replace the central <center> by <div id="centerplaceholder"> and add the following css:

     

    div#centerplaceholder {

    width: 921px;

    margin: 0 auto;

    position: relative;

    }

     

    (Don't forget the </center> tag.) You may also want to consider to turn the grey image into a css background image to improve page performance.

     

    Greet,

     

    Willam

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points