View Full Version : Need help with template
PappaLou
10-02-2007, 09:34 PM
www.4habbos.com/index1.php
when you look at that site, i want that background to be where the white is
can anyone tell me the css code so i can put it into my css stylesheet so the white part of the template is the same as the background?
the image name is bg.gif
redtom
10-02-2007, 09:37 PM
<style type="text/css">
body
{
background: #ffffff url(images/bg.gif);
}
Rest of style sheet
</style>
That?
PappaLou
10-02-2007, 09:41 PM
i cant remember the code i think it goes something like
Background-image-url: (image name here);
in the stylesheet.
redtom
10-02-2007, 09:46 PM
i cant remember the code i think it goes something like
Background-image-url: (image name here);
in the stylesheet.
background: #ffffff url(images/bg.gif);
Yeah that that works aswell
PappaLou
10-02-2007, 09:47 PM
wait nevermind i sorted it.
No "Thanks for trying to help me Redtom" ?
Really, if you want to get anywhere, dont be so arrogant.
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.