Ok.ok....
I found an HTML way to display the actaul code that is casuing the problem:
<span style='display:none'> "text" </span>
Again just use MS Word to replace:
<span style='display:none'> with ""
and replace:
</span> with ""
Where "" is nothing (A.K.A. the Null string...)
Regards,
Dick
P.S. I would suggest - use the find Option to find instances of
<span
style='display:none'> "text" </span>)
Vs the
<span style='display:none'> "text" </span>
AS this has two characters one of which isn't the ^p (or paragraph)...
I hope this helps...
|