D
Doron Farber
Hi all,
Sometimes when I save the word document as an filtered HTML I am getting a
to see an addtional UnderScore which I need manually to fix all the time.
Like from the below code:
<p class=MsoNormal><u><span
style='font-size:10.0pt;font-family:Verdana'><span
style='text-decoration:none'> </span></span></u></p>/
To code like:
<p></p>
Basically the <u></u> is casing the problem and I had line below that needs
that <u></u> but it also goes to a line it does not need to go as well
How the above can be avoided?
Thanks,
Doron
Sometimes when I save the word document as an filtered HTML I am getting a
to see an addtional UnderScore which I need manually to fix all the time.
Like from the below code:
<p class=MsoNormal><u><span
style='font-size:10.0pt;font-family:Verdana'><span
style='text-decoration:none'> </span></span></u></p>/
To code like:
<p></p>
Basically the <u></u> is casing the problem and I had line below that needs
that <u></u> but it also goes to a line it does not need to go as well
How the above can be avoided?
Thanks,
Doron