PDA

View Full Version : add more space above "Attached Files" box?


kpmedia
11-19-2009, 12:16 PM
I don't like how close it is to text, I want it set off more from posts, add 20-30 pixels above the "Attached Files" box. Any idea how this can be done? I'm just not seeing it. Thanks.

Lynne
11-19-2009, 01:31 PM
Adding a <br /> in the template is probably the easiest way. To find the template to modify, do this - vboptions > General Settings > Add Template Name in HTML Comments > set to Yes . Then go back to your page and view the source code and you will see the name of the template called around your part of the code. Sometimes the template is the one mentioned at the very top of the page source.

kpmedia
11-28-2009, 09:51 AM
Thanks for that tip -- learn something new about vB all the time.
I added two <br /><br /> tags just inside the IF statement in the postbit template.

That took care of it. :)