(h1) Carousel Sample using 1-Column Format
Instructions
Download the Carousel and review the instructions from the previous template. The following modifications were made.
Add
- <link rel="stylesheet" type="text/css" media="all" href="/css/carousel.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/carousel.css" />
- <script type="text/javascript" src="carousel.js"></script> below existing "/javascript/scripts.js" JavaScript line
Example:
<script type="text/javascript" src="/javascript/scripts.js"></script>
<script type="text/javascript" src="carousel.js"></script>
- Copy the "carousel.html" contents and paste into your HTML file.













