FireFox lower case problem

  •  12-08-2005, 3:42 PM

    FireFox lower case problem

    OK, I've cleared my cache.
    I can reproduce this problem on my machine if I go to: http://cutesoft.net/example/general.aspx

    switch to HTML view and paste:
     
    <div align="center">TTT</div>
    <table style="background-color: #fafafa;">
    <tbody>
     <tr>
      <td><strong>TTT<br /></strong></td>
     </tr>
     <tr>
      <td>
       <br />
      </td>
     </tr>
    </tbody></table>
     
    When you go to Normal view all is well, but when I go back to HTML all the text is in Lower Case. the "TTT" turns to "ttt".
    This happens everytime ( in FireFox ).
    But if I take out the entire style attribute and just have <table> then it doesn't turn all the text to lower case.
     
    Does this happen to anyone else?
View Complete Thread