Mar 10, 2003 #1 Bastien Programmer May 29, 2000 1,683 CA what is the code to stop a table backgorund image from repeating...i have background-repeat="no-repeat" but that doesn't seem to work. TIA Bastien There are many ways to skin this cat, but it still tastes like chicken
what is the code to stop a table backgorund image from repeating...i have background-repeat="no-repeat" but that doesn't seem to work. TIA Bastien There are many ways to skin this cat, but it still tastes like chicken
Mar 10, 2003 #2 TheConeHead Programmer Aug 14, 2002 2,106 US <body style="background-repeat:no-repeat;"> Upvote 0 Downvote
Mar 10, 2003 #3 4x4uk Technical User Apr 30, 2002 381 GB This will prevent the image from repeating <table style="{background-color:c0c0c0;background-image:url(celback.gif);background-repeat:no-repeat}"> Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/ Upvote 0 Downvote
This will prevent the image from repeating <table style="{background-color:c0c0c0;background-image:url(celback.gif);background-repeat:no-repeat}"> Regards Ian Infinity exists! - I just haven't worked out a way to get there yet. http://www.ne4x4.org.uk/ | http://www.ne4x4.org.uk/Ian/ | http://www.ne4x4.fsnet.co.uk/beck/