ace01 Posted February 18, 2006 Share Posted February 18, 2006 Hi,Im not sure how you do this. I have a table with a cell that has a background image, because there is text over top of it. Everytime the admin adds a record for the text, it makes the cell longer. I don't want the image to copy, every time the admin adds a rocord. How can I make sure the image doesnot copy itself?thanks Link to comment https://forums.phpfreaks.com/topic/3466-background-image-make-it-not-copy-help/ Share on other sites More sharing options...
ChrisDarl Posted February 18, 2006 Share Posted February 18, 2006 Add this code to your CSS...[code]background-repeat:no-repeat;[/code]Only displays the background image once.Hope this is of help. Chris Link to comment https://forums.phpfreaks.com/topic/3466-background-image-make-it-not-copy-help/#findComment-11901 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.