thx, i got out of it what i needed
i'll mention my code here just in case others want to use it
fyi : if using this code quotes will look like this
This is my bbcode_quote code
Code:
<div style="margin:20px 10px; background: url(images/misc/q.gif) 0 0 no-repeat">
<div style="padding-left:25px ; padding-right:25px">
<div style="padding:0 5px; border:1px solid #ccc; border-left-width:3px">
<if condition="$show['username']"><div>
<phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
<if condition="$postid">
<a href="showthread.php?$session[sessionurl]p=$postid#post$postid" rel="nofollow"><img class="inlineimg" src="$stylevar[imgdir_button]/viewpost.gif" border="0" alt="$vbphrase[view_post]" /></a></if></if>
<br />
<em>$message</em>
<div align="right"><img src="images/misc/q2.gif" alt=""/></div>
</div>
</div>
</div>
<br>