I have just purchased the Expression Web. I have put in a drop down list but can not seem to get hyperlinks associated with them. Here is what I have:
[html]
<p class="style1"><select name="Swim" style="width: 170px">
<option>SWIMMING_POOL</option>
<option>Metal_Coatings</option>
<a href="swimming_pool_products.htm#MAGICOTE_METAL">M etal Coatings</a>
break;
<option>Concrete_Pool_Coatings</option>
<option>Concrete_Stain</option>
<option>Floor_Paint</option>
<option>Concrete_Curing_Membrane</option>
<option>Concrete_Sealer</option>
<option>Non_Skid_Coating</option>
<option>Anti_Griffiti</option>
[/html]
I would appreciate some help. Thanks. JJ