Adobe Lightroom HTML Gallery Tutorial (Part 2)

Assuming your read my previous post, I will begin this tutorial by showing you how to link to your images and CSS pages. Open your favorite HTML editor and get ready to start copying and pasting. If you own Adobe Lightroom, you can export your files and change your index.html file. You should change it [...]

Assuming your read my previous post, I will begin this tutorial by showing you how to link to your images and CSS pages. Open your favorite HTML editor and get ready to start copying and pasting. If you own Adobe Lightroom, you can export your files and change your index.html file. You should change it to “your main web site keyword”, for example “photographs.html” if you do not want it to be the index file for your web site. The index.html file is your home page file if you use SBI! (Site Build It!).

Let’s begin by creating an HTML file and editing the head section. What you can do is either download adobe lightroom gallery and edit the photography.html file in your favorite HTML editor, or copy and paste the HTML in this tutorial into your html editor and edit from there. My comments will not appear when you open the HTML with a browser. They look like this: <!– comment –>. You do not have to delete them if you do not wish to.

After you have downloaded the necessary files, begin by changing photography.html. If your gallery contains pencil drawings, you may wish to rename it pencil-drawings.html.

<!–Scroll down to my next comment. Do not touch this code unless you know what you are doing –>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>

<html xmlns=“http://www.w3.org/1999/xhtml” xml:lang=“en”>
<head>
<meta http-equiv=“Content-Type” content=“text/html; charset=UTF-8″ >
<!– Change the description below. Keep it short –>
<meta name=“description” content=“Lighroom Photography Gallery”
<!– Change the keywords below. Do not forget to add commas between keywords. Do not add a comma after your last keyword –>
<meta name=“keywords” content=“photography,software,photos,digital darkroom,gallery,image,photographer,adobe,photoshop,lightroom” />
<meta name=“generator” content=“Adobe Photoshop Lightroom” >
<!– Change the title. Make sure it contains your first keyword(s). –>
<title>Lighroom Photography Gallery</title>
<!– The code below has been changed for you –>

<link rel=“stylesheet” type=“text/css” media=“screen” title=“Custom Settings” href=”support-files/custom.css” >
<link rel=“stylesheet” type=“text/css” media=“screen” title=“Custom Settings” href=”support-files/master.css” >
<script type=“text/javascript”>
window.AgMode = “publish”;
cellRolloverColor=”#A1A1A1″;

cellColor=”#949494″;

</script>
<script type=“text/javascript” src=”support-files/live_update.js“>
</script>
<!–[if lt IE 7.]> <script defer type=”text/javascript” src=”support-files/pngfix.js”></script> <![endif]–>
<!–[if gt IE 6]> <link rel=”stylesheet” href=”support-files/ie7.css”></link> <![endif]–>
<!–[if lt IE 7.]> <link rel=”stylesheet” href=”support-files/ie6.css”></link> <![endif]–>
</head>

<!– this is where your head tag ends –>
<body>
<div id=“wrapper_thumb”>
<div id=“sitetitle”>

<!– Change “Photography” below to match your first keyword–><h1 onclick=“clickTarget( this, ‘metadata.siteTitle.value’ );” id=“metadata.siteTitle.value” class=“textColor”>Site Title</h1>

</div>

<div id=“collectionHeader”>

<!– Change “My Photographs”–>

<h1 onclick=“clickTarget( this, ‘metadata.groupTitle.value’ );” id=“metadata.groupTitle.value” class=“textColor”>My Photographs</h1>

<!– Change “Web Photo Gallery created by Buildasuccessfulwebsite.com”–>

<p onclick=“clickTarget( this, ‘metadata.groupDescription.value’ );” id=“metadata.groupDescription.value” class=“textColor”>Web Photo Gallery created by Buildasuccessfulwebsite.com</p>

</div>

<div id=“stage”>

<div id=“index”>

<!– We will worry about creating the HTML files later. So, if you have a picture of a compact disc, and have your picture saved as compact-disc.jpg, have the hyperlink point to ‘compact-disc.html’–>

<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb’ );” onmouseout=“window.gridOff( this.parentNode );”onclick=“window.location.href=’compact-disc.html’”>

<!– The class “itemNumber” changes the large number on top of your image–>

<div class=“itemNumber”>1</div>

<!–Again same link as before (you can copy and paste). Add a title if you would like –>

<a title=“compact disc” href=”compact-disc.htmlonclick=“return needThumbImgLink;”>

<!– For landscape photos you will use this code: <div style=”margin-left:15px; margin-top:37px;”> if your photo is portrait you will have this: <div style=”margin-left:31px; margin-top:15px;”>. If you have a lot of portrait images you may want to increase the number of pixels slightly. –>

<div style=“margin-left:15px; margin-top:37px;”>
<div class=“dropShadow”>

<div class=“inner”>

<!– Now change the link to point to your image file that you made using the first tutorial. Make sure it point to your thumb (smaller image) so that your gallery loads quickly. Edit the alt tag and the height and width depending on whether your image is portrait or landscape. If it is landscape photos leave the height and width the way it is. If it is portrait make sure you change it or you will have a squished photo. For portrait photos the height and width should be: height=”130″ width=”87″ and for landscape the height and width should be about: height=”87″ width=”130″ –>

<img src=”image-files/compact-disc-thumb.jpgid=“ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb” alt=“compact disc” class=“thumb” height=“87″ width=“130″/>

</div>

</div>

</div>

</a> </div>
<!– Do the same thing for your next photo. Do not foget any of the links –>
<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’baby.html’”>

<div class=“itemNumber”>2</div>

<a title=“baby” href=”baby.htmlonclick=“return needThumbImgLink;”>

<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change the image, the alt tag, and the width and height (if it is a portrait photo) –>
<img src=”image-files/baby-thumb.jpgid=“ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb” alt=“baby” height=“87″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘ID46C15679-2928-43ED-8952-3718B29C1A37_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’movement.html’”>

<div class=“itemNumber”>3</div>
<!– Change code –>
<a title=“movement” href=”movement.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/movement-thumb.jpgid=“ID46C15679-2928-43ED-8952-3718B29C1A37_thumb” alt=“movement” height=“87″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft borderRight” onmouseover=“window.gridOn( this.parentNode, ‘IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’girl.html’”>

<div class=“itemNumber”>4</div>

<!– Change code –>
<a title=“girl” href=”girl.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:33px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/girl-thumb.jpgid=“IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb” alt=“girl” height=“94″ width=“129″ class=“thumb” />

</div>

</div>

</div>

</a> </div>

<div class=“clear”>

</div>
<!– Change code –>
<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’ball.html’”>

<div class=“itemNumber”>5</div>
<!– Change code –>
<a title=“ball” href=”ball.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/ball-thumb.jpgid=“IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb” alt=“ball” height=“87″ width=“130″ class=“thumb”/>

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘ID0D17AE79-5375-4226-8159-E9042839C15F_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’geranium.html’”>

<div class=“itemNumber”>6</div>

<!– Change code –>
<a title=“geranium” href=”geranium.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/geranium-thumb.jpgid=“ID0D17AE79-5375-4226-8159-E9042839C15F_thumb” alt=“geranium” height=“86″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft” onmouseover=“window.gridOn( this.parentNode, ‘IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’glass-house.html’”>

<div class=“itemNumber”>7</div>
<!– Change code –>
<a title=“glass house” href=”glass-house.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/glass-house-thumb.jpgid=“IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb” alt=“glass house” height=“86″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft borderRight” onmouseover=“window.gridOn( this.parentNode, ‘ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’hibiscus.html’”>

<div class=“itemNumber”>8</div>
<!– Change code –>
<a title=“hibiscus” href=”hibiscus.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>

<div style=“margin-left:15px; margin-top:30px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/hibiscus-thumb.jpgid=“ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb” alt=“hibiscus” height=“101″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>

<div class=“clear”>

</div>
<!– Change code –>
<div class=“thumbnail borderTopLeft borderBottom” onmouseover=“window.gridOn( this.parentNode, ‘IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’interlock.html’”>

<div class=“itemNumber”>9</div>
<!– Change code –>
<a title=“interlock” href=”interlock.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:31px; margin-top:15px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>

<img src=”image-files/interlock-thumb.jpgid=“IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb” alt=“interlock” height=“130″ width=“98″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft borderBottom” onmouseover=“window.gridOn( this.parentNode, ‘ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’lilac.html’”>

<div class=“itemNumber”>10</div>
<!– Change code –>
<a title=“lilac” title=“lilac” href=”lilac.htmlonclick=“return needThumbImgLink;”>

<!– Change code if necessary –>
<div style=“margin-left:15px; margin-top:37px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/lilac-thumb.jpgid=“ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb” alt=“lilac” height=“87″ width=“130″ class=“thumb” />

</div>

</div>

</div>

</a> </div>

<!– Change code –>
<div class=“thumbnail borderTopLeft borderBottom” onmouseover=“window.gridOn( this.parentNode, ‘ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’leaves.html’”>

<div class=“itemNumber”>11</div>
<!– Change code –>
<a href=”leaves.htmlonclick=“return needThumbImgLink;”>
<!– Change code if necessary –>
<div style=“margin-left:37px; margin-top:15px;”>

<div class=“dropShadow”>

<div class=“inner”>
<!– Change code –>
<img src=”image-files/leaves-thumb.jpgid=“ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb” alt=“leaves” height=“130″ width=“87″ class=“thumb” />

</div>

</div>

</div>

</a> </div>
<!– Change code –>
<div class=“thumbnail borderTopLeft borderRight borderBottom” onmouseover=“window.gridOn( this.parentNode, ‘ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb’ );” onmouseout=“window.gridOff( this.parentNode );” onclick=“window.location.href=’hook.html’”>

<div class=“itemNumber”>12</div>
<!– Change code –>
<a title=“hook” href=”hook.htmlonclick=“return needThumbImgLink;”>
<div style=“margin-left:37px; margin-top:15px;”>

<div class=“dropShadow”>
<div class=“inner”>
<!– Change code –>
<img src=”image-files/hook-thumb.jpgid=“ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb” alt=“hook” height=“130″ width=“87″ class=“thumb” />
</div>
</div>
</div>
</a> </div>
<div class=“clear”>

</div>
</div>
</div>
<div class=“clear”>
</div>
<div class=“pagination”>
<ul>
<li class=“current textColor”>1</li>
<!– Place the link to your next gallery page here intead of # if you create more than one –

<li class=“textColor”> <a href=”#“>2</a> </li>

<li class=“previous textColor”> Previous </li>
<!– Place the link to your next gallery page here if you create more than one –>
<li class=“next textColor”> <a class=“paginationLinks” href=”#“>Next</a> </li>

</ul>

</div>

<!– This starts the contact area, so if you want to delete it start here—>
<div id=“contact”>
<!– Delete or place your email address here –>
<a href=”mailto:user@domain“> <span

class=“textColor” id=“metadata.contactInfo.value”>Contact Name</span>

</a>

</div>
<!– and end here –>
<div class=“clear”>
</div>
</div>

</body>
</html>

The modified Adobe Lightroom Gallery makes:

  • Your images search engine friendly
  • Your content search engine friendly
  • Your web site galleries receive more traffic!

In the next tutorial you will learn how to add search engine friendly pages with the large images you created in the first Adobe Lightroom Tutorial.

<!–Scroll down to my next comment. Do not touch this code unless you know what you are doing –>

<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01 Transitional//EN” “http://www.w3.org/TR/html4/loose.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”en”>

<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ >

<!– Change the description below. Keep it short –>

<meta name=”description” content=”Lighroom Photography Gallery”

<!– Change the keywords below. Do not forget to add commas between keywords. Do not add a comma after your last keyword –>

<meta name=”keywords” content=”photography,software,photos,digital darkroom,gallery,image,photographer,adobe,photoshop,lightroom” />

<meta name=”generator” content=”Adobe Photoshop Lightroom” >

<!– Change the title. Make sure it contains your first keyword(s). –>

<title>Lighroom Photography Gallery</title>
<!– The code below has been changed for you –>
<link rel=”stylesheet” type=”text/css” media=”screen” title=”Custom Settings” href=”support-files/custom.css” >
<link rel=”stylesheet” type=”text/css” media=”screen” title=”Custom Settings” href=”support-files/master.css” >
<script type=”text/javascript”>
window.AgMode = “publish”;
cellRolloverColor=”#A1A1A1″;
cellColor=”#949494″;
</script>
<script type=”text/javascript” src=”support-files/live_update.js”>
</script>
<!–[if lt IE 7.]> <script defer type=”text/javascript” src=”support-files/pngfix.js”></script> <![endif]–>
<!–[if gt IE 6]> <link rel=”stylesheet” href=”support-files/ie7.css”></link> <![endif]–>
<!–[if lt IE 7.]> <link rel=”stylesheet” href=”support-files/ie6.css”></link> <![endif]–>
</head>
<!– this is where your header section ends –>
<body>
<div id=”wrapper_thumb”>
<div id=”sitetitle”>
<!– Change “Photography” below to match your first keyword–>
<h1 onclick=”clickTarget( this, ‘metadata.siteTitle.value’ );” id=”metadata.siteTitle.value” class=”textColor”>Site Title</h1>
</div>
<div id=”collectionHeader”>
<!– Change “My Photographs”–>
<h1 onclick=”clickTarget( this, ‘metadata.groupTitle.value’ );” id=”metadata.groupTitle.value” class=”textColor”>My Photographs</h1>
<!– Change “Web Photo Gallery created by Buildasuccessfulwebsite.com”–>
<p onclick=”clickTarget( this, ‘metadata.groupDescription.value’ );” id=”metadata.groupDescription.value” class=”textColor”>Web Photo Gallery created by Buildasuccessfulwebsite.com</p>
</div>
<div id=”stage”>
<div id=”index”>
<!– We will worry about creating the HTML files later. So, if you have a picture of a compact disc, and have your picture saved as compact-disc.jpg, have the hyperlink point to ‘compact-disc.html’–>
<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb’ );” onmouseout=”window.gridOff( this.parentNode );”onclick=”window.location.href=’compact-disc.html’”>
<!– The class “itemNumber” changes the large number on top of your image–>
<div class=”itemNumber”>1</div>
<!–Again same link as before (you can copy and paste). Add a title if you would like–>
<a title=”compact disc” href=”compact-disc.html” onclick=”return needThumbImgLink;”>
<!– For landscape photos you will use this code: <div style=”margin-left:15px; margin-top:37px;”> if your photo is portrait you will have this: <div style=”margin-left:31px; margin-top:15px;”>. If you have a lot of portrait images you may want to increase the number of pixels slightly. –>
<div style=”margin-left:15px; margin-top:37px;”>

<div class=”dropShadow”>

<div class=”inner”>
<!– Now change the link to point to your image file that you made using the first tutorial. Make sure it point to your thumb (smaller image) so that your gallery loads quickly. Edit the alt tag and the height and width depending on whether your image is portrait or landscape. If it is landscape photos leave the height and width the way it is. If it is portrait make sure you change it or you will have a squished photo. For portrait photos the height and width should be: height=”130″ width=”87″ and for landscape the height and width should be about: height=”87″ width=”130″ –>
<img src=”image-files/compact-disc-thumb.jpg” id=”ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb” alt=”compact disc” class=”thumb” height=”87″ width=”130″/>
</div>
</div>
</div>
</a> </div>

<!– Do the same thing for your next photo. Do not foget any of the links –>

<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’baby.html’”>

<div class=”itemNumber”>2</div>
<a title=”baby” href=”baby.html” onclick=”return needThumbImgLink;”>
<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change the image, the alt tag, and the width and height (if it is a portrait photo) –>

<img src=”image-files/baby-thumb.jpg” id=”ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb” alt=”baby” height=”87″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘ID46C15679-2928-43ED-8952-3718B29C1A37_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’movement.html’”>
<div class=”itemNumber”>3</div>

<!– Change code –>

<a title=”movement” href=”movement.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/movement-thumb.jpg” id=”ID46C15679-2928-43ED-8952-3718B29C1A37_thumb” alt=”movement” height=”87″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft borderRight” onmouseover=”window.gridOn( this.parentNode, ‘IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’girl.html’”>
<div class=”itemNumber”>4</div>

<!– Change code –>

<a title=”girl” href=”girl.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:33px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/girl-thumb.jpg” id=”IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb” alt=”girl” height=”94″ width=”129″ class=”thumb” />
</div>
</div>
</div>
</a> </div>
<div class=”clear”>
</div>

<!– Change code –>

<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’ball.html’”>
<div class=”itemNumber”>5</div>

<!– Change code –>

<a title=”ball” href=”ball.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/ball-thumb.jpg” id=”IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb” alt=”ball” height=”87″ width=”130″ class=”thumb”/>
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘ID0D17AE79-5375-4226-8159-E9042839C15F_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’geranium.html’”>
<div class=”itemNumber”>6</div>

<!– Change code –>

<a title=”geranium” href=”geranium.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/geranium-thumb.jpg” id=”ID0D17AE79-5375-4226-8159-E9042839C15F_thumb” alt=”geranium” height=”86″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft” onmouseover=”window.gridOn( this.parentNode, ‘IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’glass-house.html’”>
<div class=”itemNumber”>7</div>

<!– Change code –>

<a title=”glass house” href=”glass-house.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/glass-house-thumb.jpg” id=”IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb” alt=”glass house” height=”86″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft borderRight” onmouseover=”window.gridOn( this.parentNode, ‘ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’hibiscus.html’”>
<div class=”itemNumber”>8</div>

<!– Change code –>

<a title=”hibiscus” href=”hibiscus.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:30px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/hibiscus-thumb.jpg” id=”ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb” alt=”hibiscus” height=”101″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>
<div class=”clear”>
</div>

<!– Change code –>

<div class=”thumbnail borderTopLeft borderBottom” onmouseover=”window.gridOn( this.parentNode, ‘IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’interlock.html’”>
<div class=”itemNumber”>9</div>

<!– Change code –>

<a title=”interlock” href=”interlock.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:31px; margin-top:15px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/interlock-thumb.jpg” id=”IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb” alt=”interlock” height=”130″ width=”98″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft borderBottom” onmouseover=”window.gridOn( this.parentNode, ‘ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’lilac.html’”>
<div class=”itemNumber”>10</div>

<!– Change code –>

<a title=”lilac” title=”lilac” href=”lilac.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:15px; margin-top:37px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/lilac-thumb.jpg” id=”ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb” alt=”lilac” height=”87″ width=”130″ class=”thumb” />
</div>
</div>
</div>
</a> </div>

<!– Change code –>

<div class=”thumbnail borderTopLeft borderBottom” onmouseover=”window.gridOn( this.parentNode, ‘ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’leaves.html’”>
<div class=”itemNumber”>11</div>

<!– Change code –>

<a href=”leaves.html” onclick=”return needThumbImgLink;”>

<!– Change code if necessary –>

<div style=”margin-left:37px; margin-top:15px;”>
<div class=”dropShadow”>
<div class=”inner”>

<!– Change code –>

<img src=”image-files/leaves-thumb.jpg” id=”ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb” alt=”leaves” height=”130″ width=”87″ class=”thumb” />
</div>
</div>
</div>
</a> </div>
<div class=”thumbnail borderTopLeft borderRight borderBottom” onmouseover=”window.gridOn( this.parentNode, ‘ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb’ );” onmouseout=”window.gridOff( this.parentNode );” onclick=”window.location.href=’hook.html’”>
<div class=”itemNumber”>12</div>
<a title=”hook” href=”hook.html” onclick=”return needThumbImgLink;”>
<div style=”margin-left:37px; margin-top:15px;”>
<div class=”dropShadow”>
<div class=”inner”>
<img src=”image-files/hook-thumb.jpg” id=”ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb” alt=”hook” height=”130″ width=”87″ class=”thumb” />
</div>
</div>
</div>
</a> </div>
<div class=”clear”>
</div>
</div>
</div>
<div class=”clear”>
</div>
<div class=”pagination”>
<ul>
<li class=”current textColor”>1</li>

<!– Place the link to your next gallery page here intead of # if you create more than one –>

<li class=”textColor”> <a href=”#”>2</a> </li>
<li class=”previous textColor”> Previous </li>

<!– Place the link to your next gallery page here if you create more than one –>

<li class=”next textColor”> <a class=”paginationLinks” href=”#”>Next</a> </li>
</ul>
</div>

<!– This starts the contact area, so if you want to delete it start here—>

<div id=”contact”>

<!– Delete or place your email address here –>

<a href=”mailto:user@domain”> <span
class=”textColor” id=”metadata.contactInfo.value”>Contact Name</span>
</a>
</div>

<!– and end here –>

<div class=”clear”>
</div>
</div>
</body>
</html>

Related posts:

  1. Adobe Lightroom Gallery Template Tutorial
  2. How to Add an Image to Your Web Site
  3. How to Center an Image
  4. CSS – Create Custom Headers

Related Posts

Popular Posts


Leave Your Response

* Name, Email, Comment are Required