Hi, I'm just fiddling around with some CSS and stuff on a web page I'm making and I tried using the <FIELDSET> tag. My question is: How do I define the border color of the feildset and can this be done with CSS?
Thx
Heres my code if you want to look at it
Thx
Heres my code if you want to look at it
| Code: |
|
<FIELDSET class="nav"> <LEGEND align="right"> Navigation</LEGEND> <P><a href="#">test link1</a><br /> <a href="#">test link2</a><br /> <a href="#">test link3</a><br /> </P> </FIELDSET> |
