Forum Moderators: open
For instance, if I typed out a page of html in FP and saved as index.htm. When I next opened index.htm would FP have added extra code?
HarlsenC.
ta
Limbo
E.g. for XHTML 1.0 Strict, my notepad file got corrupted when the!DOCTYPE declaration got shifted to somewhere in the middle of the file :(. The CDATA tags around Javascript code (required in XHTML) also got corrupted badly.
I used Frontpage 2000.
Not like the frightening code you get if you are ever foolish enough to save a Word doc as HTML...
To be fair to Microsoft, Word was never intended to be a Web authoring tool per se. Its HTML features are intended to allow publication of Word documents to the Web (e.g., on a corporate intranet), and--just as important--to allow such Web documents to be opened and edited again in Word. Anyone who uses Word as a substitute for FrontPage, DreamWeaver, or HomeSite is just clueless, in the same way that anyone who uses FrontPage, DreamWeaver, or HomeSite as a word processor for print documents is using the wrong tool.
It can be done with an hp scanner and the "save as" setup. It produces horrendously bloated and ugly code with NO clue as to actual font sizes, formatting, etc.
I do NOT recommend this to anyone. It will actually save it in a "form" of html, but believe me, if you upload it to webspace, you will be pretty appalled when you look at it!
more than once customers asked me to give them pw and username of their sites, only to change the pages with word and then upload them ... it cost them a lot of money, to have me fix the irreparable damage that was suffered to my original code!
Couldn't you have just uploaded your backup copies of the original pages?
Things to be aware of when using FrontPage
[webmasterworld.com]
I've been producing clean unbloated code with FP for many years. You can configure your HTML coding to produce no bloat as far back as I can remember (1996).
Styling elements using the WYSISYG features of any program will produce code bloat. This is where CSS comes to the rescue.
In regards to the thread linked to earlier, the first gripe mentioned has been fixed in the latest version of FP - if you remove the meta generator tags, they stay removed.
I don't particularly advocate the use of frontpage, I'm just happy enough with it that I'm not compelled to find another editor.