Hi there, I currently have this: body { background-image: url(bkgd.gif); } But the background repeats on the page. How do I prevent it from doing so? Thanks in advance, Peter
background-repeat: no-repeat; you can read more about this here: http://www.hscripts.com/tutorials/css/backp4.php
Thanks a lot sourcer! That sure was a quick reply. I tried it and it seems to only show on 1/4 of the page now at the right. you can see it here - www.ceneb.com
I see... for that to look good you should use background-repeat: repeat-x; instead of background-repeat: no-repeat;
Thank you very much Peter @Katy: yes that works to I have showed Peter a link to a good CSS tutorial, he can learn many things from there