My findings from digging through some source:
Sizing of SCAR Code box:
Code:
<table width=720px><tr><td class="smallfont">ScarScript:</td><td align="right" class="smallfont"><b>By Drunkenoldma</b></td></tr></table>
<pre class="alt2" style="margin:0px; padding:6px; border:1px inset; width:720px; height:498px; overflow:auto">
Widths highlighted in red are wider than the content area for a post.
One way to fix this would be by changing the highlighted widths for the SCAR Code box to 100%, but probably not the best.
Another problem is here in your CSS file: [http://www.srl-forums.com/forum/clie...e335-00016.css]
Code:
.vb_postbit
{
color: #283A5E;;
font: 12px verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
text-decoration: none;
width:700px;
padding-bottom:20px;
overflow:auto;
overflow-x:auto;
overflow-y:hidden;
}
If you noticed, the width in red font here is smaller than the width of the SCAR Code box, thus causing our need for unnecessary horizontal scroll bars.
I believe that increasing this value is the best way to fix our annoyance.
For those here who don't understand HTML/CSS increasing the width of the ".vb_postbit" area and/or shrinking the width of the SCAR Code box will fix the scroll bar annoyance.
== Bam Bam ==