Using a text only editor (like NotePad), copy and paste the below code exactly to either overwrite your existing page or to create a new one in the same folder:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Untitled Page</title>
<style type="text/css">
img.expando{ /*sample CSS for expando images. Not required but recommended*/
border: none;
vertical-align: top; /*top aligns image, so mouse has less of a change of moving out of image while image is expanding*/
}
</style>
<script type="text/javascript" src="expando.js">
/* Expando Image Script ©2008 John Davenport Scheuer
as first seen in http://www.dynamicdrive.com/forums/
username: jscheuer1 - This Notice Must Remain for Legal Use
*/
</script>
</head>
<body bgcolor="#7B7BC0" text="#000000">
<div id="bv_Text2" style="width: 775px; height: 53px; margin: 0 auto; text-align: center;">
<font style="font-size:13px" color="#FFFFFF" face="Arial">HERE IS SOME TEXT THAT I WANT TO POSITION </font><font style="font-size:19px" color="#FFFFFF" face="Arial"><b>ABOVE</b> </font><font style="font-size:13px" color="#FFFFFF" face="Arial">THE ROW OF THUMBNAILS GENERATED BY EXPANDO<br>
<br>
</font></div>
<div style="height: 75px; margin: 0 auto; text-align: center;">
<img class="expando" border="0" src="0476_0013.jpg" width="100" height="75" alt="">
<img class="expando" border="0" src="0499_0021.jpg" width="100" height="75" alt="">
<img class="expando" border="0" src="doutzen.jpg" width="100" height="75" alt="">
<img class="expando" border="0" src="0493_0009.jpg" width="100" height="75" alt="">
</div>
</body>
</html>
Bookmarks