HighDots Forums  

using bold tags in forms

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss using bold tags in forms in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
louloulouloulou
 
Posts: n/a

Default using bold tags in forms - 11-29-2004 , 10:32 AM






We have a form (a jump list) which contains categories... We would like the
category names to be bolded and the items within these to be normal. We have
got this working on firefox, but it doesnt work on ie, which the client is
using. Any suggestions much appreciated! Thanks, Louise


Reply With Quote
  #2  
Old   
Ken Ford - PVII Support
 
Posts: n/a

Default Re: using bold tags in forms - 11-29-2004 , 11:20 AM






Try using <optgroup>:

<select name="mySelect">
<option value="" selected>-Select an Item-</option>
<optgroup label="Option 1">
<option value="1">Item 1</option>
<option value="2">Item 2</option>
</optgroup>
<optgroup label="Option 2">
<option value="3">Item 3</option>
<option value="4">Item 4</option>
</optgroup>
</select>


--
Ken Ford
Certified Dreamweaver MX 2004 Developer
PVII Support Team
http://www.projectseven.com
Team Macromedia Volunteer - Dreamweaver


"louloulouloulou" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
We have a form (a jump list) which contains categories... We would like the
category names to be bolded and the items within these to be normal. We have
got this working on firefox, but it doesnt work on ie, which the client is
using. Any suggestions much appreciated! Thanks, Louise




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.