Changes to QUOTE Tags - Added More Bottom Margin

Changed QUOTE code tag to add 20px of bottom margin:

<!--bbcode_quote_begin-->

<div style="overflow:auto;margin-bottom:20px;">
<div class="smallfont" style="margin-bottom:8px;margin-left:4px;">$vbphrase:</div>

<div  class="bbcode_quote">
    <if condition="$show['username']">
      <div style="margin-bottom:20px;">
        <phrase 1="$username">$vbphrase[originally_posted_by_x]</phrase>
        <if condition="$postid">
        <a href="showthread.php?$session[sessionurl]p=$postid#post$postid" 
        rel="nofollow"><i class="fas fa-arrow-right smallfont" title="$vbphrase[view_post]" style="color:rgb(23, 0, 114);text-decoration:none;"></i></a>
        </if>
      </div>
    <div style="font-style:italic;">$message</div>
    <else />
    <div>$message</div>
    </if>
</div>
</div>
<!--bbcode_quote_end-->

When I have time, I'll move the in-line styles to CSS.

As I recall, someone asked me to fix this a long time ago.

To the person who asked for this change; thanks for your patience. It's done :slight_smile:

2 Likes