View Full Version : Background


AvrilObsessed
02-01-2003, 03:27 PM
Heylo Peeps!

Juast wondering if anyone could help me with something im not even sure its possible. I want to have a background picture on my site that will basiccally be the guide lines for where the text goes (www.members.aol.com/filthylucreuk/avril.html) i badically want the image to be the background but i dont want it to be tiled. Is this possible? I relise im taking a weird approach to this but im too busy to learn php or anything

Thanks!

pb&j
02-01-2003, 03:31 PM
You can try using CSS coding.
Don't put the BACKGROUND code in your starting BODY tag. Instead, put this into the HEAD area of your coding...

<style type="text/css">
<!--
body {background: #ffffff url(SomeImage.gif) no-repeat;}
-->
</style>

Then just replace the color code and image filename.

AvrilObsessed
02-01-2003, 03:46 PM
Thanks mate that works perfectly :D