Page 2 of 2

Posted: Thu Nov 09, 2006 8:18 pm
by hossamkiwan
i am trying nvu program

Posted: Thu Nov 09, 2006 10:09 pm
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.

Posted: Tue Nov 21, 2006 8:49 pm
by hossamkiwan
i use Easywebeditor

but may be change it

Posted: Thu Dec 21, 2006 11:31 am
by Paolo1993
try hotscripts.com