Normal Links Alongside Tabs

Normal Links Alongside Tabs


Hi,
I'm using UI Tabs, and am trying to figure out a way to include plain
vanilla HTML links alongside those that activate a tab panel. I don't
want them to open a new window, or open a web page within tab - I'm
just looking to put a few standard A HREF links in the same UL as my
tabs. Is there a way to do this? Any help would be greatly
appreciated. My current code is below
<ul class="tabber">
<li class="tabber"><a href="sample.com"><span>link</span></a></li>
<li class="tabber"><a href="sample.com"><span>link</span></a></li>
<li class="tabber"><a href="#fragment-2"><span>tab</span></a></li>
<li class="tabber"><a href="#fragment-3"><span>tab</span></a></li>
<li class="tabber"><a href="#fragment-4"><span>tab</span></a></li>
<li class="tabber"><a href="#fragment-5"><span>tab</span></a></li>
<li class="tabber"><a href="#fragment-6"><span><img
style="position:relative; top:7px;" src="/graphics/suche.png" /></
span></a></li>
        </ul>