cell background
cell background
- Started
- Last post
- 3 Responses
- looptastic
Is it possible to set a table cell background image to "no repeat"?
- forcetwelve0
CSS?
- ********0
style="background-image:url(your... background-repeat: no-repeat;"
- jamble0
background: #fff url(image.gif) no-repeat;
obviously change the #fff to whatever ..