I do want it to be able to work with frames and work without code at the
front.
I do like to have it on a memory stick, but perhaps it is impossible.
LG
try webpage http://www.trellian.com/webpage/ but it is not a portable
application.
Davide
Maybe one of these.
Nvu Portable
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/Portable-NVU.shtml
http://www.softpedia.com/progScreenshots/Portable-NVU-Screenshot-29594.html
http://portableapps.com/apps/development/nvu_portable
FCKeditor
http://www.softpedia.com/get/Office-tools/Text-editors/FCKeditor.shtml
http://www.softpedia.com/progScreenshots/FCKeditor-Screenshot-74735.html
http://ckeditor.com/blog/FCKeditor_2.6.5_released
PageBreeze Free HTML Editor
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/PageBreeze-Free-HTML-Editor.shtml
http://www.softpedia.com/progScreenshots/PageBreeze-Free-HTML-Editor-Screenshot-20315.html
http://www.formbreeze.com/freehtmleditor/index.html
DFM2HTML
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/DFM2HTML.shtml
http://www.softpedia.com/progScreenshots/DFM2HTML-Screenshot-31656.html
http://www.dfm2html.com/
> I do want it to be able to work with frames and work without code at the
> front.
Few more to look at.
WebDwarf
http://www.softpedia.com/get/Authoring-tools/Authoring-Related/WebDwarf-Free.shtml
http://www.softpedia.com/progScreenshots/WebDwarf-Free-Screenshot-25097.html
http://www.virtualmechanics.com/products/dwarf/
Dirhtml
http://www.softpedia.com/get/Internet/WEB-Design/Web-Design-related/dirhtml.shtml
http://www.softpedia.com/progScreenshots/dirhtml-Screenshot-2792.html
http://www.portablefreeware.com/?id=308
http://dirhtml.enware.info/
BlockNote for the Net
http://www.snapfiles.com/get/blocknote.html
http://www.blocknote.net/
<blink>
http://www.wojanware.com/
http://www.wojanware.com/features.aspx
CityDesk
http://www.softpedia.com/get/Internet/WEB-Design/HTML-Editors/CityDesk.shtml
http://www.softpedia.com/progScreenshots/CityDesk-Screenshot-41453.html
http://www.fogcreek.com/CityDesk/index.html
For the OP, some of these are html 'generators' which function more like
desktop publishing programs. You use cut and paste to layout elements,
saving the file to a proprietary format until you are ready to publish. At
that point, the html is generated. So if you want to edit the file, make
sure to keep the original proprietary file to re-publish.
The biggest disadvantage of html generators is that they tend to use
absolute positioning and they can't float objects. Also, the code they
produce is often not very efficient. Often they use inline styling which
negates a lot of the advantages of CSS.
However, they are dead easy to use so weigh your criteria. . .
M