Click to See Complete Forum and Search --> : inserting dhtml


jimdunlop
11-11-2003, 05:43 PM
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 www.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?


I'd appreciate any help because i dont know much about html

jimdunlop
11-12-2003, 01:55 PM
any help please??