View Full Version : rounded corners for attachment border
Howell
01-08-2008, 06:01 PM
I'm trying to round the corners of the border that surrounds the attachment in a post like on here.
Does anyone have advice on what I need to do or add to the css??
See below for border
v v v v v v v v v v v
Howell
01-17-2008, 07:56 PM
*bump*
Lynne
01-17-2008, 08:02 PM
If you look at the source code for this page, you get the name of the class (fieldset) and the css url: https://vborg.vbsupport.ru/clientscript/vbulletin_css/style-c4a4861d-00023.css And in the css, you'll notice this line:
fieldset{border:1px solid #D0D0BF;padding:8px;-moz-border-radius:5px}
There are other lines in the css page that may affect it, I don't know.
bobster65
01-17-2008, 09:08 PM
Here is the Template Code that achieves what you are after..
<fieldset class="fieldset" style="margin:0px 0px 0px 0px">
<legend><b><i>ATTACHMENT NAME HERE</i></b></legend>
<div style="padding:0px">
CONTENT GOES HERE
</div>
</fieldset>
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.