HighDots Forums  

Freeware Word to HTML ?

alt.html alt.html


Discuss Freeware Word to HTML ? in the alt.html forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
John Fitzsimons
 
Posts: n/a

Default Freeware Word to HTML ? - 06-10-2008 , 07:40 PM







Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?


Regards, John.

Reply With Quote
  #2  
Old   
Nik Coughlin
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-10-2008 , 07:54 PM






"John Fitzsimons" <DELETEucwubqf02 (AT) sneakemail (DOT) com> wrote

Quote:
Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?
Save as HTML from Word then run through HTMLTidy

Easiest way to do it on Windows is to use is TidyGui, which works on all
Win32 platforms so 98SE should be fine

There is an option in TidyGui for "file was output by MS Word" or something
like that



Reply With Quote
  #3  
Old   
Gary Peek
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-10-2008 , 08:18 PM



John Fitzsimons wrote:
Quote:
Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?
I wrote a simple utility to simplify the lousy HTML that Word
generates with "save as HTML". It has a number of options to
play with, and it strips out things very aggressively, so your
mileage may very. http://www.garypeek.com/basic/ called xtag.exe



Reply With Quote
  #4  
Old   
Jukka K. Korpela
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-11-2008 , 03:28 AM



Scripsit Nik Coughlin:

Quote:
Save as HTML from Word then run through HTMLTidy
Last time I checked, Tidy messed things up somewhat, e.g. introducing a
confusing jungle of <span> elements with oddly named class attributes.

I think the only things that really need fixing after Save as HTML,
Compressed (or whatever it's called in each version of Word) are the
width attributes for table cells and excessive use of <p> markup. And
the <style> elements, of course, but they are easily removed.

--
Jukka K. Korpela ("Yucca")
http://www.cs.tut.fi/~jkorpela/



Reply With Quote
  #5  
Old   
Don
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-11-2008 , 12:49 PM



John Fitzsimons <DELETEucwubqf02 (AT) sneakemail (DOT) com> wrote in
news:f23u449q86bsrqusptj1jd0a8i8eo5k4jo (AT) 4ax (DOT) com:

Quote:
Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?


Regards, John.
Here's a link to a Word tool that does a decent job, although incomplete:
http://www.google.com/search?hl=en&q...TML+FILTER+2.0
&btnG=Google+Search

Word was NEVER intended ny MS to be a an html poublisher, rather a
transport medioum to assure the returm of Word vrested htnl back into am
original Word Doc.


Reply With Quote
  #6  
Old   
Raymond SCHMIT
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-11-2008 , 05:56 PM



On Wed, 11 Jun 2008 09:40:54 +1000, John Fitzsimons
<DELETEucwubqf02 (AT) sneakemail (DOT) com> wrote:

Quote:
Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?


With Word 2003 you may save as....
Web Page(*.htm; *.html)
or as...
Web Page, filtered(*.htm; *.html).

------
Did you try the second method ?



Reply With Quote
  #7  
Old   
Foo Bar
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-11-2008 , 07:04 PM






Does anyone know how to do the opposite -- Sabve a HTML website
with linked subpages to Word? Freeware or Paid is OK by me.


Reply With Quote
  #8  
Old   
Raymond SCHMIT
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-13-2008 , 06:35 PM



On Wed, 11 Jun 2008 23:04:11 +0000, Foo Bar <foobar (AT) home (DOT) com> wrote:

Quote:


Does anyone know how to do the opposite -- Sabve a HTML website
with linked subpages to Word? Freeware or Paid is OK by me.
We are not masochist :-)




Reply With Quote
  #9  
Old   
John Fitzsimons
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-13-2008 , 08:49 PM



On Wed, 11 Jun 2008 11:54:20 +1200, "Nik Coughlin"
<nrkn.com (AT) gmail (DOT) com> wrote:

Quote:
"John Fitzsimons" <DELETEucwubqf02 (AT) sneakemail (DOT) com> wrote in message
news:f23u449q86bsrqusptj1jd0a8i8eo5k4jo (AT) 4ax (DOT) com...

Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?

Save as HTML from Word then run through HTMLTidy

Easiest way to do it on Windows is to use is TidyGui, which works on all
Win32 platforms so 98SE should be fine

There is an option in TidyGui for "file was output by MS Word" or something
like that
Okay, will investigate. Thank you also for pointing out that option. I
probably wouldn't have noticed it.


Regards, John.


Reply With Quote
  #10  
Old   
John Fitzsimons
 
Posts: n/a

Default Re: Freeware Word to HTML ? - 06-13-2008 , 08:49 PM



On Tue, 10 Jun 2008 19:18:36 -0500, Gary Peek
<mylastname (AT) mycompanyname (DOT) com> wrote:

Quote:
John Fitzsimons wrote:

Using Word to save to HTML doesn't give good code. Having searched
for a freeware solution I came across numerous programs that weren't
freeware, didn't install on a win 98SE system (though advertising that
they did) or simply didn't work.

Can anyone here recommend a solution that actually WORKS and will
install on a win 98SE system please ?

I wrote a simple utility to simplify the lousy HTML that Word
generates with "save as HTML". It has a number of options to
play with, and it strips out things very aggressively, so your
mileage may very. http://www.garypeek.com/basic/ called xtag.exe
Thank you. Looks pretty interesting. :-)


Regards, John.


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.