PDA

View Full Version : Help! Can't center the biobox.


Dekivi
Dec-30-2010, 05:37 PM
I have been trying to make my homepage so that the three pictures in the biobox will link to other pages. That seems to work so far, but somehow in FF, the biobox is hugging the left of the screen instead of being centered.
Could someone give me a clue what to do? (I'm definitely not a programmer).
I've been pulling my hair out all day and can't find a relevant thread for it either.
Thanks

www.mikehughesphoto.com

Allen
Dec-30-2010, 05:47 PM
I have been trying to make my homepage so that the three pictures in the biobox will link to other pages. That seems to work so far, but somehow in FF, the biobox is hugging the left of the screen instead of being centered.
Could someone give me a clue what to do? (I'm definitely not a programmer).
I've been pulling my hair out all day and can't find a relevant thread for it either.
Thanks

www.mikehughesphoto.com (http://www.mikehughesphoto.com)
Remove this

#homepage {width: 1000px; margin-left: 15px !important; margin-right: 15px !important;}

add this

#homepage {width: 958px;}

Dekivi
Dec-30-2010, 06:03 PM
Remove this

#homepage {width: 1000px; margin-left: 15px !important; margin-right: 15px !important;}

add this

#homepage {width: 958px;}


Fantastic Allen. Sure don't know what that did, but it's perfect alignment now.
Thanks.