Hi guys, Not very often that i ask for help but on this occasion my coders are out of town until tomorrow night and i need to figure something out on my own haha.
Has anyone managed to throw a border around forumbits, I.e a border around the forumhead and categories on the forumhome.
The easy way would be to just put a div around the :
Code:
<ol id="forums" class="floatcontainer">
{vb:raw forumbits}
</ol>
In the forumhome template, however that would wrap ALL of the forumbits at once, im trying to wrap each block.
Wrapping the forumhome_forumbit_level1_nopost template doesnt work either.