PDA

View Full Version : Dreamweaver MX 2004


sbixler401127
02-16-2010, 10:04 AM
I am having an issue with updating my main template... I keep getting a bunch of errors then my program shuts down.

---------------------------
Macromedia Dreamweaver MX 2004
---------------------------
There is an error at line 146, column 19 (absolute position 5785) of "C:\Documents and Settings\Owner\My Documents\kal.com\archive\mpc\data\scripts\layout. js": Unbalanced HEAD tag
---------------------------

Error Signature
AppName: dreamweaver.exe AppVer: 7.0.1.2181 ModName: dreamweaver.exe
ModVer: 7.0.1.2181 Offset: 000161ad

---------------------------
Then it gives the error report contents and it says the following files will be included in this error report:
AppName: dreamweaver.exe AppVer: 7.0.1.2181 ModName: dreamweaver.exe
ModVer: 7.0.1.2181 Offset: 000161ad

Then shuts down.... Please help me

Eric Mittman
02-16-2010, 04:03 PM
I'm not sure but based on the error message you should take a look at your head tag and make sure that it is properly closed. It seems to be telling you that either an opening or closing head tag cannot be found. This is just a guess really, if this is not the problem I'm not sure what it would be.

sbixler401127
02-17-2010, 08:13 AM
Thats just it... I dont know what a head tag is or how to fix it or tell if it needs fixing

Eric Mittman
02-17-2010, 03:07 PM
The head is a tag in html pages, it should come after the opening html tag and before the opening body tag, here is a link to a w3schools page with some more info about the head tag.

http://www.w3schools.com/html/html_head.asp

This is a great site for learning and I use it all the time for reference.