Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is it possible to prevent background images...

Status
Not open for further replies.

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.
 
I would thing the same code used for the body would work for the td:

Background-repeat: no-repeat;
 
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.
 
it works for me:

td style=&quot;Background-image:url(image.gif); Background-repeat: no-repeat;&quot;
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top