|
User Details |
message
|
|
Tren Long
post date:
2009-12-31 21:24:46
|
|
I just reinstalled on my new HD the CM vertical menu and when I try to insert a new menu I get a Please close dreamweaver and delete the FileCache file before using Creative DW Menus. I go and delete the file empty the trash and restart the app and I have the same problem.
|
|
|
Cristian Dorobantescu [Extend Studio]
post date:
2010-01-01 02:05:50
|
Hi Tren,
There is a checkbox "Don't show this again" which you should tick for all 3 menu versions.
Cristian
|
|
|
Tren Long
post date:
2010-01-01 05:36:02
|
|
|
Tren Long
post date:
2010-01-01 05:37:32
|
sorry about the double post,
so I clicked that box and when it opens the menu to start building a menu I get the following error:
"your document has no doctype defined!"
when I click ok it closes out the window and sends me back to DW
|
|
|
Cristian Dorobantescu [Extend Studio]
post date:
2010-01-01 06:24:28
|
Hi Tren,
If you are adding the menus to a HTML page, then the page should have the usual Head tags like these ones:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
|
|