Hello
The link to my web page: http://mehmeter.com/xxx.html
I have two questions:
1) When I put the menu html code into my web page source code together with necessary files, the menu does not move - I can not drag it. How can I resolve it?
2) I also can not make the menu horizantal in my homepage. It always creates vertical menu. How to change it?
Thank you/M.
Questions with Menu
Re: Questions with Menu
First of all, you should clean up the HTML source. You have this line
repeated more than 100 times, which is absolutely unnecessary.
But that is not the reason for menu not appearing correctly. You have omitted LINK tag which should look something like this:
This tag is generated when you export the menu to HTML, just open your menu in Easy Button & Menu Maker, re-export the menu and copy the required link tag.
Code: Select all
<SCRIPT type=text/javascript src="http://e.cooliris.com/embed/v/33888/embed.js"></SCRIPT>
But that is not the reason for menu not appearing correctly. You have omitted LINK tag which should look something like this:
Code: Select all
<link rel="stylesheet" href="upload/FILENAME.css" type="text/css" />
Blumentals Software Programmer
Re: Questions with Menu
Regarding the question about dragging - you're not supposed to drag the menu after you have inserted it into web page. If you're using "insert into web page" dialog, put the cursor in the appropriate place of your web page html (dialog step "where would you like to place your menu") and then click "Next".
Blumentals Software Programmer
Re: Questions with Menu
Looks like the site still needs work.
src="uploads/mbjsmbl6h0.js"> -- This can be seen at the homepage.
src="uploads/mbjsmbl6h0.js"> -- This can be seen at the homepage.
When in doubt, use Brute Force 

Re: Questions with Menu
mithcd, that obviously is a test page, not the main site. Script is needed, too, but that doesn't remove the need for link to css.
Blumentals Software Programmer