In the postbit_legacy template, I have this -
PHP Code:
<!-- post #$post[postid] -->
<if condition="$show['spacer']">
$spacer_open
<div id="edit$post[postid]" style="padding:0px 0px 0px 0px">
<if condition="!$post['islastshown']"><!-- this is not the last post shown on the page --></if>
</if>
<table id="post$post[postid]" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="1" width="100%" align="center">
<tr>
<if condition="$show['announcement']">
<td class="thead" style="font-weight:normal" colspan="2">
I want a much thinner border. It's way too thick! Where/how to I get it thinner! PLEASE HELP!
*edit - I found the answer to my own question here -
http://www.vbulletin.com/forum/showthread.php?t=100305
Thanks anyhow.