I have a PDF specification for building a html page. I used http://www.htmlpublish.com/convert-pdf-to-html/ to convert the pdf into the html I was otherwise going to have to write manually.
Unfortunately, the generated HTML has colspan=4
, when I would like colspan='4'
(the value should be surrounded by simple quotes).
What can I do to add the single quotes everywhere in the code where i have colspan
? (appart from manually writing the quotes, because i have 704 colspans in my page)