× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: Word to HTML
  • From: "David Prowak" <prowakd@xxxxxxx>
  • Date: Thu, 14 Oct 1999 16:09:21 -0400

You wrote:
, but most people who don't like it
> say that it is because it "reformats" your HTML.  It turns:
>
> <TABLE>
> <TR><TD>Table!</TD></TR>
> <TABLE>
>
> into
>
> <table>
>   <tr>
>     <td>Table!<td>
>   </tr>
> </table>

Well, FrontPage has done this for a form with a submit button:

<form method="POST" action="--WEBBOT-SELF--">
 <!--webbot bot="SaveResults" U-File="_private/form_results.txt"
 S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->

EVERYTHING  after the <form method="POST" is specific to Microsoft.
Does that look like "standard" HTML to anyone?

FP produces bloated, FP specific code.

If you want to learn HTML, get a good book and spend sometime with Notepad.

On the other hand, fixing all the FP specific HTML would be a lesson in how
NOT to code HTML.

Dave

----- Original Message -----
From: Stone, Brad V (TC OASIS) <bvstone@taylorcorp.com>
To: <MIDRANGE-L@midrange.com>
Sent: Thursday, October 14, 1999 2:31 PM
Subject: RE: Word to HTML


> Why do you feel Frontpage is poor?  For web design, it's one of the best
> WYSIWYG editors out there.  There are better, but Frontpage is by no means
> poor.  Sure, Leo Laporte doesn't like it, but most people who don't like
it
> say that it is because it "reformats" your HTML.  It turns:
>
> <TABLE>
> <TR><TD>Table!</TD></TR>
> <TABLE>
>
> into
>
> <table>
>   <tr>
>     <td>Table!<td>
>   </tr>
> </table>
>
> So what.  If you want to do pure HTML with no GUI, use Notepade or
CuteHTML.
> If you want WYSIWYG with HTML tweaking, Frontpage works just fine.
>
> If you stay away from the extensions, it works great.
>
> Bradley V. Stone
> BVS/Tools
> http://www.bvstools.com
>
>
>
>
>
> > -----Original Message-----
> > From: boothm@earth.goddard.edu [mailto:boothm@earth.goddard.edu]
> > Sent: Thursday, October 14, 1999 11:34 AM
> > To: MIDRANGE-L@midrange.com
> > Subject: RE: Word to HTML
> >
> >
> > Frontpage is pervasive  -  everyone uses it but it is one of
> > the poorest
> > products out there.  Net Fusion is good, as is Star Office.
> > Star Office
> > is free.  Lotus isn't any worse than Word or FrontPage.
> >
> > There are many good books at the book store with CDs in the
> > back, and if
> > you like computers as a hobby then you might enjoy making a
> > few pages at
> > home in the evenings using a real Web tool.  That was what I
> > did and it
> > really was fun.  My pages are stale now (a big problem with
> > web pages) but
> > they came out ok.
> >
> > If you run an ad in your local paper asking for web authors
> > you will have
> > a front lobby full of people with some experience.
> >
> >
> >
> >
> >
> > Please respond to MIDRANGE-L@midrange.com
> > Sent by:        owner-midrange-l@midrange.com
> > To:     "'MIDRANGE-L@midrange.com'" <MIDRANGE-L@midrange.com>
> > cc:
> >
> > Subject:        RE: Word to HTML
> >
> > Search hotfiles.com.  Nothing will be 100% if you use a lot
> > of formatting.
> > There are even slight changes going from MSWord to Frontpage.
> >
> > Office 2000 may be your best bet.  The biggest improvement is it's web
> > capabilities.
> >
> > Bradley V. Stone
> > BVS/Tools
> > http://www.bvstools.com
> >
> >
> >
> > > -----Original Message-----
> > > From: Colin Williams [mailto:Williamsc@technocrats.co.uk]
> > > Sent: Thursday, October 14, 1999 8:53 AM
> > > To: 'MIDRANGE-L@midrange.com'
> > > Subject: RE: Word to HTML
> > >
> > >
> > > Problem is that you lose the some of the formatting, so
> > your documents
> > > look different. Is there another way?
> > >
> > > >-----Original Message-----
> > > >From: Lurton Keel [mailto:Lurton.Keel@serx.com]
> > > >Sent: Thursday, October 14, 1999 2:01 PM
> > > >To: 'MIDRANGE-L@midrange.com'
> > > >Subject: RE: Word to HTML
> > > >
> > > >
> > > >With Word 97 you can save Word documents as HTML.
> > > >
> > > >
> > > >                              -----Original Message-----
> > > >                              From:           Colin Williams
> > > >[mailto:Williamsc@technocrats.co.uk]
> > > >                              Sent:           Thursday,
> > October 14,
> > 1999 3:13 AM
> > > >                              To:
> > 'MIDRANGE-L@midrange.com'
> > > >                              Subject:                Word to HTML
> > > >
> > > >                              We want to convert  MS Word
> > documents(including
> > > >pictures)
> > > >into HTML, and
> > > >                              then use the AS/400 to make them
> > accessible via the
> > > >internet.
> > > >                              Anyone got any ideas about
> > the best tools
> > to do this?
> > > >
> > > >+---
> > > >| This is the Midrange System Mailing List!
> > > >| To submit a new message, send your mail to
> > MIDRANGE-L@midrange.com.
> > > >| To subscribe to this list send email to
> > > MIDRANGE-L-SUB@midrange.com.
> > > >| To unsubscribe from this list send email to
> > > >MIDRANGE-L-UNSUB@midrange.com.
> > > >| Questions should be directed to the list owner/operator:
> > > >david@midrange.com
> > > >+---
> > > >
> > > +---
> > > | This is the Midrange System Mailing List!
> > > | To submit a new message, send your mail to
> > MIDRANGE-L@midrange.com.
> > > | To subscribe to this list send email to
> > MIDRANGE-L-SUB@midrange.com.
> > > | To unsubscribe from this list send email to
> > > MIDRANGE-L-UNSUB@midrange.com.
> > > | Questions should be directed to the list owner/operator:
> > > david@midrange.com
> > > +---
> > >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> > MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> > david@midrange.com
> > +---
> >
> >
> >
> > +---
> > | This is the Midrange System Mailing List!
> > | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> > | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> > | To unsubscribe from this list send email to
> > MIDRANGE-L-UNSUB@midrange.com.
> > | Questions should be directed to the list owner/operator:
> > david@midrange.com
> > +---
> >
> +---
> | This is the Midrange System Mailing List!
> | To submit a new message, send your mail to MIDRANGE-L@midrange.com.
> | To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
> | To unsubscribe from this list send email to
MIDRANGE-L-UNSUB@midrange.com.
> | Questions should be directed to the list owner/operator:
david@midrange.com
> +---
>
>

+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.