Quote:
Originally Posted by R1D1
perhaps anybody only needs a clean table-like list?
use:
Code:
<if condition="$show['subforums']"><ul style='margin:0px; padding:0px;'>$forum[subforums]</ul></if>
at forumhome_forumbit_levelx_post instead... 
|
My own working version had the subforum class at the <ul> element, with margins and paddings set to zero. That way you get more control with the aperance. I have also added a clear:both underneath so you can put stuff below the list.
I'll post it later today.