Posted: Thu Nov 09, 2006 8:18 pm
i am trying nvu program
Premium hosting with SSD VPS, cPanel/WHM hosting and dedicated servers support and discussion forums. Get help from co-webmasters and professionals!
https://smokyhosts.com/forums/
I use Microsoft Frontpage and it works just fine, It makes your code look organized, here's why it takes more lines: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.
Code: Select all
<html><head><title>My Homepage</title></head><body>Hi! Welcome to my website!</body></html>
Code: Select all
<html>
<head>
<title>My Homepage</title>
</head>
<body>
Hi! Welcome to my website!
</body>
</html>