I am trying to use the HTML editor for individual parts of a webpage, but everything I enter into the editor has text added to it. This is the HTML I enter:
And this is what is saved:
Is there a method to disable the extra HTML?
HTML Code:
<h3>Applications</h3> <p>The Dual-Lite EZ-2 is a unique and efficient self-contained emergency lighting unit designed to meet a variety of needs. It is constructed of injection-molded, flame-rated thermoplastic. Available in standard and damp location models.</p> <h3>Features</h3> <ul> <li>Easy to install <li>Flame-rated, UV-stable thermoplastic housing <li>Damp location listed <li>Standard 5.4 incandescent lamp <li>Textured, bright-white finish <li>Universal wall mounting pattern <li>Universal 120/277 VAC operation <li>Maintenance-free lead-calcium battery <li>Available with Spectron® self-testing/self-diagnostic electronics with time-delay retansfer (TDR) standard <li>UL 924 Listed <li style="PADDING-TOP: 10px" class=no-bullet><b>Temperature Range</b> <li>Standard 20°C - 30°C (68°F - 86°F) <li>Damp location models: 0°C - 40°C (32°F - 104°F)</li></ul> <p>Source: <a href="http://www.dual-lite.com/products/ez2/">http://www.dual-lite.com/products/ez2/</a></p>
HTML Code:
<html> <head> <meta name="generator" content="Alpha Five HTML Editor"> <title></title> <style> <!-- p { margin-top: 0; margin-bottom: 0 } --> </style> </head> <body> <h3>Applications</h3> <p>The Dual-Lite EZ-2 is a unique and efficient self-contained emergency lighting unit designed to meet a variety of needs. It is constructed of injection-molded, flame-rated thermoplastic. Available in standard and damp location models.</p> <h3>Features</h3> <ul> <li>Easy to install <li>Flame-rated, UV-stable thermoplastic housing <li>Damp location listed <li>Standard 5.4 incandescent lamp <li>Textured, bright-white finish <li>Universal wall mounting pattern <li>Universal 120/277 VAC operation <li>Maintenance-free lead-calcium battery <li>Available with Spectron® self-testing/self-diagnostic electronics with time-delay retansfer (TDR) standard <li>UL 924 Listed <li style="PADDING-TOP: 10px" class=no-bullet><b>Temperature Range</b> <li>Standard 20°C - 30°C (68°F - 86°F) <li>Damp location models: 0°C - 40°C (32°F - 104°F)</li></ul> <p>Source: <a href="http://www.dual-lite.com/products/ez2/">http://www.dual-lite.com/products/ez2/</a></p> </body> </html>
Comment