Click to See Complete Forum and Search --> : How to display background image only once?
ozpo1
01-25-2006, 01:38 PM
I'm trying to use an image as a background for a table, but I have problems in fitting the image into the table. My biggest problem is that the image is keep reapting itself, any one knows how to stop it? any good tips for the proccess?? Thanks in advanced, Oz.
Charles
01-25-2006, 01:42 PM
http://www.w3.org/TR/REC-CSS2/colors.html#q2
JPnyc
01-25-2006, 02:13 PM
background-repeat:no-repeat; in your css, or if you have no other css, then
style="background-repeat:no-repeat;" inside the tag.
ozpo1
01-25-2006, 03:25 PM
:)