Re: Spell Check and HTML Style

  •  07-11-2010, 9:28 PM

    Re: Spell Check and HTML Style

    Hi Adam,
     
    Is there any more information on this issue?  Spell check also seems to flag items within <style></style> tags.  This occurs irrespective of quotes as mentioned above. 
     
    For example, paste the below html into your the online demo and then spell check.  The first hit is on the td tag.
     
    <style>
    td { border:3px solid black; }
    </style>
    <table cellspacing="4" cellpadding="4" bgcolor="#ffffff" border="0">
         <tbody>
             <tr>
                 <td>
                 <p> <img src="http://cutesoft.net/Uploads/j0262681.jpg" width="80" height="53" alt="" /></p>
                 </td>
                 <td>
                 <p>When your algorithmic and programming skills have reached a level which you cannot improve any further, refining your team strategy will give you that extra edge you need to reach the top. We practiced programming contests with different team members and strategies for many years, and saw a lot of other teams do so too. </p>
                 </td>
             </tr>
             <tr>
                 <td>
                 <p> <img src="http://cutesoft.net/Uploads/PH02366J.jpg" width="80" height="52" alt="" /></p>
                 </td>
                 <td>
                 <p>From this we developed a theory about how an optimal team should behave during a contest. However, a refined strategy is not a must: The World Champions of 1995, Freiburg University, were a rookie team, and the winners of the 1994 Northwestern European Contest, Warsaw University, met only two weeks before that contest. </p>
                 </td>
             </tr>
         </tbody>
    </table>
    Filed under:
View Complete Thread