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 Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.