Thanks guys,
I've tried your suggestions but I think I must still be placing the code in
the wrong place. I've attached the code that Dreamweaver creates... and since
I don't have much experience can you please tell exactly where I should put the
label tags and the for attribute
Regards
Sharlene
http://www.sharlasweb.com
<form action="""" name="form" id="form">
<div align="center">
<select name="jumpMenu" id="jumpMenu"
onchange="MM_jumpMenu('parent',this,1)">
<option>Quick Link Jump Menu</option>
<option value="../services.html">Services</option>
<option value="../web2.html">Web Design</option>
<option value="../web2.html#BusinessWebsites">Business
Websites</option>
</select>
</div>
</form>