jianxin9
07-11-2007, 09:57 PM
In Netscape and Firefox, there are red squiggly lines showing up under words/abbreviations in the <option value=""> text. Any ideas on how to get rid of this? It's like it's reading words as being misspelled? All help is greatly appreciated. Thanks!
<form name=faqform>
<table width="800" height="0" cellpadding="0" align="left">
<tr>
<TD width=403 height="0" >
<tr bgcolor="#cccccc"><td>
<p> Select a Topic for More Information:</p>
<ul>
<select size=15 name=question onchange="javascript:showFAQ(this.form);">
<option value="Please select one of the topics for additional information.">Access and Connection Issues</option>
<option value="info"> --> Information for Visitors</option>
<option value="more info"> --> Library Services for Persons with Disabilities</option>
<option value="To use most TWU electronic resources off-campus, you will need to login with your Pioneer Portal ID and Password.
Please go here to create a Pioneer Portal account."> --> What is a portal account and how do I get one? </option>
<option value="In order to use library services, you must register for a TWU account. You may use your account to renew, borrow, and request materials."> --> What is a library account and how can I get one?</option>
</select>
</ul>
</td>
<td width="389">
<p>
Info Will Display Here:
<ul>
<textarea name="answer" rows=15 cols=55 wrap=virtual></textarea>
</ul></td>
</tr>
</table>
</form>
<form name=faqform>
<table width="800" height="0" cellpadding="0" align="left">
<tr>
<TD width=403 height="0" >
<tr bgcolor="#cccccc"><td>
<p> Select a Topic for More Information:</p>
<ul>
<select size=15 name=question onchange="javascript:showFAQ(this.form);">
<option value="Please select one of the topics for additional information.">Access and Connection Issues</option>
<option value="info"> --> Information for Visitors</option>
<option value="more info"> --> Library Services for Persons with Disabilities</option>
<option value="To use most TWU electronic resources off-campus, you will need to login with your Pioneer Portal ID and Password.
Please go here to create a Pioneer Portal account."> --> What is a portal account and how do I get one? </option>
<option value="In order to use library services, you must register for a TWU account. You may use your account to renew, borrow, and request materials."> --> What is a library account and how can I get one?</option>
</select>
</ul>
</td>
<td width="389">
<p>
Info Will Display Here:
<ul>
<textarea name="answer" rows=15 cols=55 wrap=virtual></textarea>
</ul></td>
</tr>
</table>
</form>