Quote:
Originally Posted by simonhind
all forum styles are different and need each tag needs to be closed with </div>
the same goes for some styles need
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
<dt>{vb:rawphrase tmnt_joins}</dt>
<dd>
{vb:raw post.tmnt_joins}
</dd>
</div>
PHP Code:
<div class="etiket_postbit_alanI_userinfo_extra_yazIlarI">
{vb:rawphrase tmnt_joins}
<dd>
{vb:raw post.tmnt_joins}
</dd>
</div>
|
Those worked fine, its the dbtech ones which wrecked the forums, I'll post up a screenshot of what happens when I add that code.