boostanddestroy Posted April 13, 2009 Posted April 13, 2009 Hello, I changed my background to a reapeating picture and now the site is aligned to the left on Internet explorer, but on opera, fire fox, and google chrome it all centers. I didn't change anything in the style sheet that would do that as far I know. Not sure if it is okay to post my website so if it needs to be taken down mods please erase. www.boostanddestroy.com Thank you for your help! Chisholm Weaver noob-
FIMBLE Posted April 13, 2009 Posted April 13, 2009 Webby is OK, Whats the code you have used for the centre page? Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted April 13, 2009 Posted April 13, 2009 In this part or stylesheet.css BODY { background-image: url('images/bg.png'); background-repeat: repeat; background-position: center; } add tex-align: center;
boostanddestroy Posted April 13, 2009 Author Posted April 13, 2009 Cool, will do it when i get home, on a public network :(. Thank you! noob-
boostanddestroy Posted April 14, 2009 Author Posted April 14, 2009 It did not work, I added that and still having the same issue. noob-
Guest Posted April 14, 2009 Posted April 14, 2009 Sorry my bad. I forgot a t in text-aligh: center;. Your stylesheet.css body should be BODY { background-image: url('images/bg.png'); background-repeat: repeat; text-align: center; background-position: center; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.