View Full Version : Border


moonlight12
02-14-2004, 12:05 AM
Hi. I feel silly asking this but does anyone know some border attributes I can use. Mine are very limited at the moment and I really don't know. If it's located somewhere on the site I'd be grateful if you could direct me ^^
Thanks!
-Moonlight

kicker91
02-14-2004, 12:29 AM
:D

Basic:
border: 1px #000000 solid;

You can change solid to...
inset, outset, groove, dashed, ridge, double, dotted

starlet
02-14-2004, 12:29 AM
border-style: solid;

border-style: dashed;

border-style: dotted;

border-style: double;

border-style: groove;

border-style: ridge;

border-style: inset;

border-style: outset;

I think those are all of them.