Soliaris Queen
OK i am making a NEW type of pro... i know..... wrong place but i cant find anywere else!
HOW do you make your background image encompass the whole space?! with no gaps on the side... like on mine...
http://www.gaiaonline.com/profiles/
^^^^^^^^ my profile
PLEASE help! if i cant fix it i'll be SUPER sad!
crying
First off, the link you supplied doesn't do crap for viewing the profile you want viewed. Secondly, if you don't want gaps you need to make the background image the size of your screen resolution or bigger.
If your using
body {background: url(URL);} then just use
html {background: url(URL);}. Cause the HTML background is the furthest back you can get, so you could set a color or image there (color would match the background image color), or the image could be a single pixel repeating over and over. Either way, that would work, if your not wanting to do that. Then the background image you wanna use would have to be bigger, cause not everyone's screen resolution is the same. that's why its so hard to please people.