yippiekyyay
Programmer
Hello,
I'm trying to convert several Word documents into HTML. To save time, I thought I'd convert them all to html format from within Word and then do an Extended Find and Replace on all the tags to remove the attributes.
The problem is that almost every tag has unique attributes, so I'd like to use wildcards but nothing I've tried seems to work - i.e.:
Find: <td*>
(to find something like <td width=295 valign=top style='width:221.5pt;border:solid black 1.0pt;
border-left:none;padding:0cm 5.4pt 0cm 5.4pt;height:15.0pt'>)
Replace with: <td>
Has anyone had any success with anything like this?
Thanks in advance!
-Saen
I'm trying to convert several Word documents into HTML. To save time, I thought I'd convert them all to html format from within Word and then do an Extended Find and Replace on all the tags to remove the attributes.
The problem is that almost every tag has unique attributes, so I'd like to use wildcards but nothing I've tried seems to work - i.e.:
Find: <td*>
(to find something like <td width=295 valign=top style='width:221.5pt;border:solid black 1.0pt;
border-left:none;padding:0cm 5.4pt 0cm 5.4pt;height:15.0pt'>)
Replace with: <td>
Has anyone had any success with anything like this?
Thanks in advance!
-Saen