MyBB Community Forums

Full Version: Using images as theme titles
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For my forum, I would like to create some images to go in place of the titles for each forum section. I found the code location for the CSS for each individual title but I'm not sure how to code it.

I want to make a folder, with images name "general.png," "technical.png" and I assume I would just have to change the code to <img="titlename"+.png</img> but obviously my code is totally off.

Can anyone steer me in the correct direction?
http://www.longislandautoclub.net is the forum address. I changed the credit to something less noticeable to spam bots but still gives its credits.
The HTML is wrong.

It should be
<img src="titlename.png" title="Category Name"/>
Sorry my HTML was totally wrong but my real issue is that title name is dynamic. So I can just insert HTML for each one.