html code: How do I add follow my drop down menu with a link and text?

ara

New member
Following the code below, specifically after the drop down menu code, I would like to add a link titled "advanced search," however, the hyperlink code doesn't produce anything. How can I get the hyperlink to work and follow it with text (I would like to have everything remain in a single line).

Thanks,

<p font face="Calibri, Trebuchet, sans-serif" color="black" size="4">Search <input
type="text" size=30" maxlength="130"> <img src="magnifying.jpg">
<select size="1">
<option value="1">Federation</option>
<option value="2">Enterprise</option>

<a href="advancedsearch.html">Advanced Search</a>
 
Back
Top