PDA

View Full Version : Page display in MAC OS X10


caron707
07-24-2005, 12:04 PM
I have a page that looks great in IE on the PC but when I view in Mac OSX10 it doesn't. Its the image and text sections that are not viewing correctly. Seems to be pushing the margins out and the images are not aligning with the text how I want them to.
The banner and menu bars are fine.

Page contains images with text wrapping using CSS Img float tags.

I haven't tried in any other browsers.

page is www.lunaartusa.com/Biography.html

If someone could tell me what I'm doing wrong I will be eternally grateful.
Thanks.

RetroGamer1991
08-02-2005, 09:18 PM
looks ok to me in Safari and Firefox

So I tested it in IE5xx for Mac and I see the problem

The reason why is you defined P to have margins of 200px for left and right, and the images on the page are put in their own P tag. For the images just try using a couple of <BR> tags instead or give them a totally different class of P in which the margins are more reasonable, either way should do it, but I think the BR would be easier :thumbup: