Copy link to clipboard
Copied
I am using the Dreamweaver Extension CSS Menu Maker. I downloaded the program and installed it in Dreamweaver.
The programéextension is easy to use and I created the menu and inserted it in my page. I uploaded the page. The menu looks great but none of the links work- either internal or external
In the Menu Maker program I clicked on the check box open new page, typed in the link in the dialog box above this check box. After that I clicked on insert. The menu appeared and looks great but does not work.
Thanks
Alan
Copy link to clipboard
Copied
can you paste the generated menu code here so we might help?
Copy link to clipboard
Copied
Yes for sure. The progam is an extension and comes up when you go to Window and choose extensions. Really is easy to use and easy to insert the menu. Just can not get the links to work and can not see a way to reload the menu back into the program to edit.
I purchased the program here:
http://cssmenumaker.com/dreamweaver-css-menu-extension
<div id="apDiv3"><a href="http://www.mikesfreegifs.com"><IMG SRC="http://www.mikesfreegifs.com/main4/underconstruction/pcb.gif" ALIGN=LEFT BORDER=0 HSPACE=10><a/></div>
<div id="apDiv8">
<div id='menu111id44' class='cmmMenu'>
<ul>
<li><a href='#'><span>Home</span></a></li>
<li class='has-sub '><a href='#'><span>Events</span></a>
<ul>
<li><a href='#'><span>Community Calendar</span></a></li>
<li><a href='#'><span>Rink Schedule</span></a></li>
<li><a href='#'><span>Pool Schedule</span></a></li>
<li><a href='#'><span>Golf Course</span></a></li>
<li><a href='#'><span>School Eventds</span></a></li>
<li><a href='#'><span>Horse Show & Roping</span></a></li>
<li><a href='#'><span>Dino Days</span></a></li>
<li><a href='#'><span>Eastend Centennial</span></a></li>
<li><a href='#'><span>Southwest Quest</span></a></li>
<li><a href='#'><span>Relay for Life</span></a></li>
<li><a href='#'><span>centennial Gardens</span></a></li>
<li><a href='#'><span>Main Street Revisit</span></a></li>
<li><a href='#'><span>Fund Raising</span></a></li>
</ul>
</li>
<li class='has-sub '><a href='#'><span>Local Government</span></a>
<ul>
<li><a href='#'><span>Meet our Council</span></a></li>
<li><a href='#'><span>Mayor's Page</span></a></li>
<li><a href='#'><span>Meet our Staff</span></a></li>
<li><a href='#'><span>Town Council Minutes/Agendas</span></a></li>
<li><a href='#'><span>Assesment & Taxes</span></a></li>
<li><a href='#'><span>Bylaws and Policy</span></a></li>
<li><a href='#'><span>Building Permits</span></a></li>
<li><a href='#'><span>Pet licences</span></a></li>
<li><a href='#'><span>Tenders</span></a></li>
<li><a href='#'><span>Employment</span></a></li>
<li><a href='#'><span>OCP</span></a></li>
<li><a href='#'><span>Zoning</span></a></li>
<li><a href='#'><span>Lots for sale</span></a></li>
<li><a href='#'><span>Elections</span></a></li>
<li><a href='#'><span>Local Improvement</span></a></li>
<li><a href='#'><span>New Menu Item</span></a></li>
</ul>
</li>
<li class='has-sub '><a href='#'><span>Community Services</span></a>
<ul>
<li><a href='#'><span>Bussiness Directory</span></a></li>
<li><a href='#'><span>Chamber of Commerce</span></a></li>
<li><a href='#'><span>Eastend Echo</span></a></li>
<li><a href='#'><span>Fire Department</span></a></li>
<li><a href='#'><span>Health Services</span></a></li>
<li><a href='#'><span>Education</span></a></li>
<li><a href='#'><span>Map</span></a></li>
<li><a href='#'><span>RCMP</span></a></li>
<li><a href='#'><span>Parks and Recreation</span></a></li>
<li><a href='#'><span>Transit Van</span></a></li>
<li><a href='#'><span>Town History</span></a></li>
</ul>
</li>
<li class='has-sub '><a href='#'><span>Residents and Business Owners</span></a>
<ul>
<li><a href='#'><span>Utility Rates</span></a></li>
<li><a href='#'><span>Watering days</span></a></li>
<li><a href='#'><span>Garbage Pickup</span></a></li>
<li><a href='#'><span>Transfer Station</span></a></li>
<li><a href='#'><span>Recycling</span></a></li>
<li><a href='#'><span>Custom Work</span></a></li>
<li><a href='#'><span>Insecticide Program</span></a></li>
<li><a href='#'><span>Snow Removable</span></a></li>
<li><a href='#'><span>Street Lightning Outage</span></a></li>
<li><a href='#'><span>Notices</span></a></li>
</ul>
</li>
<li class='has-sub '><a href='#'><span>Tourisim</span></a>
<ul>
<li><a href='#'><span>T Rex Centre</span></a></li>
<li><a href='#'><span>Stegner House</span></a></li>
<li><a href='#'><span>Historical Museum</span></a></li>
<li><a href='#'><span>Art Galleries</span></a></li>
<li><a href='#'><span>Observatory</span></a></li>
<li><a href='#'><span>Campgrounds and playgrounds</span></a></li>
<li><a href='#'><span>Weather</span></a></li>
</ul>
</li>
Copy link to clipboard
Copied
you have no linked URL set
<a href='#'> for each link chabge the # with the URL <a href='mypagelink.html'> or <a href='http://www.adobe.com'>
hand code these in code view and upload and test
Copy link to clipboard
Copied
Thank you very much. I was aware I could do this manually but thought the
program did it for me when I put in the link on the Menu Maker. If there
is no way for it to do this then I will most likely use another program.
Thanks
Alan
Copy link to clipboard
Copied
ah ok sorry
i thought it was just a why the links don't work question ...
i don't have the extention but on the website i see a screenshot and whatever you place in the link input field should be what replaces the # in the href.
i would try a couple of smaller test menus until you get the link to work before giving up
Copy link to clipboard
Copied
Again thank you very much. Tried two or three menus and the same thing.
Either I am doing something wrong or it does not work. Put in a support
call/ticket to the company and hopefully will hear something this week.
Tried another menu program and it worked.
Alan
Copy link to clipboard
Copied
Hi Alan
Did you find another program to use? I'm using Dreamweaver CC (just updated to 2017). I paid for CSS MenuMaker but it won't install so need to find something similar that will work.
Thanks
Rod
Copy link to clipboard
Copied
Have you had a look at CSS MenuMaker | HTML, CSS, & jQuery Menus
Copy link to clipboard
Copied
Those options require another $20 over my original investment of $29.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more