jquery - Tab shortcode plugin renders incorrectly -


i've used tabs shortcode plugin before, it's never done before.

where renders tabs built in tabs come wordpress, time rendering bulleted list.

here's code:

[tabs] [tab title="financials"] <ul>         <li>bookkeeping balance</li>         <li>audit preparations</li>         <li>cipro company registration</li>         <li>sars efiling</li>         <li>uif</li> </ul> [/tab] [tab title="office administration"] <ul>         <li>development of useful templates in microsoft office programs <ul>         <li>excel formulas</li>         <li>letterheads</li>         <li>form letters</li> </ul> </li>         <li>mail mergers</li>         <li>database cleanups</li>         <li>data capture</li>         <li>desktop publishing</li> </ul> [/tab] [tab title="miscellaneous"] <ul>         <li>blogging , blog management</li>         <li>social media updates</li>         <li>web content management</li> </ul> [/tab] [/tabs] 

one guy on irc said there's missing html elements, css , jquery tabs isn't loaded:

[17:06] [kenshino_] 1 you're missing html elements
[17:06] [kenshino_] lack css
[17:07] [kenshino_] jquery tabs isn't loaded

i'm not sure because i've never had issue before. can suggest steps can take fix this?

thanks in advance!


Comments

Popular posts from this blog

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -