Let me just reiterate this point on trying to have my horizontal menu bar Page links drop down on http://www.thewafflecabin.com
In the plug under "Main Menu Contents", I have Menu Item #1 as "Home" and Menu Item #2 as "Pages"
and then under "Custom Code 1" (this corresponds to "Main Menu Contents right?), I have
<li><a href="http://www.thewafflehouse.com">Home</a></li>
<li><a href="">Locations</a>
<ul>
<li><a href="http://thewafflecabin.com/Rutland/"
title="Rutland">Rutland</a></li>
</ul>
</li>
in order to created a drop down menu under Locations that just says "Rutland" as a link you can click on.
But no drop down menu occurs when I hover over Locations still.
What am I doing wrong?
-Brian
I’m modifying this comment now. I looked at the page source of http://www.thewafflecabin.com and nothing I put in the "Custom code 1" box is effecting anything on the site. That’s the problem. The Main Menu Contents area effects it but not the code section. Why is there this discontinuity?