(h1) Tab Panel Module Sample using 1-Column Format

 

Instructions

Download the Standard Tab Panel Module and review the instructions from the previous template, however, rename the .css file. The following modifications were made.

Add

  • <link rel="stylesheet" type="text/css" media="all" href="/css/tabpanels_old.css" /> below existing "/css/footer-without-dark-container.css" or "/css/footer-with-dark-container.css" CSS line

Example:

<link rel="stylesheet" href="/css/footer-without-dark-container.css" media="screen, projection, print, tv" type="text/css" />
<link rel="stylesheet" type="text/css" media="all" href="/css/tabpanels_old.css" />

  • <script type="text/javascript" src="/javascript/department.js"></script> below existing "/javascript/scripts.js" JavaScript line

Example:

<script type="text/javascript" src="/javascript/scripts.js"></script>
<script type="text/javascript" src="/javascript/department.js"></script>

  • Copy the "tabpanel.html" contents and paste into your HTML file.