PC Review


Reply
Thread Tools Rate Thread

Best way to get rid of Word formating?

 
 
Jeremy
Guest
Posts: n/a
 
      12th Aug 2004
I receive Word documents from my team, to be posted to our website as .htm.
The word docs come with all kinds of styles and formating that are not
needed and only slow down the delivery of the .htm to the user.

Typically the only formating I need to keep from Word docs are h2, h3, p, i,
and b, and indents/blockquotes.

What I do now, is to reformat the incoming Word doc to Normal (making sure I
am not loosing the italics and bolds), then save the doc as filtered .htm,
then copy the document to a website page. But I find I still need to go
through the web page to remove vast quantities of spans, divs, sometimes
fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
FrontPage.

Is there a better way? Thanks!


 
Reply With Quote
 
 
 
 
=?Utf-8?B?d3A=?=
Guest
Posts: n/a
 
      12th Aug 2004
Just drag/drop the file into an open page.

"Jeremy" wrote:

> I receive Word documents from my team, to be posted to our website as .htm.
> The word docs come with all kinds of styles and formating that are not
> needed and only slow down the delivery of the .htm to the user.
>
> Typically the only formating I need to keep from Word docs are h2, h3, p, i,
> and b, and indents/blockquotes.
>
> What I do now, is to reformat the incoming Word doc to Normal (making sure I
> am not loosing the italics and bolds), then save the doc as filtered .htm,
> then copy the document to a website page. But I find I still need to go
> through the web page to remove vast quantities of spans, divs, sometimes
> fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> FrontPage.
>
> Is there a better way? Thanks!
>
>
>

 
Reply With Quote
 
E. T. Culling
Guest
Posts: n/a
 
      12th Aug 2004
Copy and paste the docs into Notepad to get rid of all the terrible Word
formatting. Then copy and paste into your page and format properly. With all
the junk cleared away your ready to use regular CSS.
Eleanor

"Jeremy" <(E-Mail Removed)> wrote in message
news:eCiL%(E-Mail Removed)...
> I receive Word documents from my team, to be posted to our website as

..htm.
> The word docs come with all kinds of styles and formating that are not
> needed and only slow down the delivery of the .htm to the user.
>
> Typically the only formating I need to keep from Word docs are h2, h3, p,

i,
> and b, and indents/blockquotes.
>
> What I do now, is to reformat the incoming Word doc to Normal (making sure

I
> am not loosing the italics and bolds), then save the doc as filtered .htm,
> then copy the document to a website page. But I find I still need to go
> through the web page to remove vast quantities of spans, divs, sometimes
> fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> FrontPage.
>
> Is there a better way? Thanks!
>
>



 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Aug 2004
Convert the document to a PDF, import and link to it. Then user can download it.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"Jeremy" <(E-Mail Removed)> wrote in message
news:eCiL%(E-Mail Removed)...
> I receive Word documents from my team, to be posted to our website as .htm.
> The word docs come with all kinds of styles and formating that are not
> needed and only slow down the delivery of the .htm to the user.
>
> Typically the only formating I need to keep from Word docs are h2, h3, p, i,
> and b, and indents/blockquotes.
>
> What I do now, is to reformat the incoming Word doc to Normal (making sure I
> am not loosing the italics and bolds), then save the doc as filtered .htm,
> then copy the document to a website page. But I find I still need to go
> through the web page to remove vast quantities of spans, divs, sometimes
> fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> FrontPage.
>
> Is there a better way? Thanks!
>
>



 
Reply With Quote
 
John
Guest
Posts: n/a
 
      12th Aug 2004
Tom,

I think you have missed the point on this post.

That method is not suitable if the client is sending text you need to use in
a webpage. Copy and paste the text into a TXT (Notepad) file and then
copy/paste into FrontPage.

That cleans all the extraneous code out.

John


"Thomas A. Rowe" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Convert the document to a PDF, import and link to it. Then user can

download it.
>
> --
> ==============================================
> Thomas A. Rowe (Microsoft MVP - FrontPage)
> WEBMASTER Resources(tm)
> http://www.ycoln-resources.com
> FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> ==============================================
> To assist you in getting the best answers for FrontPage support see:
> http://www.net-sites.com/sitebuilder/newsgroups.asp
>
> "Jeremy" <(E-Mail Removed)> wrote in message
> news:eCiL%(E-Mail Removed)...
> > I receive Word documents from my team, to be posted to our website as

..htm.
> > The word docs come with all kinds of styles and formating that are not
> > needed and only slow down the delivery of the .htm to the user.
> >
> > Typically the only formating I need to keep from Word docs are h2, h3,

p, i,
> > and b, and indents/blockquotes.
> >
> > What I do now, is to reformat the incoming Word doc to Normal (making

sure I
> > am not loosing the italics and bolds), then save the doc as filtered

..htm,
> > then copy the document to a website page. But I find I still need to go
> > through the web page to remove vast quantities of spans, divs, sometimes
> > fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> > FrontPage.
> >
> > Is there a better way? Thanks!
> >
> >

>
>



 
Reply With Quote
 
John
Guest
Posts: n/a
 
      12th Aug 2004
If you do it this way, all Word code goes along with it. Far better to
copy/paste into notepad, then copy/paste into FrontPage

John

"wp" <(E-Mail Removed)> wrote in message
news:A93C50BA-F928-4B86-8F8A-(E-Mail Removed)...
> Just drag/drop the file into an open page.
>
> "Jeremy" wrote:
>
> > I receive Word documents from my team, to be posted to our website as

..htm.
> > The word docs come with all kinds of styles and formating that are not
> > needed and only slow down the delivery of the .htm to the user.
> >
> > Typically the only formating I need to keep from Word docs are h2, h3,

p, i,
> > and b, and indents/blockquotes.
> >
> > What I do now, is to reformat the incoming Word doc to Normal (making

sure I
> > am not loosing the italics and bolds), then save the doc as filtered

..htm,
> > then copy the document to a website page. But I find I still need to go
> > through the web page to remove vast quantities of spans, divs, sometimes
> > fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> > FrontPage.
> >
> > Is there a better way? Thanks!
> >
> >
> >



 
Reply With Quote
 
=?Windows-1252?Q?Rob_Giordano_\=28aka:_Crash_Gordo
Guest
Posts: n/a
 
      12th Aug 2004
Sounds like a lot of work for you. Is there a reason it has to come through you?


"Jeremy" <(E-Mail Removed)> wrote in message news:eCiL%(E-Mail Removed)...
| I receive Word documents from my team, to be posted to our website as ..htm.
| The word docs come with all kinds of styles and formating that are not
| needed and only slow down the delivery of the .htm to the user.
|
| Typically the only formating I need to keep from Word docs are h2, h3, p, i,
| and b, and indents/blockquotes.
|
| What I do now, is to reformat the incoming Word doc to Normal (making sure I
| am not loosing the italics and bolds), then save the doc as filtered ..htm,
| then copy the document to a website page. But I find I still need to go
| through the web page to remove vast quantities of spans, divs, sometimes
| fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
| FrontPage.
|
| Is there a better way? Thanks!
|
|
 
Reply With Quote
 
Thomas A. Rowe
Guest
Posts: n/a
 
      12th Aug 2004
I didn't miss the point! I responded based on Jeremy's question "Is there a better way?"

IMO, the better way is to convert the file to a PDF file, thereby retaining all formatting of the
original document. This will also reduce the amount of time required to get the content on to the
web and available to users, to just a few minutes.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)
http://www.ycoln-resources.com
FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
To assist you in getting the best answers for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp

"John" <(E-Mail Removed)> wrote in message
news:Ov%(E-Mail Removed)...
> Tom,
>
> I think you have missed the point on this post.
>
> That method is not suitable if the client is sending text you need to use in
> a webpage. Copy and paste the text into a TXT (Notepad) file and then
> copy/paste into FrontPage.
>
> That cleans all the extraneous code out.
>
> John
>
>
> "Thomas A. Rowe" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Convert the document to a PDF, import and link to it. Then user can

> download it.
> >
> > --
> > ==============================================
> > Thomas A. Rowe (Microsoft MVP - FrontPage)
> > WEBMASTER Resources(tm)
> > http://www.ycoln-resources.com
> > FrontPage Resources, WebCircle, MS KB Quick Links, etc.
> > ==============================================
> > To assist you in getting the best answers for FrontPage support see:
> > http://www.net-sites.com/sitebuilder/newsgroups.asp
> >
> > "Jeremy" <(E-Mail Removed)> wrote in message
> > news:eCiL%(E-Mail Removed)...
> > > I receive Word documents from my team, to be posted to our website as

> .htm.
> > > The word docs come with all kinds of styles and formating that are not
> > > needed and only slow down the delivery of the .htm to the user.
> > >
> > > Typically the only formating I need to keep from Word docs are h2, h3,

> p, i,
> > > and b, and indents/blockquotes.
> > >
> > > What I do now, is to reformat the incoming Word doc to Normal (making

> sure I
> > > am not loosing the italics and bolds), then save the doc as filtered

> .htm,
> > > then copy the document to a website page. But I find I still need to go
> > > through the web page to remove vast quantities of spans, divs, sometimes
> > > fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> > > FrontPage.
> > >
> > > Is there a better way? Thanks!
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
=?Utf-8?B?d3A=?=
Guest
Posts: n/a
 
      12th Aug 2004
Well, this was posted by Wally, and it does work. I've done this many times.

"John" wrote:

> If you do it this way, all Word code goes along with it. Far better to
> copy/paste into notepad, then copy/paste into FrontPage
>
> John
>
> "wp" <(E-Mail Removed)> wrote in message
> news:A93C50BA-F928-4B86-8F8A-(E-Mail Removed)...
> > Just drag/drop the file into an open page.
> >
> > "Jeremy" wrote:
> >
> > > I receive Word documents from my team, to be posted to our website as

> ..htm.
> > > The word docs come with all kinds of styles and formating that are not
> > > needed and only slow down the delivery of the .htm to the user.
> > >
> > > Typically the only formating I need to keep from Word docs are h2, h3,

> p, i,
> > > and b, and indents/blockquotes.
> > >
> > > What I do now, is to reformat the incoming Word doc to Normal (making

> sure I
> > > am not loosing the italics and bolds), then save the doc as filtered

> ..htm,
> > > then copy the document to a website page. But I find I still need to go
> > > through the web page to remove vast quantities of spans, divs, sometimes
> > > fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> > > FrontPage.
> > >
> > > Is there a better way? Thanks!
> > >
> > >
> > >

>
>
>

 
Reply With Quote
 
Wally S
Guest
Posts: n/a
 
      12th Aug 2004
I've been doing it for the last nine years. You don't get the Word code. If
you copy it first into Notepad, you will lose all the formatting. The
problem here is that Jeremy wants to keep some of the formatting and get rid
of the rest of it. If he wants to get rid of all the different fonts, he
could select the whole doc and then format it as one font. That will work.

Wally S

"wp" <(E-Mail Removed)> wrote in message
news:E33B3190-3AFA-476D-A921-(E-Mail Removed)...
> Well, this was posted by Wally, and it does work. I've done this many

times.
>
> "John" wrote:
>
> > If you do it this way, all Word code goes along with it. Far better to
> > copy/paste into notepad, then copy/paste into FrontPage
> >
> > John
> >
> > "wp" <(E-Mail Removed)> wrote in message
> > news:A93C50BA-F928-4B86-8F8A-(E-Mail Removed)...
> > > Just drag/drop the file into an open page.
> > >
> > > "Jeremy" wrote:
> > >
> > > > I receive Word documents from my team, to be posted to our website

as
> > ..htm.
> > > > The word docs come with all kinds of styles and formating that are

not
> > > > needed and only slow down the delivery of the .htm to the user.
> > > >
> > > > Typically the only formating I need to keep from Word docs are h2,

h3,
> > p, i,
> > > > and b, and indents/blockquotes.
> > > >
> > > > What I do now, is to reformat the incoming Word doc to Normal

(making
> > sure I
> > > > am not loosing the italics and bolds), then save the doc as filtered

> > ..htm,
> > > > then copy the document to a website page. But I find I still need to

go
> > > > through the web page to remove vast quantities of spans, divs,

sometimes
> > > > fonts, and the ubiqiutous p.MsoNormal. Then I optimize the html in
> > > > FrontPage.
> > > >
> > > > Is there a better way? Thanks!
> > > >
> > > >
> > > >

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Word formating Graham Mayor Microsoft Word Document Management 2 9th Nov 2010 07:17 AM
Saving Word 07 as Word 03 without loss of formating Frustrated! Microsoft Word Document Management 1 23rd Jul 2009 05:05 AM
Formating WORD Jessica Microsoft Access Getting Started 1 10th Jun 2009 01:19 PM
word formating Joe Microsoft Word Document Management 1 7th Nov 2006 09:26 AM
Does Word have a version of formating like Word Perfect? =?Utf-8?B?TXIgVG8gRG8=?= Microsoft Word Document Management 3 3rd Jan 2006 05:43 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:53 AM.