MyBB Community Forums

Full Version: Trow image repeat
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want my trow image to be one long image, rather than stopping and starting for each column. It's hard to say but hopefully this picture shows what I mean, it isn't one smooth image.

[Image: f9652d305f.png]

Is there a way I can change this to have my trow as one long image instead of repeating itself awkwardly?

Thanks.
You can get the effect you want by putting the background on the tborder class, and changing the trow class background to transparent. That is, if you want all the rows to have the same background. Just change these properties in your stylesheet:
.tborder { border:url(image); }
.trow1 { border:transparent; }
[Image: example-trow-stuff.png~original]