What is a good (free) WYSIWYG editor?

Any problem with HTML can be discussed here.
hossamkiwan
Posts: 344
Joined: Tue Nov 07, 2006 8:42 pm

Post by hossamkiwan »

i am trying nvu program


Tails5
Posts: 1302
Joined: Wed Mar 15, 2006 8:09 am
Contact:

Post by Tails5 »

aquarium wrote:Do not use anything from microsoft because it will mess you code co badly that even you with the programy you made it with can not edit it and lets say for 3 lines of dreamweaver code there are about 5 lines in frontpage.
I use Microsoft Frontpage and it works just fine, It makes your code look organized, here's why it takes more lines:
Most HTML Programs:

Code: Select all

<html><head><title>My Homepage</title></head><body>Hi! Welcome to my website!</body></html>
Microsoft Frontpage:

Code: Select all

<html>
<head>
<title>My Homepage</title>
</head>

<body>

Hi! Welcome to my website!

</body>

</html>
Sure, Microsoft Frontpage may take more lines, but it looks better, it's easier to understand later, and that's only one example, imagine all the trouble it'll save on large websites.

You can also learn HTML coding by reading the HTML code frontpage creates.
hossamkiwan
Posts: 344
Joined: Tue Nov 07, 2006 8:42 pm

Post by hossamkiwan »

i use Easywebeditor

but may be change it
Paolo1993
Posts: 195
Joined: Tue Jul 18, 2006 11:26 pm

Post by Paolo1993 »

try hotscripts.com
Image
Post Reply