Part 1 - Raw HTML
The is the raw HTML for our first slider example. The PlusSlider javascript has not been applied to it yet, nor has the CSS. Pretty boring, eh?



HTML Source:
<div id="slider1">
<img src="content/image1.jpg" alt="" height="250" width="630" />
<img src="content/image2.jpg" alt="" height="250" width="630" />
<img src="content/image3.jpg" alt="" height="250" width="630" />
</div>
CSS Source:
none
Javascript Source (in html <head>):
none