Optimising html

C

Colin Bolton

In FP there is the new tools/optimising html I am a beginner, can anyone
tell me what should be selected in this tool?
 
R

Ronx

This tool should be used with caution - optimising too much may destroy your
pages.

Removing leading whitespace is normally safe, however removing *all*
whitespace can lead to display problems in some browsers. NN4 will crash
when presented with a line of code containing over 4000 characters.
(Remember, line breaks in HTML count as white space.)

Removing HTML comments may cause any webbots you are using (including forms,
include pages, etc) to fail.

removing VML content will remove any Word Art or FP drawing objects in your
page (IMHO these should be avoided anyway)

Using other options may make editing the page more difficult.

My settings are to:
remove leading whitespace,
remove Word HTML,
merge adjacent tabs
--
Ron
--
Reply only to group - emails will be deleted unread.


In FP there is the new tools/optimising html I am a beginner, can anyone
tell me what should be selected in this tool?
 
Top