el_blubo Posted March 15, 2013 Share Posted March 15, 2013 I want to get a new lookup but I dont really care all that much for the fancy ones with all the text and pictures on them. Im just looking for like a background for the page Quote Link to comment Share on other sites More sharing options...
Mouseykins Posted March 15, 2013 Share Posted March 15, 2013 All you need to do is this really: <style> body { background: url("URL"); background-color: COLOR; } #main { background: url("URL") no-repeat; background-color: COLOR; } </style> The body is the grey area, and the #main is the white area where your information is. If you need any more help making your own UL you can always visit Izzy's Tutorial Page. Hopefully that helps! :) 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.