Hello,
First of all, thanks for your help. I'm designing a new site, and for the life of me, I can't get the new "menu" module position to show within Joomla, so that I can select it. The dropdown only shows "left" and "top". I had problems earlier, getting top to show...but I've forgotten how I enabled it. If I switch the code to "left" or "top", their info shows up, so I know it's not the index code itself.
Here's my Index Code:
Code:
<div id="tabarea">
<div id="tabmenu">
<table cellpadding="0" cellspacing="0" class="pill">
<tr>
<td class="pill_l"> </td>
<td class="pill_m">
<div id="pillmenu">
<jdoc:include type="modules" name="menu" style="horizontal" />
</div>
</td>
<td class="pill_r"> </td>
</tr>
</table>
</div>
</div>
What do I need to get it to do to show within Joomla as a selection on the dropdown box for position? Thanks!
I am using Joomla 1.5.x and version 3.0 of your plugin.
Thanks!
-Mike K.