MyBB Community Forums

Full Version: How can i change this to an image?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have added a screenshot below of the parts of the forum i want to change to an image instead of colour.

Can anyone help please?
In global.css , find .thead and add background-image: url("IMAGE PATH GOES HERE") repeat-x; property.
it didnt work, what do you mean repeat-x; property?
^ example : .thead {background: url("images/thead_bg.gif") repeat-x scroll left top #026CB1;}
(2012-02-10, 07:03 AM)ranjani Wrote: [ -> ]^ example : .thead {background: url("images/thead_bg.gif") repeat-x scroll left top #026CB1;}

No its just going a light blue colour.
And you renamed the image background you want add, to "thead_bg.gif" and put it in the folder "images" ?
(2012-02-10, 06:59 AM)Wirral.Talk Wrote: [ -> ]it didnt work, what do you mean repeat-x; property?

It means that the small image will be repeated on x-axis i.e. horizontally.