Jul 25, 2003 #1 fowlerlfc MIS Mar 20, 2002 136 US in a table cell from scrolling? i know it can be done with the background image on a page by using a stylesheet, but can it be done with a table cell? if so, code someone show me a code snippet? thanks in advance for your help.
in a table cell from scrolling? i know it can be done with the background image on a page by using a stylesheet, but can it be done with a table cell? if so, code someone show me a code snippet? thanks in advance for your help.
Jul 25, 2003 #2 TheConeHead Programmer Aug 14, 2002 2,106 US I would thing the same code used for the body would work for the td: Background-repeat: no-repeat; Upvote 0 Downvote
Jul 25, 2003 Thread starter #3 fowlerlfc MIS Mar 20, 2002 136 US tried that to no avail. any other ideas? thanks. Upvote 0 Downvote
Jul 25, 2003 Thread starter #4 fowlerlfc MIS Mar 20, 2002 136 US thanks for your help, but i got it sorted. i created a custom style and applied to the <td> tag that i wanted to have the non-repeating image. Upvote 0 Downvote
thanks for your help, but i got it sorted. i created a custom style and applied to the <td> tag that i wanted to have the non-repeating image.
Jul 25, 2003 #5 TheConeHead Programmer Aug 14, 2002 2,106 US it works for me: td style="Background-image:url(image.gif); Background-repeat: no-repeat;" Upvote 0 Downvote