It definitely is not working correctly in your editor, I am 100% sure of it. In the page load, I set the disableautoformatting property to true, but it did it anyway. Should I be doing this elsewhere. There is nothing else special in my code.
To reproduce:
- goto your own site: http://www.cutesoft.net/example/general.aspx
- Enter in the html below in the html view and hit submit.
- On the results screen, it looks as:
<table width="610" background="/itemimages/pdp-6100hd_1.jpg"> <tbody> <tr> <td colspan="2"> <h1 style="MARGIN: 0.5in 0in 0in 0.1in">PDP-6100HD</h1> <h1 align="center">61" High Definition Plasma Monitor</h1> </td> </tr> <tr> <td> <font size="1"> <li>High Defintion/XGA Resolution (1,365 x 768p) <li>61" Diagonal/16:9 Wide-Screen Aspect Ratio <br /><u><b>PANEL TECHNOLOGY</b></u><br /><li><b>Encased Cell Structure with Black Stripe Coating</b> - This energy design allows each pixel to deliver a more concentrated beam of light, for truer color and brighter images <li><b>Pure Color Filter</b> for improved contrast and the most accurate color reproduction. <br /><u><b>CONVENIENCE FEATURES</b></u><br /><li><b>Picture in Picture</b>Multi-Window Display Modes for on-screen viewing multiple source at one time. 4 Position. 4 Size <li><b>Selectable Screen Modes <li>Full Function Remote Control </li></b></li></li></li></li></li></li> </font> </td> </tr> </tbody> </table> <td valign="top"> <font size="1"> <u> <b>VIDEO PROCESSING TECHNOLOGY</b> </u> <li> <b>Digital Video Decoder, Scaling and I/P Conversion</b> for video processing <li><b>Color Temperature Control,</b> (4 position – High / Mid / Mid-low / Low) <li><b>Color Management,</b> R/Y/G/C/B/M independent <li><b>Scan Converter,</b> that converts input signals with high sampling accuracy so even minor detail such as small text are sharp and clear <li><b>4 Step Gamma Selection</b> for precise gradation </li></li></li></li></li> </font> </td>
This is clearly different than the html I originally had below?