tags:

views:

13

answers:

0

Hi,

Could anyone tell me how I could remove extra-quotes from my HTML using uTidy. The malformed HTML tag looks like this:

<th align="left"">
 <input type="submit" style="font-weight: bold;" value="Go">
</th>

I would also like to remove some empty attributes in the HTML that looks like this (notice the alt tag):

<img src="http://static.foobar.org/images/blank.gif" width="1" height="1" alt="" border="0">

Thank you.