Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

fieldset border color

Status
Not open for further replies.

blues77

Programmer
Jun 11, 2002
230
CA
Does anyone know how to change the border color and style of a fieldset? right now i have:

<form method=&quot;post&quot; action=&quot;visitor.asp&quot;>
<fieldset style=&quot;border: medium soild black&quot; >
<legend><b><font size=&quot;+1&quot;>Tell me about yourself</font><b></legend>
<br>
Enter your name: <input type=&quot;text&quot; name=&quot;vistorName&quot; size=&quot;20&quot; maxlength=&quot;35&quot;><br>
Enter your email: <input type=&quot;text&quot; name=&quot;email&quot; size=&quot;20&quot; maxlength=&quot;35&quot;>
</fieldset>
</form>

The style doesn't seem to work. Any help is greatly appreciated!!
 
Hi blues77,

try this:

<fieldset style=&quot;width:300;height:200; border: solid 3px red&quot;>
<legend style=&quot;border: solid 2px blue&quot;> Blue Legend Border </legend>
<p align=&quot;center&quot;>Red fieldset border</p>
</fieldset>

Do also read:

thread215-302778

Hope this helps,
Erik
My sport: Boomerang throwing !
Between 30 jul - 8 aug. I participate at the World Championships.
30/7-3/8 = TEAM cup (I'm in TriNationalTeam -TNT).
6/8-8/8 = Individual cup (Erik Leferink and my son Tim).
My goal in both ranglists is to end within the first 50%. For LIVE scores during the tournament:
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top