mdp77 Posted January 8, 2009 Posted January 8, 2009 Is it possible to add a background image to the Lite version, I want to add a image that will be in the background. Does anyone know how to do that? Quote
Haunted Dawg Posted January 8, 2009 Posted January 8, 2009 Re: Background image[Lite] add to your header.php style: body { background-image: url('URL Here'); } I would also suggest going to look at bg image properties. Quote
mdp77 Posted January 8, 2009 Author Posted January 8, 2009 Re: Background image[Lite] Thanks, but where in my header? Can I put it at the bottom? Quote
Haunted Dawg Posted January 8, 2009 Posted January 8, 2009 Re: Background image[Lite] No. Put it amongst the rest of your css. If you do not know what CSS is then look for <style language="text/css"> and place it inside that html code tag. Quote
mdp77 Posted January 8, 2009 Author Posted January 8, 2009 Re: Background image[Lite] I actually dont have CSS in my header, any other way I can do it? Quote
Tonka Posted January 8, 2009 Posted January 8, 2009 Re: Background image[Lite] than put it into your *.css file in the body tag Quote
mdp77 Posted January 8, 2009 Author Posted January 8, 2009 Re: Background image[Lite] I don't have any css at all, nothing is css in my game. Can it still be done? Quote
Haunted Dawg Posted January 8, 2009 Posted January 8, 2009 Re: Background image[Lite] I am dead sure that mccode's lite has css. Post your header. If not add: <style> CSS CODE ABOVE </style> to your header.php Quote
mdp77 Posted January 8, 2009 Author Posted January 8, 2009 Re: Background image[Lite] Thanks that worked great. +1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.