How Do I Display the Last Five Images on My Website?
To display the last five images on your Webpage, copy and paste this code into your
HTML document. Remember to change the height and width of your images to make them small enough to fit on your page.
<!-- Put this code wherever you want your WebCam image to appear -->
<center>
<img src="webcam_1.jpg" name="webcam1">
<img src="webcam_2.jpg" name="webcam2">
<img src="webcam_3.jpg" name="webcam3">
<img src="webcam_4.jpg" name="webcam4"><br>
<img src="webcam_5.jpg" name="webcam5">
</center>
WebCam Help Index |
WebCam Homepage