Borders
Changing Border Width
#section_name { border-width: 0px; }
This changes the thickness of your border.
You can use pixels or any other form of measurement OR the following:
thin
medium
thick
Changing Border Color
#section_name { border-color: #XXX; }
Changing Border Style
#section_name { border-style: dashed; }
Possible Border Styles:
dashed
dotted
double
groove
inset
outset
ridge
solid
Removing a Border
You can either use the "border-width" command set to '0px' OR the following:
#section_name { border: none; }
View User's Journal
CSS Profile Codes
This is a basic and advanced tutorial on how to CSS profiles.
Unfrigginbelievable
Community Member |
Legalize