Need a html visual editor

1

I need to write and publish a book on my site.
It is very time consuming to write all the needed tags (paragraphs, line brakes, indents, dialogs...).

Is there any simple application, where I can write a text in visual mode, and publish them on a web page without coding all those tags ?

For example, if I press Enter or Tab - html brake tag or line indent should be entered.
Hanging text is also important for me, because a lot of dialogs in the book.

I tried with MS Word 2010 (Save As html) - but I'm not satisfied with the final result.

Thanks.

qadenza

Posted 2013-05-27T17:00:46.493

Reputation: 251

Question was closed 2013-05-27T17:17:56.443

2

There are many HTML editors out there—take your pick. Wikipedia also compares them for you. You're just looking for a WYSIWYG editor.

– slhck – 2013-05-27T17:18:46.837

Answers

1

If you want a very quick and easy visual HTML editor, the first program that comes to mind would be Dreamweaver. It's extremely easy to use and the HTML/CSS that it outputs is fairly straight forward. It will give you all the basic customization options that you could be looking for.

Alternatively, you can take the Open Source approach and there are a variety of products that can very easily satisfy your specific needs. There is a good list here. Of these, my personal choice would be KompoZer. I've found the output html is relatively good overall for the minimal effort involved.

Will.Beninger

Posted 2013-05-27T17:00:46.493

Reputation: 1 402