One more line that is not needed in wrd (office 2003)

D

Doron Farber

Hi all,

Sometimes when I save the word document as an filtered HTML I am getting a
to see one dash(line) which I need manually to fix.
Like from the below code:

<p class=MsoNormal><u><span
style='font-size:10.0pt;font-family:Verdana'><span
style='text-decoration:none'>&nbsp;</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.

How the above can be avoided?

Thanks,

Doron
 
L

lostinspace

----- Original Message -----
From: "Doron Farber" <>
Newsgroups: microsoft.public.word.docmanagement
Sent: Tuesday, August 23, 2005 12:06 AM
Subject: One more line that is not needed in wrd (office 2003)

Hi all,

Sometimes when I save the word document as an filtered HTML I am getting a
to see one dash(line) which I need manually to fix.
Like from the below code:

<p class=MsoNormal><u><span
style='font-size:10.0pt;font-family:Verdana'><span
style='text-decoration:none'>&nbsp;</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.

How the above can be avoided?

Thanks,

Doron

"How the above can be avoided?"

By NOT using word to create html!

"<u></u>"

Is likey deprecated as well.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top