Note that there are some explanatory texts on larger screens.

plurals
  1. POHow can i access the jqueryUI theme i generated through themeroller to use on my website?
    text
    copied!<p>Basically how do i use themeroller styles?</p> <p>Step 1 - to - actually seeing the styles on my page of choice. </p> <p>Here's the html im currently using to try to access the tabs</p> <pre><code>&lt;?php if (isset($user_number)){ ?&gt; &lt;!doctype html&gt; &lt;html&gt; &lt;head&gt; &lt;title&gt; Wahalu - Dashboard &lt;/title&gt; &lt;link rel="stylesheet" type="text/css" href="/wahalu/css/style.css"/&gt; &lt;link rel="shortcut icon" href="/wahalu/assets/images/icon/favicon.ico"&gt; &lt;script type="text/javascript" src="/wahalu/jquery/jquery.js"&gt; &lt;/script&gt; &lt;script type="text/javascript" src="/wahalu/jquery/script.js"&gt; &lt;/script&gt; &lt;link type="text/css" href="http://localhost/wahalu/jquery/css/custom-theme/jquery-ui-1.8.2.custom.css" rel="Stylesheet" /&gt; &lt;script type="text/javascript" src="/wahalu/jquery/js/jquery-1.4.2.min.js"&gt;&lt;/script&gt; &lt;script type="text/javascript" src="/wahalu/jquery/js/jquery-ui-1.8.custom.min.js"&gt;&lt;/script&gt; &lt;meta name="title" content="Wahalu" /&gt; &lt;/head&gt; &lt;body id="dashboard"&gt; &lt;?php echo $company_name; ?&gt; &lt;div id="Tabs"&gt; &lt;ul&gt; &lt;li&gt;&lt;a id='tabs-1' href='#account'&gt;&lt;span&gt;Account&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a id='tabs-2' href='#start_conversation'&gt;&lt;span&gt;Start Conversations&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a id='tabs-3' href='#view_conversation'&gt;&lt;span&gt;View Conversations&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a id='tabs-4' href='#open_tabs'&gt;&lt;span&gt;Open Tabs&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a id='tabs-5' href='#work_room'&gt;&lt;span&gt;Work Room&lt;/span&gt;&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;div id="0"&gt;This is the content panel linked to the first tab, it is shown by default.&lt;/div&gt; &lt;div id="1"&gt;This content is linked to the second tab and will be shown when its tab is clicked.&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; &lt;?php } else {echo "Na na na na na na, your not logged in.";}?&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload