Quote:
Originally Posted by DChapman
On the image upload popup, tick the "repeat" box to no:
|
This does not work. I have a gradient image that is 1px wide, so it needs to repeat. But not across multiple rows, just once across. THis is my code that I use in vb styles:
Code:
background: #B5B5B5;
background-image: url(/forums/images/custom/bg2.gif);
background-repeat: repeat-x;
Also, with the padding solution, that does not work for a fixed width as everyone's screen rez is different, so padding does not fix a table. Is there a way in the .css to fix it?
I sent you a PM.