Results 1 to 3 of 3

Thread: red lines in <option value="">

  1. #1
    Join Date
    May 2007
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default red lines in <option value="">

    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!

    Code:
    <form name=faqform>
    <table width="800" height="0" cellpadding="0" align="left">
    <tr>
    <TD width=403 height="0" >
    <tr bgcolor="#cccccc"><td>
    <p>&nbsp;&nbsp;&nbsp;&nbsp;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">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;Information for Visitors</option>
    <option value="more info">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;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.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;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.">&nbsp;&nbsp;&nbsp;-->&nbsp;&nbsp;What is a library account and how can I get one?</option>
    </select>
    </ul>
    </td>
    <td width="389">
    <p>
    &nbsp;&nbsp;&nbsp;Info Will Display Here:
    
    <ul>
    <textarea name="answer" rows=15 cols=55 wrap=virtual></textarea>
    </ul></td>
    </tr>
    </table>
    </form>

  2. #2
    Join Date
    Dec 2006
    Location
    Near Derby, UK
    Posts
    29
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jianxin9 View Post
    It's like it's reading words as being misspelled?
    Firefox has a spell checker... have you tried disabling it?

  3. #3
    Join Date
    May 2007
    Posts
    35
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Resolved

    That worked! Thanks so much.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •