2013-08-13, 08:28 PM
Hello i am trying to follow this tutorial (http://community.mybb.com/thread-77018.html) and accomplish getting this to happen:
but after following all the steps i can only manage to get it to do this:
I have even tried changing the Css attribute to
and changed the html in the subforum templates to
But i still cant get this tutorial it work.
I am modifying a design and wanting this as one of the features in the design.
Thanks
but after following all the steps i can only manage to get it to do this:
I have even tried changing the Css attribute to
.forumlar {list-style: none; margin: 0; padding: 0;
}
.forumlar li {width: 50%; float: left;
}
and changed the html in the subforum templates to
<br />{$lang->subforums}<br /><ul class="forumlar">{$sub_forums}</ul>
But i still cant get this tutorial it work.
I am modifying a design and wanting this as one of the features in the design.
Thanks