Thanks Lynne, I'm not a code exper and still I get some error during save style. I changed many things but I thing some wrong code still here
, can you help me for this ? Last code is here, but I'm not sure it is ok or not.
Code:
<table border="0" cellpadding="0" cellspacing="0" align="center" style="margin-top: 5px; margin-bottom: 5px; width:{vb:stylevar quote_container};">
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="75" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="50">
<tr>
<td width="28" valign="top">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-top-left.gif" alt /></td>
<td width="100%" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quote-bg.gif'); background-position: center;" valign="middle">
<span class="smallfont">{vb:rawphrase quote}:</span></td>
<td valign="top">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-top-right.gif" alt /></td>
</tr>
</table>
</td>
<td align="left" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-lr-bg.gif')" valign="bottom">
</td>
<vb:if condition="$show['username']">
<td width="0" align="left" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="200">
<tr>
<td valign="top">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-by-left.gif" alt /></td>
<td width="100%" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-bye-bg.gif')" align="left" valign="middle" nowrap="nowrap">
<span class="smallfont">
<div>
<phrase 1="$username">{vb:rawphrase originally_posted_by_x}</phrase>
<vb:if condition="$postid"><a href="{vb:raw $vboptions.vbforum_url}{vb:if "$vboptions['vbforum_url']", '/', ''}showthread.php?{vb:raw session.sessionurl}p={vb:raw postid}#post{vb:raw postid}" rel="nofollow"><img class="inlineimg" src="{vb:stylevar imgdir_button}/viewpost-{vb:stylevar right}.png" alt="{vb:rawphrase view_post}" /></a></vb:if>
</div>
<td valign="top">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-by-right.gif" alt /></td>
</tr>
</table>
</td>
<vb:else />
<td width="100%" align="right" valign="bottom">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="100%">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-top-bg.gif')" width="100%" valign="middle">
</td>
<td align="left" valign="top">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-top-right-10.gif" alt /></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr>
<td width="10" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quoting-left.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff"></td>
<td width="10" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quoting-right.gif')">
</td>
</tr>
<tr>
<td width="10" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-left-bg.gif')">
</td>
<td width="100%" valign="top" bgcolor="#ffffff" class="smallfont">
<vb:if condition="$show['username']"><i>{vb:raw message}</i>
<vb:else />{vb:raw message}</vb:if></td>
<td width="10" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-right-bg.gif')">
</td>
</tr>
<tr>
<td width="10" valign="bottom">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-bot-left.gif" alt /></td>
<td width="100%" style="background-image: url('{vb:stylevar imgdir_misc}/quotes/quot-bot-bg.gif')">
</td>
<td width="10" valign="bottom">
<img src="{vb:stylevar imgdir_misc}/quotes/quot-bot-right.gif" alt /></td>
</tr>
</table>
</td>
</tr>
</table>