View Single Post
  #4 (permalink)  
Old 05-05-2004, 11:59 AM
southplatte's Avatar
southplatte southplatte is offline
WebProWorld Veteran
 

Join Date: Jul 2003
Location: Colorado
Posts: 380
southplatte RepRank 1
Default

Most of what I notice with the dreamweaver templates is almost as a comment

example:

<title>Page Title Here</title> *se should get this
*not this

Don't most search engines ignore html comments due to overwhelming spamming of the search engines in the past by people placing 10-mile long comments in the docs with keywords, search terms and such?

I agree about FrontPage, it adds so much proprietary and extra coding, comments, and who knows what that DW is definitely better.

Ghstdrgns brings up an important point, put the css and javascript in external files and reference them from the html file. This will keep them separate for easy editing, and also keep just the relevant content/coding on the page.
Reply With Quote