Hi,
I am a very new Dnn fan. I use the version 6.2. I want to create a web page, which uses the standard dark knight skin.
Can I just use the html modul to have a tabcontainer? Can anybody please help me with this? What should I add to which file (by dark knight skin)?
here is the code for the html modul:
Thank you very much.
Mat
<div id="tabs-demo">
<ul>
<li><a href="#tabs-1">Page 1</a></li>
<li><a href="#tabs-2">Page 2</a></li>
</ul>
<div id="tabs-1">
<div class="form">This is Tab 1</div>
</div>
<div id="tabs-2">
This is Tab 2
</div>
</div>