View Full Version : How to fix the background
gemmk1
02-17-2009, 09:23 AM
I have a yoshi theme that keeps scrolling over and over again how can i make it thet it is fixed
by this i mean it only shows the yoshi background once
As you can see from the attached screenshot
vbplusme
02-17-2009, 10:29 AM
In your Main CSS you need to find where that background image is called. Look for it in the body attributes > background. You should find something like this:
background: #57D5FE url(images/styles/desert_green/gradients/yoshi.jpg);
To get it not to tile you need to replace the repeat with a no-repeat, for example:
background: #57D5FE url(images/styles/desert_green/gradients/yoshi.jpg);
no-repeat
I think that should work.
gemmk1
02-17-2009, 10:34 AM
Thank you very much i will go and have a look now
--------------- Added 1234897024 at 1234897024 ---------------
when i fixed the yoshi background it made it fixed but pushed him to the right hand side and didnt scroll down with the forum
mmoore5553
02-21-2009, 01:30 AM
did you get this resolved then ?
gemmk1
02-22-2009, 10:23 AM
yES THANK YOU GOT IT ALL SORTED NOW
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.