Quote:
Originally Posted by ArnyVee
Okay, so I'm close
Now, I have that 'frame' all the way around the sig field as well.
Here's the code I'm using....
Code:
<!-- new row by tipoboy -->
<if condition="THIS_SCRIPT != 'private'">
<div class="alt2">
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px"> <legend>WDBling</legend> <div>
<center>$commerce_icons[ALL]</center>
</div>
</if>
<br />
<!-- end new row by tipoboy -->
...it's from the mod here https://vborg.vbsupport.ru/showthread.php?t=118076
And, I'm guessing that it's something other than "alt2" since it's a darker color than the post area background.
|
I'm assuming you dont want it all the way round the sig therefor give this a try:
Code:
<!-- new row by tipoboy -->
<if condition="THIS_SCRIPT != 'private'">
<div class="alt2">
<fieldset class="fieldset" style="margin:$stylevar[formspacer]px 0px 0px 0px"> <legend>WDBling</legend>
<div>
<center>$commerce_icons[ALL]</center>
</div>
</fieldset>
</div>
</if>
<br />
<!-- end new row by tipoboy -->