vote up 0 vote down star
1

Hello all im looking for cross browse WYSIWYG css/html web editor ( freeware please ) that is desktop , can you recommend me on which should i use ?

flag

38% accept rate
Can you clarify if "cross browse" means "Generates code that works cross-browser", "Embeds in a webpage in a cross-browser fashion", or something else? – David Dorward May 12 at 15:27
Generates code that works cross-browser – unknown (google) May 13 at 7:31

2 Answers

vote up 1 vote down

Kompozer is probably the "king" of free, desktop HTML editors. I can't confess to having tried it myself, but my efforts with Nvu (which it is based on) were less then successful (by the time it replaced every new line inside my with a <br> element, rending it horrible to edit in source mode, I had got annoyed enough to uninstall it).

I've had more success with Amaya, but it is a test bed, and it shows.

I wouldn't use a so-called-WYSIWYG editor for anything other then basic structure (i.e. letting it handle headings, tables, paragraphs, links, etc). I've never found a point and click system that attempted to perform layout that I was remotely happy with (Dreamweaver (which isn't free) included).

link|flag
Amaya is a browser; the OP wanted a "cross-browser" (i.e. presumably javascript to run in whatever the end-user's browser is). – ChrisW May 12 at 14:14
You say "I wouldn't use a so-called-WYSIWYG editor for anything other then basic structure", and you then list examples of basic structure. May I ask you to mention some of the non-basic things that you wouldn't use one for? I don't understand because I thought that (modern) [X]HTML contains nothing but basic structure, and that to edit layout your using a (WYSIWYG) CSS editor, not the HTML editor. – ChrisW May 12 at 14:17
Non basic structure would be scaffolding to apply CSS to and the CSS itself. A lot of editors try to write CSS for you - I've always been left underwealmed by the results. – David Dorward May 12 at 14:48
He said "that is desktop", so presumably a desktop editor rather then one that could be embedded on a page. I took cross browser to mean "Generates code that works cross browser". Amaya is a browser with a built in editor. I've only seriously used the editor part. – David Dorward May 12 at 14:51
Understood. Thank you. – ChrisW May 12 at 14:58
vote up 0 vote down

A few years ago I found Nvu to be the best one out there. They stopped updating for a while, but it looks like they might be back.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.