PDA

View Full Version : Coding Help Please



dobbin
11-03-2008, 05:04 PM
Hello i need help with this layout i am trying to code for my rugby team please help me shall i add the grass parts as a backround or wa?
ps:i have just started code layouts and that.
http://img181.imageshack.us/img181/3619/wjjsmr0.th.jpg (http://img181.imageshack.us/my.php?image=wjjsmr0.jpg)

--ss--
11-03-2008, 07:44 PM
In the body CSS area add

background-image: url(IMAGE URL);
Make sure you replace IMAGE URL with your actual image url and have it so the image can be tiled ;).

Decode
11-03-2008, 07:51 PM
<style type="text/css">
body {background: url("grass.gif");
}
</style>

Add that to the head section.

dobbin
11-03-2008, 08:54 PM
tanks every one for the reply but i dont know css :eusa_wall

Want to hide these adverts? Register an account for free!