tobyrice01 Posted November 12, 2014 Report Share Posted November 12, 2014 Hello all, I want to make the background of my website to be a picture, instead of a gradient or a plain gray background. How do I do it? http://bluehawkvirtual.net/index.php/ Using the pureHTML5_blue skin. Thanks in advance! Quote Link to comment Share on other sites More sharing options...
jamyboy Posted November 12, 2014 Report Share Posted November 12, 2014 you have to add the below code into your style.css file body { background: url(http://www.yourwebsite.com/bg.png); } or you can google it will give you more options as how to add background image VIA style.css file. hope it can help you. Regards James Quote Link to comment Share on other sites More sharing options...
tobyrice01 Posted November 12, 2014 Author Report Share Posted November 12, 2014 Thank you, but the background image is not showing on the site! I added this code to the end of the CSS: body { background: url(http://www.bluehawkvirtual.net/lib/skins/pureHTML5_blue/img/bg.PNG); } Quote Link to comment Share on other sites More sharing options...
jamyboy Posted November 12, 2014 Report Share Posted November 12, 2014 it should be placed on the top of the style.css file please make sure there will be no duplicate code.... if still you cant able to make it please PM your style.css file will do the changes and send it back to you.... Quote Link to comment Share on other sites More sharing options...
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.