TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Subject:Re: Front Page Fussy From:Scott Miller <smiller -at- PORTAL -dot- COM> Date:Tue, 12 Jan 1999 10:37:48 -0800
Front page is a great tool for some things, but not for others. Like most
WYSIWYG HTML editors it changes your code, for example:
Before FrontPage:
<LI>
Text
<P>
<LI>
Text
<P>
After FrontPage:
<li>
Text
</li>
<li>
Text
</li>
This example is something I tripped over because I needed the "Before
FrontPage" formatting to get readable line spacing in the Ice browser.
FrontPage simply would not let me do it. Note that the formatting that
FrontPage used in this case is perfectly legal, perhaps overly-legal, but it
wasn't what I needed.
In addition, FrontPage will let you use HTML tags that are not standard HTML
(as defined by the W3C), and not FrontPage Extensions, but are tags that
work only in Internet Explorer. Can't think of any off the top of my head,
but I ran into some. Page borders come to mind. Anyway, I use FrontPage for
my internal site, because it's fast and I don't care that much about
appearance. For stuff that's read by customers, I use HomeSite. I was using
RoboHTML, but ran into similar HTML-only-for-IE problems.
- Scott M
smiller -at- portal -dot- com
--------------------------------------------
> Front Page absolutely uses standard HTML tags. The ONLY derivation
> from "standard HTML", whatever the hell that is, is the FrontPage
> extensions. If you don't use the FP Extensions, then the HTML
> generated is just as "pure" as anything out of HomeBlow or any of the
> other HTML generators.
>