- Impact
- 0
i want to insert a dhtml menu in my site.
i made the menu using xara and its ready.xara created 2 .js files,1 html and a coupe of images.I put all the files in the same directory that i keep my site's html's
i made the site with coffeecup and i cant find a way to insert the menu.I tried opening the html with notepad and then pasting the dhtml source code but it didnt work
heres the dhtml menu source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MenuMaker produced NavBar</title>
</head>
<body bgcolor="#ffffff" text="BLACK">
<script src="xaramenu.js"></script><script menumaker src="menu3.js"></script>
</body></html>
my site is ww.vml.gr/nikos and i want to insert this menu in place of my current menu
any ideas what i should do for the dhtml menu to appear in the same position as my current menu?
thanks
i made the menu using xara and its ready.xara created 2 .js files,1 html and a coupe of images.I put all the files in the same directory that i keep my site's html's
i made the site with coffeecup and i cant find a way to insert the menu.I tried opening the html with notepad and then pasting the dhtml source code but it didnt work
heres the dhtml menu source code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>MenuMaker produced NavBar</title>
</head>
<body bgcolor="#ffffff" text="BLACK">
<script src="xaramenu.js"></script><script menumaker src="menu3.js"></script>
</body></html>
my site is ww.vml.gr/nikos and i want to insert this menu in place of my current menu
any ideas what i should do for the dhtml menu to appear in the same position as my current menu?
thanks














