Remove inline styles

<p style="text-decoration: underline;">Hello <strong>World!</strong></p>
				<p style="color: #228;">How are you today?</p>
				 <table style="width: 300px; text-align: center;" border="1" cellpadding="5">
				  <tr>
					<th width="75"><strong><em>Name</em></strong></th>
					<th colspan="2"><span style="font-weight: bold;">Telephone</span></th>
				  </tr>
				  <tr>
					<td>John</td>
					<td><a style="color: #F00; font-weight: bold;" href="tel:0123456785">0123 456 785</a></td>
					<td><img width="25" height="30" src="images/check.gif" alt="checked" /></td>
				  </tr>
				</table>
				
<p>Hello <strong>World!</strong></p>
				<p>How are you today?</p>
				 <table border="1" cellpadding="5">
				 <tr>
				 <th width="75"><strong><em>Name</em></strong></th>
				 <th colspan="2"><span>Telephone</span></th>
				 </tr>
				 <tr>
				 <td>John</td>
				 <td><a href="tel:0123456785">0123 456 785</a></td>
				 <td><img width="25" height="30" src="images/check.gif" alt="checked" /></td>
				 </tr>
				</table>
				

Probably this is the most important feature of the HTML Cleaner, the one because it was created.

When you copy content from a website or Microsoft Word document or any other visual editor you miht notice that it's filled with all kind of repeating useless inline styles which break the default look and feel of your website.

Using inline styles means that the styles of the elements are not given by classes or ids but it's specified within the HTML tag using the style="..." attribute. Using this feature of the HTML Cleaner you can easily remove every unwanted inline css code from your document with a single click.

To clear formatting, you can also use the WYSIWYG editor on the home page. Select the text you wan to clear and click the Tx button in the toolbar of the HTML editor.