|
Post by Logheck on Oct 28, 2007 23:30:10 GMT -5
I added a background image to my forum, but the width is 1003. It stays 1003 at all times. Is there a way to make it fit everbody's computer? I want it to look the same for everyone.
|
|
foxylady23
Apprentice
Heaven is a wounderful place.
Posts: 72
|
Post by foxylady23 on Nov 1, 2007 4:29:04 GMT -5
I never experience that problem my forum it seam every could see my background as the same me, may be you place the link on here and some might look what at the forum and them give advice or just might be a setting that need change with your background ok foxy
|
|
|
Post by Ifrit on Nov 2, 2007 17:04:27 GMT -5
What exactly are you asking Logheck? I'm not understanding what you want, the only way I can answer the question you have is, it won't be the same one everyone's computer because it would depend on the width of their screen on their monitor. My laptop is 17 inches, and my Desktop is a lot smaller (Dunno exactly), so the backgrounds are entirely different for both. Did that answer your question? lol
|
|
|
Post by Logheck on Nov 2, 2007 17:20:32 GMT -5
What exactly are you asking Logheck? I'm not understanding what you want, the only way I can answer the question you have is, it won't be the same one everyone's computer because it would depend on the width of their screen on their monitor. My laptop is 17 inches, and my Desktop is a lot smaller (Dunno exactly), so the backgrounds are entirely different for both. Did that answer your question? lol That's what I want to fix, it's different for ppl with smaller resolutions. Is there a code to stretch it to fit each and every resolution individually? Is there at least a way to center it?
|
|
|
Post by Ifrit on Nov 3, 2007 10:32:54 GMT -5
Yes you can center the background with this code here
<style type="text/css">
body { background-position:center top; background-repeat:repeat-y; }
</style>
I think it goes in the global header, but, I'm not so sure at the moment, if not then you can always test it out in the others.
|
|
|
Post by Logheck on Nov 3, 2007 12:15:56 GMT -5
Okay, thanks.
|
|
|
Post by Ifrit on Nov 3, 2007 14:43:43 GMT -5
Your welcome.
|
|