Style manager: bbcode_quote
PHP Code:
<div style="margin:20px; margin-top:5px; <if condition="$show['iewidthfix']">width: 99%;</if>">
<fieldset class="fieldset"><legend><phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase></legend>
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%">
<tr>
<td class="quote_text" class="alt2">
<if condition="$show['username']">
<div>$message</div>
<else />
$message
</if>
</td>
</tr>
</table>
</fieldset>
</div>
if I don't do it wont work as it should at all, design screws up completely

I can't even remove the "" without it screwing up.
Help, please...