MyBB Community Forums

Full Version: Profile backgrounds
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I know how to insert many things to a profile and where to insert. For eg click here to view my website profile. I am unsure if its possible to have a background on a members profile. Not a background for each member, just a background which can be changed via templates.

Possible?
Thanks.
Admin CP --> Templates & Style --> Templates --> *expand your set* --> Member Templates --> member_profile.

Wherever you want to put the background just stick a
<div style="background: url(mybgimg.jpg)">

<!-- the stuff to put the background on -->

</div>
Thanks DennisTT Smile