Hi Guys,
I would like to put images on the left of a block forum like this community:
http://forum.xda-developers.com/ (see the smartphones images)
How can I do it?
Lynne, on Vbulletin.com suggested me to modify the template adding an extra div before the list of forums:
HTML Code:
<div style="" id="collapseobj_forumbit_605">
<div class="forumheader">
<div class="forumheader-title">Forums</div>
<div class="forumheader-stats">Stats</div>
<div class="forumheader-last">Last Post</div>
</div>
<img big image tag>
<ol class="forumlist smallindent">
list of forums....
</ol>
</div>
But really, I don't know what to do. Can you help me, please?
Thanks!