Lalalandowner
08-17-2003, 01:36 AM
How do I make the background image for my cell NOT tile when I increase the size of the cell (I want it to expand to fit the cell)
|
View Full Version : Table img background - NOT tiled Lalalandowner 08-17-2003, 01:36 AM How do I make the background image for my cell NOT tile when I increase the size of the cell (I want it to expand to fit the cell) Alcy 08-17-2003, 02:10 AM Add background-repeat:no-repeat to your CSS, or to the cell. <td style="background-repeat:no-repeat;"> |