Dartho I think I posted about this before but cant find my post. When I create a new thread or click reply in this style, the smilies are all in a vertical list which makes the box really huge.
How do I get them to wrap horizontally?
this is the code in the editor_smiliebox
Code:
<vb:comment><h4 class="blocksubhead">Smilies</h4></vb:comment>
<ul class="smiliebox floatcontainer" id="{vb:raw editorid}_smiliebox">
{vb:raw smiliebits}
</ul>
<vb:if condition="$show['moresmilieslink']">
<div class="moresmilies">[<a href="javascript://" onclick="vB_Editor['{vb:raw editorid}'].open_smilie_window(smiliewindow_x, smiliewindow_y); return false" title="{vb:rawphrase showing_x_smilies_of_y_total, {vb:raw vboptions.smtotal}, {vb:raw totalsmilies}}">{vb:rawphrase more}</a>]</div>
</vb:if>