Dreamweaver Spry Tabbed Panels
-
I am using Dreamweaver CS4 and am inserting Spry Tabbed Panels which work fine in any browser.
However I am inserting the code into a WordPress page and notice that the TabbedPanelsTab headings are appearing with large gaps between each heading and if I use Firefox to look at this I can see that there are bullets appearing next to each heading.
Here’s the code:
<div id=”TabbedPanels1″ class=”TabbedPanels”>
<ul class=”TabbedPanelsTabGroup”>
<li class=”TabbedPanelsTab” tabindex=”0″>January
<li class=”TabbedPanelsTab” tabindex=”0″>Feb
<li class=”TabbedPanelsTab” tabindex=”0″>Mar
<li class=”TabbedPanelsTab” tabindex=”0″>Apr
<li class=”TabbedPanelsTab” tabindex=”0″>May
<li class=”TabbedPanelsTab” tabindex=”0″>Jun
<li class=”TabbedPanelsTab” tabindex=”0″>Jul
<li class=”TabbedPanelsTab” tabindex=”0″>Aug
<li class=”TabbedPanelsTab” tabindex=”0″>Sep
<li class=”TabbedPanelsTab” tabindex=”0″>Oct
<li class=”TabbedPanelsTab” tabindex=”0″>Nov
<li class=”TabbedPanelsTab” tabindex=”0″>DecCan’t turn the bullet points off and I think the <li is causing this.
Does anybody have any idea how to fix this please?
- The topic ‘Dreamweaver Spry Tabbed Panels’ is closed to new replies.