MyBB Community Forums

Full Version: How To Draw Bold Line???
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How TO Draw A Color Bold Line Between Two Posts
See Attachment

[attachment=23168]
admin panel --> templates --> current template set --> Post Bit Templates --> postbit

at the bottom add :
<div class="newhr"><hr /></div>

in global.css at the bottom add :
.newhr
{color: #f00;
background-color: #f00;
height: 4px;}

change the color, height etc.. as per your choice Smile

Thanks