MyBB Community Forums

Full Version: Change .trow1 and .trow2 background to images?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I put in the following code in the background for .trow1:
background: url(http://penpoint.org/images/Parchment_Paper.jpg) no-repeat;

And all that shows up is a blue background, not the image I want. How do I fix this?
try this
background: url(images/Parchment_Paper.jpg) no-repeat;
The image is fairly large:
http://penpoint.org/images/Parchment_Paper.jpg
So I should not need to repeat it.

EDIT:
(2010-11-28, 07:59 PM)adbrad Wrote: [ -> ]try this
background: url(images/Parchment_Paper.jpg) no-repeat;

That did the trick, thanks!
no worries