<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Build A Successful Web Site &#187; HTML Tutorials</title>
	<atom:link href="http://buildasuccessfulwebsite.com/category/html_tutorials/feed" rel="self" type="application/rss+xml" />
	<link>http://buildasuccessfulwebsite.com</link>
	<description>Build a Web Site &#124; Learn how to direct traffic to your web site.</description>
	<lastBuildDate>Mon, 05 Jul 2010 16:39:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adobe Lightroom HTML Gallery Tutorial (Part 3)</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html_tutorials/adobe-lightroom-html-gallery-tutorial</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html_tutorials/adobe-lightroom-html-gallery-tutorial#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:12:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Lightroom]]></category>
		<category><![CDATA[adobe lightroom]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=450</guid>
		<description><![CDATA[Now all we have left to do is create the HTML pages for your images. If you have already downloaded my adobe gallery, start by saving &#8220;template.html&#8221; with the name of your first photo &#8220;myfirstphoto.html&#8221;. Then, begin editing the script as outlined below. &#60;!&#8211; You will not have to modify too many things in this [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2' rel='bookmark' title='Permanent Link: Adobe Lightroom HTML Gallery Tutorial (Part 2)'>Adobe Lightroom HTML Gallery Tutorial (Part 2)</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi' rel='bookmark' title='Permanent Link: Adobe Lightroom Gallery Template Tutorial'>Adobe Lightroom Gallery Template Tutorial</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now all we have left to do is create the HTML pages for your images. If you have already downloaded my adobe gallery, start by saving &#8220;template.html&#8221; with the name of your first photo &#8220;myfirstphoto.html&#8221;. Then, begin editing the script as outlined below.</p>
<p><span style="color: #ff0000;">&lt;!&#8211; You will not have to modify too many things in this script. Just remember to save a template file so that if you make a mistake, you still have a file that you can go back to &#8211;&gt;</span><br />
&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; &gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Add a description of your content &#8211;&gt;</span><br />
&lt;meta name=&#8221;description&#8221; content=&#8221;"&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Add some keywords &#8211;&gt;</span><br />
&lt;meta name=&#8221;keywords&#8221; content=&#8221;" &gt;<br />
&lt;meta name=&#8221;generator&#8221; content=&#8221;Adobe Photoshop Lightroom&#8221; &gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Add a title &#8211;&gt;</span><br />
&lt;title&gt;Site Title&lt;/title&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; title=&#8221;Custom Settings&#8221; href=&#8221;support-files/custom.css&#8221; &gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; title=&#8221;Custom Settings&#8221; href=&#8221;support-files/master.css&#8221; &gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.AgMode = &#8220;publish&#8221;;<br />
cellRolloverColor=&#8221;#A1A1A1&#8243;;<br />
cellColor=&#8221;#949494&#8243;;<br />
&lt;/script&gt;</p>
<p>&lt;script type=&#8221;text/javascript&#8221; src=&#8221;support-files/live_update.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;!&#8211;[if lt IE 7.]&gt; &lt;script defer type=&#8221;text/javascript&#8221; src=&#8221;support-files/pngfix.js&#8221;&gt;&lt;/script&gt; &lt;![endif]&#8211;&gt;<br />
&lt;!&#8211;[if gt IE 6]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie7.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;<br />
&lt;!&#8211;[if lt IE 7.]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie6.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;<br />
&lt;/head&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;wrapper_large&#8221;&gt;<br />
&lt;div id=&#8221;sitetitle&#8221;&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Change your &#8220;Site Title&#8221; &#8211;&gt;</span><br />
&lt;h1 onclick=&#8221;clickTarget( this, &#8216;metadata.siteTitle.value&#8217; );&#8221; id=&#8221;metadata.siteTitle.value&#8221;&gt;Site Title&lt;/h1&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;collectionHeader&#8221;&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Change &#8220;My Photographs&#8221; &#8211;&gt;</span><br />
&lt;h1 onclick=&#8221;clickTarget( this, &#8216;metadata.groupTitle.value&#8217; );&#8221; id=&#8221;metadata.groupTitle.value&#8221;&gt;My Photographs&lt;/h1&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Change &#8220;Web Gallery created by Buildasuccessfulwebsite.com &#8211;&gt;</span><br />
&lt;p onclick=&#8221;clickTarget( this, &#8216;metadata.groupDescription.value&#8217; );&#8221; id=&#8221;metadata.groupDescription.value&#8221;&gt;Web Photo Gallery created by Buildasuccessfulwebsite.com.&lt;/p&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div id=&#8221;stage2&#8243;&gt;</p>
<p>&lt;div id=&#8221;previewFull&#8221;&gt;<br />
&lt;div id=&#8221;detailTitle&#8221;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;div&gt;<br />
&lt;ul&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; There is no previous HTML page. For the next HTML page you will need to replace this line with &lt;li&gt; &lt;a href=&#8221;yourlinkhere.html&#8221;&gt;Previous&lt;/a&gt; &lt;/li&gt; &#8211;&gt;</span><br />
&lt;li&gt; Previous &lt;/li&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Change this link.It needs to point back to the &#8220;home&#8221; page of your gallery. It should point to the page you created in the second Adobe Lightroom HMTL Gallery Tutorial &#8211;&gt;</span><br />
&lt;li&gt; &lt;a href=&#8221;.html&#8221;&gt;Index&lt;/a&gt; &lt;/li&gt;<br />
&lt;!&#8211; This link should point to the next HTML page. For the last link image in the gallery, make the link point to your &#8220;home&#8221; page. &#8211;&gt;<br />
&lt;li&gt; &lt;a href=&#8221;.html&#8221;&gt;Next&lt;/a&gt; &lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Don&#8217;t forget about this link! It needs to point back to the home page of your gallery. It should point to the page you created in the second Adobe Lightroom HMTL Gallery Tutorial &#8211;&gt;</span><br />
&lt;a href=&#8221;.html&#8221;&gt;</p>
<p>&lt;div style=&#8221;margin-left:96px;&#8221;&gt;<br />
&lt;div&gt;<br />
&lt;div&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; This is where you place the code for your first large image in your gallery. Do not delete &#8220;image-files/&#8221;. You may have to change the height and width to &#8220;height=&#8221;450&#8243; w<span style="color: #ff0000;">idth=&#8221;300&#8243;</span></span><span style="color: #ff0000;"> and the &#8220;margin-left&#8221; (above to :152px;</span><span style="color: #ff0000;"> &#8211;&gt;</span><br />
&lt;img src=&#8221;image-files/compact-disc.jpg&#8221;<br />
class=&#8221;previewFullImage preview&#8221;<br />
id=&#8221;previewImage&#8221;<br />
alt=&#8221;compact disc&#8221;<br />
height=&#8221;301&#8243; width=&#8221;450&#8243;<br />
onclick=&#8221;var node=parentNode.parentNode.parentNode.parentNode; if( node.click ) { return node.click(); } else { return true; }&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt;<br />
&lt;div style=&#8221;clear:both; height:5px&#8221;&gt;&lt;/div&gt;<br />
&lt;div id=&#8221;detailCaption&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div&gt;<br />
&lt;/div&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; Change the mailto:user@domain to your e-mail address, or delete this starting here &#8211;&gt;</span><br />
&lt;div id=&#8221;contact&#8221;&gt;<br />
&lt;a href=&#8221;mailto:user@domain&#8221;&gt; &lt;span<br />
class=&#8221;textColor&#8221; id=&#8221;metadata.contactInfo.value&#8221;&gt;Contact Name&lt;/span&gt;<br />
&lt;/a&gt;<br />
&lt;/div&gt;<br />
<span style="color: #ff0000;">&lt;!&#8211; and ending here &#8211;&gt;</span><br />
&lt;div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>When you are done creating the first page go to the next until all your pages are edited. If you would like to add some text below the image, download this file and change it as necessary.</p>
<p>The final product should look something like this:</p>
<p><a title="adobe lightroom photography gallery " href="http://buildasuccessfulwebsite.com/photography.html" target="_blank">Adobe Lightroom Photography Gallery</a></p>
<p><a title="adobe lightroom photography gallery" href="http://buildasuccessfulwebsite.com/photography.html" target="_blank"><img class="aligncenter size-full wp-image-458" title="lightroom-photography" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/07/lightroom-photography-galle.jpg" alt="lightroom" width="400" height="233" /></a></p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2' rel='bookmark' title='Permanent Link: Adobe Lightroom HTML Gallery Tutorial (Part 2)'>Adobe Lightroom HTML Gallery Tutorial (Part 2)</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi' rel='bookmark' title='Permanent Link: Adobe Lightroom Gallery Template Tutorial'>Adobe Lightroom Gallery Template Tutorial</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html_tutorials/adobe-lightroom-html-gallery-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Lightroom HTML Gallery Tutorial (Part 2)</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2#comments</comments>
		<pubDate>Sun, 04 Jul 2010 01:39:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Lightroom]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[adobe lightroom]]></category>
		<category><![CDATA[html tutorial]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=358</guid>
		<description><![CDATA[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 [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi' rel='bookmark' title='Permanent Link: Adobe Lightroom Gallery Template Tutorial'>Adobe Lightroom Gallery Template Tutorial</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site' rel='bookmark' title='Permanent Link: How to Add an Image to Your Web Site'>How to Add an Image to Your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image' rel='bookmark' title='Permanent Link: How to Center an Image'>How to Center an Image</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>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 &#8220;your main web site keyword&#8221;, for example &#8220;photographs.html&#8221; 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!).</p>
<p>Let&#8217;s begin by creating an HTML file and editing the head section. What you can do is either <a title="adobe lightroom gallery download" href="http://buildasuccessfulwebsite.com/adobe.zip" target="_blank">download adobe lightroom gallery</a> 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: &lt;!&#8211; comment &#8211;&gt;. You do not have to delete them if you do not wish to.</p>
<p>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.<br />
<br />
<span style="color: #ff0000;"> </span></p>
<p id="line1"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211;Scroll down to my next comment. Do not touch this code unless you know what you are doing &#8211;&gt;</span></span><br />
<span class="doctype">&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;</span></p>
<p>&lt;<span class="start-tag">html</span><span class="attribute-name"> xmlns</span>=<span class="attribute-value">&#8220;http://www.w3.org/1999/xhtml&#8221; </span><span class="attribute-name">xml:lang</span>=<span class="attribute-value">&#8220;en&#8221;</span>&gt;<br />
&lt;<span class="start-tag">head</span>&gt;<br />
&lt;<span class="start-tag">meta</span><span class="attribute-name"> http-equiv</span>=<span class="attribute-value">&#8220;Content-Type&#8221; </span><span class="attribute-name">content</span>=<span class="attribute-value">&#8220;text/html; charset=UTF-8&#8243; </span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change the description below. Keep it short &#8211;&gt;</span></span><br />
<span class="error">&lt;<span class="start-tag">meta</span><span class="attribute-name"> name</span>=<span class="attribute-value">&#8220;description&#8221; </span><span class="attribute-name">content</span>=<span class="attribute-value">&#8220;Lighroom Photography Gallery&#8221;<br />
</span></span><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change the keywords below. Do not forget to add commas between keywords. Do not add a comma after your last keyword &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">meta</span><span class="attribute-name"> name</span>=<span class="attribute-value">&#8220;keywords&#8221; </span><span class="attribute-name">content</span>=<span class="attribute-value">&#8220;photography,software,photos,digital darkroom,gallery,image,photographer,adobe,photoshop,lightroom&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;<br />
&lt;<span class="start-tag">meta</span><span class="attribute-name"> name</span>=<span class="attribute-value">&#8220;generator&#8221; </span><span class="attribute-name">content</span>=<span class="attribute-value">&#8220;Adobe Photoshop Lightroom&#8221; </span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change the title. Make sure it contains your first keyword(s). &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">title</span>&gt;Lighroom Photography Gallery&lt;/<span class="end-tag">title</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; The code below has been changed for you &#8211;&gt;</span></span></p>
<p id="line18">&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">&#8220;stylesheet&#8221; </span><span class="attribute-name">type</span>=<span class="attribute-value">&#8220;text/css&#8221; </span><span class="attribute-name">media</span>=<span class="attribute-value">&#8220;screen&#8221; </span><span class="attribute-name">title</span>=<span class="attribute-value">&#8220;Custom Settings&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/support-files/custom.css">support-files/custom.css</a>&#8221; &gt;<br />
&lt;<span class="start-tag">link</span><span class="attribute-name"> rel</span>=<span class="attribute-value">&#8220;stylesheet&#8221; </span><span class="attribute-name">type</span>=<span class="attribute-value">&#8220;text/css&#8221; </span><span class="attribute-name">media</span>=<span class="attribute-value">&#8220;screen&#8221; </span><span class="attribute-name">title</span>=<span class="attribute-value">&#8220;Custom Settings&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/support-files/master.css">support-files/master.css</a>&#8221; &gt;<br />
&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">&#8220;text/javascript&#8221;</span>&gt;<br />
window.AgMode = &#8220;publish&#8221;;<br />
cellRolloverColor=&#8221;#A1A1A1&#8243;;</p>
<p>cellColor=&#8221;#949494&#8243;;</p>
<p>&lt;/<span class="end-tag">script</span>&gt;<br />
&lt;<span class="start-tag">script</span><span class="attribute-name"> type</span>=<span class="attribute-value">&#8220;text/javascript&#8221; </span><span class="attribute-name">src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/support-files/live_update.js">support-files/live_update.js</a>&#8220;&gt;<br />
&lt;/<span class="end-tag">script</span>&gt;<br />
<span class="comment">&lt;!&#8211;[if lt IE 7.]&gt; &lt;script defer type=&#8221;text/javascript&#8221; src=&#8221;support-files/pngfix.js&#8221;&gt;&lt;/script&gt; &lt;![endif]&#8211;&gt;</span><br />
<span class="comment">&lt;!&#8211;[if gt IE 6]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie7.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;</span><br />
<span class="comment">&lt;!&#8211;[if lt IE 7.]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie6.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;</span><br />
&lt;/<span class="end-tag">head</span>&gt;</p>
<p id="line43"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; this is where your head tag ends &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">body</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;wrapper_thumb&#8221;</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;sitetitle&#8221;</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change &#8220;Photography&#8221; below to match your first keyword&#8211;&gt;</span></span>&lt;<span class="start-tag">h1</span><span class="attribute-name"> onclick</span>=<span class="attribute-value">&#8220;clickTarget( this, &#8216;metadata.siteTitle.value&#8217; );&#8221; </span><span class="attribute-name">id</span>=<span class="attribute-value">&#8220;metadata.siteTitle.value&#8221; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;textColor&#8221;</span>&gt;Site Title&lt;/<span class="end-tag">h1</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;collectionHeader&#8221;</span>&gt;</p>
<p id="line59"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change &#8220;My Photographs&#8221;&#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">h1</span><span class="attribute-name"> onclick</span>=<span class="attribute-value">&#8220;clickTarget( this, &#8216;metadata.groupTitle.value&#8217; );&#8221; </span><span class="attribute-name">id</span>=<span class="attribute-value">&#8220;metadata.groupTitle.value&#8221; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;textColor&#8221;</span>&gt;My Photographs&lt;/<span class="end-tag">h1</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change &#8220;Web Photo Gallery created by Buildasuccessfulwebsite.com&#8221;&#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">p</span><span class="attribute-name"> onclick</span>=<span class="attribute-value">&#8220;clickTarget( this, &#8216;metadata.groupDescription.value&#8217; );&#8221; </span><span class="attribute-name">id</span>=<span class="attribute-value">&#8220;metadata.groupDescription.value&#8221; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;textColor&#8221;</span>&gt;Web Photo Gallery created by Buildasuccessfulwebsite.com&lt;/<span class="end-tag">p</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;stage&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;index&#8221;</span>&gt;</p>
<p id="line74"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; 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 &#8216;compact-disc.html&#8217;&#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221;</span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;compact-disc.html&#8217;&#8221;</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; The class &#8220;itemNumber&#8221; changes the large number on top of your image&#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;1&lt;/<span class="end-tag">div</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211;Again same link as before (you can copy and paste). Add a title if you would like &#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;compact disc&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/compact-disc.html">compact-disc.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; For landscape photos you will use this code: &lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt; if your photo is portrait you will have this: &lt;div style=&#8221;margin-left:31px; margin-top:15px;&#8221;&gt;. If you have a lot of portrait images you may want to increase the number of pixels slightly. &#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p id="line90">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;</p>
<p><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; 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=&#8221;130&#8243; width=&#8221;87&#8243; and for landscape the height and width should be about: height=&#8221;87&#8243; width=&#8221;130&#8243; &#8211;&gt;</span></span></p>
<p>&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/compact-disc-thumb.jpg">image-files/compact-disc-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;compact disc&#8221; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243;</span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Do the same thing for your next photo. Do not foget any of the links &#8211;&gt;</span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;baby.html&#8217;&#8221;</span>&gt;</span></p>
<p id="line106">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;2&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;baby&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/baby.html">baby.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change the image, the alt tag, and the width and height (if it is a portrait photo) &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/baby-thumb.jpg">image-files/baby-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;baby&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line122">&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID46C15679-2928-43ED-8952-3718B29C1A37_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;movement.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;3&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;movement&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/movement.html">movement.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p id="line137">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/movement-thumb.jpg">image-files/movement-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID46C15679-2928-43ED-8952-3718B29C1A37_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;movement&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderRight&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;girl.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;4&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line152"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;girl&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/girl.html">girl.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:33px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/girl-thumb.jpg">image-files/girl-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;girl&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;94&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;129&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line169">&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;clear&#8221;</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;ball.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;5&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;ball&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/ball.html">ball.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p id="line184">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/ball-thumb.jpg">image-files/ball-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;ball&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221;</span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID0D17AE79-5375-4226-8159-E9042839C15F_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;geranium.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;6&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line200"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;geranium&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/geranium.html">geranium.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/geranium-thumb.jpg">image-files/geranium-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID0D17AE79-5375-4226-8159-E9042839C15F_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;geranium&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;86&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line217">&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;glass-house.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;7&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;glass house&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/glass-house.html">glass-house.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/glass-house-thumb.jpg">image-files/glass-house-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;glass house&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;86&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p id="line232">&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderRight&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;hibiscus.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;8&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;hibiscus&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/hibiscus.html">hibiscus.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span></p>
<p id="line247">&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:30px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/hibiscus-thumb.jpg">image-files/hibiscus-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;hibiscus&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;101&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line263">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;clear&#8221;</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderBottom&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;interlock.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;9&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;interlock&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/interlock.html">interlock.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:31px; margin-top:15px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span></p>
<p id="line279">&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/interlock-thumb.jpg">image-files/interlock-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;interlock&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;98&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderBottom&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;lilac.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;10&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;lilac&#8221; </span><span class="attribute-name">title</span>=<span class="attribute-value">&#8220;lilac&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/lilac.html">lilac.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;</p>
<p id="line294"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:15px; margin-top:37px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/lilac-thumb.jpg">image-files/lilac-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;lilac&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line310"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderBottom&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;leaves.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;11&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/leaves.html">leaves.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code if necessary &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:37px; margin-top:15px;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/leaves-thumb.jpg">image-files/leaves-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;leaves&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line326">&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;thumbnail borderTopLeft borderRight borderBottom&#8221; </span><span class="attribute-name">onmouseover</span>=<span class="attribute-value">&#8220;window.gridOn( this.parentNode, &#8216;ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb&#8217; );&#8221; </span><span class="attribute-name">onmouseout</span>=<span class="attribute-value">&#8220;window.gridOff( this.parentNode );&#8221; </span><span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;window.location.href=&#8217;hook.html&#8217;&#8221;</span>&gt;</p>
<p>&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;itemNumber&#8221;</span>&gt;12&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> title</span>=<span class="attribute-value">&#8220;hook&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/hook.html">hook.html</a>&#8221; <span class="attribute-name">onclick</span>=<span class="attribute-value">&#8220;return needThumbImgLink;&#8221;</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> style</span>=<span class="attribute-value">&#8220;margin-left:37px; margin-top:15px;&#8221;</span>&gt;</p>
<p id="line341">&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;dropShadow&#8221;</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;inner&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Change code &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">img</span><span class="attribute-name"> src</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/image-files/hook-thumb.jpg">image-files/hook-thumb.jpg</a>&#8221; <span class="attribute-name">id</span>=<span class="attribute-value">&#8220;ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb&#8221; </span><span class="attribute-name">alt</span>=<span class="attribute-value">&#8220;hook&#8221; </span><span class="attribute-name">height</span>=<span class="attribute-value">&#8220;130&#8243; </span><span class="attribute-name">width</span>=<span class="attribute-value">&#8220;87&#8243; </span><span class="attribute-name">class</span>=<span class="attribute-value">&#8220;thumb&#8221; </span><span class="error"><span class="attribute-name">/</span></span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">div</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;clear&#8221;</span>&gt;</p>
<p id="line357">&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;clear&#8221;</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;pagination&#8221;</span>&gt;<br />
&lt;<span class="start-tag">ul</span>&gt;<br />
&lt;<span class="start-tag">li</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;current textColor&#8221;</span>&gt;1&lt;/<span class="end-tag">li</span>&gt;<br />
<span class="comment">&lt;!&#8211; Place the link to your next gallery page here intead of # if you create more than one &#8211;</span></p>
<p id="line373">&lt;<span class="start-tag">li</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;textColor&#8221;</span>&gt; &lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/photographs.html#">#</a>&#8220;&gt;2&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">li</span>&gt;</p>
<p>&lt;<span class="start-tag">li</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;previous textColor&#8221;</span>&gt; Previous &lt;/<span class="end-tag">li</span>&gt;<br />
<span class="comment">&lt;!&#8211; Place the link to your next gallery page here if you create more than one &#8211;&gt;</span><br />
&lt;<span class="start-tag">li</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;next textColor&#8221;</span>&gt; &lt;<span class="start-tag">a</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;paginationLinks&#8221; </span><span class="attribute-name">href</span>=&#8221;<a href="view-source:file:///C:/Documents%20and%20Settings/Peter%20Feenstra/Desktop/adobe/photographs.html#">#</a>&#8220;&gt;Next&lt;/<span class="end-tag">a</span>&gt; &lt;/<span class="end-tag">li</span>&gt;</p>
<p>&lt;/<span class="end-tag">ul</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line382"><span style="color: #ff0000;"><span class="comment">&lt;!&#8211; This starts the contact area, so if you want to delete it start here&#8212;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> id</span>=<span class="attribute-value">&#8220;contact&#8221;</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; Delete or place your email address here &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">a</span><span class="attribute-name"> href</span>=&#8221;<a href="mailto:user@domain">mailto:user@domain</a>&#8220;&gt; &lt;<span class="start-tag">span</span></p>
<p>class=<span class="attribute-value">&#8220;textColor&#8221; </span><span class="attribute-name">id</span>=<span class="attribute-value">&#8220;metadata.contactInfo.value&#8221;</span>&gt;Contact Name&lt;/<span class="end-tag">span</span>&gt;</p>
<p>&lt;/<span class="end-tag">a</span>&gt;</p>
<p>&lt;/<span class="end-tag">div</span>&gt;<br />
<span style="color: #ff0000;"><span class="comment">&lt;!&#8211; and end here &#8211;&gt;</span></span><br />
&lt;<span class="start-tag">div</span><span class="attribute-name"> class</span>=<span class="attribute-value">&#8220;clear&#8221;</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;<br />
&lt;/<span class="end-tag">div</span>&gt;</p>
<p id="line399">&lt;/<span class="end-tag">body</span>&gt;<br />
&lt;/<span class="end-tag">html</span>&gt;</p>
<p></p>
<p>The modified <a title="adoble lightroom gallery photographs" href="http://buildasuccessfulwebsite.com/photographs.html" target="_blank">Adobe Lightroom Gallery</a> makes:</p>
<ul>
<li>Your images search engine friendly</li>
<li>Your content search engine friendly</li>
<li>Your web site galleries receive more traffic!</li>
</ul>
<p>In the next tutorial you will learn how to add search engine friendly pages with the large images you created in the <a title="adobe lightroom gallery tutorial" href="http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi">first Adobe Lightroom Tutorial</a>.</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 8441px; width: 1px; height: 1px; overflow: hidden;">
<p>&lt;!&#8211;Scroll down to my next comment. Do not touch this code unless you know what you are doing &#8211;&gt;</p>
<p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/html4/loose.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221; xml:lang=&#8221;en&#8221;&gt;</p>
<p>&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; &gt;</p>
<p>&lt;!&#8211; Change the description below. Keep it short &#8211;&gt;</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;Lighroom Photography Gallery&#8221;</p>
<p>&lt;!&#8211; Change the keywords below. Do not forget to add commas between keywords. Do not add a comma after your last keyword &#8211;&gt;</p>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;photography,software,photos,digital darkroom,gallery,image,photographer,adobe,photoshop,lightroom&#8221; /&gt;</p>
<p>&lt;meta name=&#8221;generator&#8221; content=&#8221;Adobe Photoshop Lightroom&#8221; &gt;</p>
<p>&lt;!&#8211; Change the title. Make sure it contains your first keyword(s). &#8211;&gt;</p>
<p>&lt;title&gt;Lighroom Photography Gallery&lt;/title&gt;<br />
&lt;!&#8211; The code below has been changed for you &#8211;&gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; title=&#8221;Custom Settings&#8221; href=&#8221;support-files/custom.css&#8221; &gt;<br />
&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; media=&#8221;screen&#8221; title=&#8221;Custom Settings&#8221; href=&#8221;support-files/master.css&#8221; &gt;<br />
&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
window.AgMode = &#8220;publish&#8221;;<br />
cellRolloverColor=&#8221;#A1A1A1&#8243;;<br />
cellColor=&#8221;#949494&#8243;;<br />
&lt;/script&gt;<br />
&lt;script type=&#8221;text/javascript&#8221; src=&#8221;support-files/live_update.js&#8221;&gt;<br />
&lt;/script&gt;<br />
&lt;!&#8211;[if lt IE 7.]&gt; &lt;script defer type=&#8221;text/javascript&#8221; src=&#8221;support-files/pngfix.js&#8221;&gt;&lt;/script&gt; &lt;![endif]&#8211;&gt;<br />
&lt;!&#8211;[if gt IE 6]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie7.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;<br />
&lt;!&#8211;[if lt IE 7.]&gt; &lt;link rel=&#8221;stylesheet&#8221; href=&#8221;support-files/ie6.css&#8221;&gt;&lt;/link&gt; &lt;![endif]&#8211;&gt;<br />
&lt;/head&gt;<br />
&lt;!&#8211; this is where your header section ends &#8211;&gt;<br />
&lt;body&gt;<br />
&lt;div id=&#8221;wrapper_thumb&#8221;&gt;<br />
&lt;div id=&#8221;sitetitle&#8221;&gt;<br />
&lt;!&#8211; Change &#8220;Photography&#8221; below to match your first keyword&#8211;&gt;<br />
&lt;h1 onclick=&#8221;clickTarget( this, &#8216;metadata.siteTitle.value&#8217; );&#8221; id=&#8221;metadata.siteTitle.value&#8221; class=&#8221;textColor&#8221;&gt;Site Title&lt;/h1&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;collectionHeader&#8221;&gt;<br />
&lt;!&#8211; Change &#8220;My Photographs&#8221;&#8211;&gt;<br />
&lt;h1 onclick=&#8221;clickTarget( this, &#8216;metadata.groupTitle.value&#8217; );&#8221; id=&#8221;metadata.groupTitle.value&#8221; class=&#8221;textColor&#8221;&gt;My Photographs&lt;/h1&gt;<br />
&lt;!&#8211; Change &#8220;Web Photo Gallery created by Buildasuccessfulwebsite.com&#8221;&#8211;&gt;<br />
&lt;p onclick=&#8221;clickTarget( this, &#8216;metadata.groupDescription.value&#8217; );&#8221; id=&#8221;metadata.groupDescription.value&#8221; class=&#8221;textColor&#8221;&gt;Web Photo Gallery created by Buildasuccessfulwebsite.com&lt;/p&gt;<br />
&lt;/div&gt;<br />
&lt;div id=&#8221;stage&#8221;&gt;<br />
&lt;div id=&#8221;index&#8221;&gt;<br />
&lt;!&#8211; 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 &#8216;compact-disc.html&#8217;&#8211;&gt;<br />
&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221;onclick=&#8221;window.location.href=&#8217;compact-disc.html&#8217;&#8221;&gt;<br />
&lt;!&#8211; The class &#8220;itemNumber&#8221; changes the large number on top of your image&#8211;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;1&lt;/div&gt;<br />
&lt;!&#8211;Again same link as before (you can copy and paste). Add a title if you would like&#8211;&gt;<br />
&lt;a title=&#8221;compact disc&#8221; href=&#8221;compact-disc.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;<br />
&lt;!&#8211; For landscape photos you will use this code: &lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt; if your photo is portrait you will have this: &lt;div style=&#8221;margin-left:31px; margin-top:15px;&#8221;&gt;. If you have a lot of portrait images you may want to increase the number of pixels slightly. &#8211;&gt;<br />
&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;</p>
<p>&lt;div class=&#8221;dropShadow&#8221;&gt;</p>
<p>&lt;div class=&#8221;inner&#8221;&gt;<br />
&lt;!&#8211; 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=&#8221;130&#8243; width=&#8221;87&#8243; and for landscape the height and width should be about: height=&#8221;87&#8243; width=&#8221;130&#8243; &#8211;&gt;<br />
&lt;img src=&#8221;image-files/compact-disc-thumb.jpg&#8221; id=&#8221;ID23A62AEC-2BA2-4FE3-8A58-2A1F90A16D14_thumb&#8221; alt=&#8221;compact disc&#8221; class=&#8221;thumb&#8221; height=&#8221;87&#8243; width=&#8221;130&#8243;/&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Do the same thing for your next photo. Do not foget any of the links &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;baby.html&#8217;&#8221;&gt;</p>
<p>&lt;div class=&#8221;itemNumber&#8221;&gt;2&lt;/div&gt;<br />
&lt;a title=&#8221;baby&#8221; href=&#8221;baby.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;<br />
&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change the image, the alt tag, and the width and height (if it is a portrait photo) &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/baby-thumb.jpg&#8221; id=&#8221;ID66F73CF7-53DA-4EA5-A114-4B1DD7BC9B35_thumb&#8221; alt=&#8221;baby&#8221; height=&#8221;87&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID46C15679-2928-43ED-8952-3718B29C1A37_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;movement.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;3&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;movement&#8221; href=&#8221;movement.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/movement-thumb.jpg&#8221; id=&#8221;ID46C15679-2928-43ED-8952-3718B29C1A37_thumb&#8221; alt=&#8221;movement&#8221; height=&#8221;87&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft borderRight&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;girl.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;4&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;girl&#8221; href=&#8221;girl.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:33px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/girl-thumb.jpg&#8221; id=&#8221;IDCF067BE9-376C-4C1A-B497-80A66C52689F_thumb&#8221; alt=&#8221;girl&#8221; height=&#8221;94&#8243; width=&#8221;129&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;<br />
&lt;div class=&#8221;clear&#8221;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;ball.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;5&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;ball&#8221; href=&#8221;ball.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/ball-thumb.jpg&#8221; id=&#8221;IDFB258F45-F244-46F9-950A-3B5B69A388A1_thumb&#8221; alt=&#8221;ball&#8221; height=&#8221;87&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221;/&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID0D17AE79-5375-4226-8159-E9042839C15F_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;geranium.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;6&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;geranium&#8221; href=&#8221;geranium.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/geranium-thumb.jpg&#8221; id=&#8221;ID0D17AE79-5375-4226-8159-E9042839C15F_thumb&#8221; alt=&#8221;geranium&#8221; height=&#8221;86&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;glass-house.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;7&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;glass house&#8221; href=&#8221;glass-house.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/glass-house-thumb.jpg&#8221; id=&#8221;IDD6C9D900-3B45-4ECF-A2F1-84A8916D432B_thumb&#8221; alt=&#8221;glass house&#8221; height=&#8221;86&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft borderRight&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;hibiscus.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;8&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;hibiscus&#8221; href=&#8221;hibiscus.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:30px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/hibiscus-thumb.jpg&#8221; id=&#8221;ID19F46BF5-0AEB-4119-932C-54BE48CB6843_thumb&#8221; alt=&#8221;hibiscus&#8221; height=&#8221;101&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;<br />
&lt;div class=&#8221;clear&#8221;&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft borderBottom&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;interlock.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;9&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;interlock&#8221; href=&#8221;interlock.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:31px; margin-top:15px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/interlock-thumb.jpg&#8221; id=&#8221;IDDAB52CF3-56BC-4C58-864C-B701C90C0F48_thumb&#8221; alt=&#8221;interlock&#8221; height=&#8221;130&#8243; width=&#8221;98&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft borderBottom&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;lilac.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;10&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a title=&#8221;lilac&#8221; title=&#8221;lilac&#8221; href=&#8221;lilac.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:15px; margin-top:37px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/lilac-thumb.jpg&#8221; id=&#8221;ID9E643A64-2D90-4811-9BAB-32EB01FDC02A_thumb&#8221; alt=&#8221;lilac&#8221; height=&#8221;87&#8243; width=&#8221;130&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;div class=&#8221;thumbnail borderTopLeft borderBottom&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;leaves.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;11&lt;/div&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;a href=&#8221;leaves.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;</p>
<p>&lt;!&#8211; Change code if necessary &#8211;&gt;</p>
<p>&lt;div style=&#8221;margin-left:37px; margin-top:15px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;</p>
<p>&lt;!&#8211; Change code &#8211;&gt;</p>
<p>&lt;img src=&#8221;image-files/leaves-thumb.jpg&#8221; id=&#8221;ID23CE4832-830E-4B5C-92DF-6CE8D1EDF9B0_thumb&#8221; alt=&#8221;leaves&#8221; height=&#8221;130&#8243; width=&#8221;87&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;<br />
&lt;div class=&#8221;thumbnail borderTopLeft borderRight borderBottom&#8221; onmouseover=&#8221;window.gridOn( this.parentNode, &#8216;ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb&#8217; );&#8221; onmouseout=&#8221;window.gridOff( this.parentNode );&#8221; onclick=&#8221;window.location.href=&#8217;hook.html&#8217;&#8221;&gt;<br />
&lt;div class=&#8221;itemNumber&#8221;&gt;12&lt;/div&gt;<br />
&lt;a title=&#8221;hook&#8221; href=&#8221;hook.html&#8221; onclick=&#8221;return needThumbImgLink;&#8221;&gt;<br />
&lt;div style=&#8221;margin-left:37px; margin-top:15px;&#8221;&gt;<br />
&lt;div class=&#8221;dropShadow&#8221;&gt;<br />
&lt;div class=&#8221;inner&#8221;&gt;<br />
&lt;img src=&#8221;image-files/hook-thumb.jpg&#8221; id=&#8221;ID1D5BBD45-7CA4-49B7-BB72-BF85722727C7_thumb&#8221; alt=&#8221;hook&#8221; height=&#8221;130&#8243; width=&#8221;87&#8243; class=&#8221;thumb&#8221; /&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/a&gt; &lt;/div&gt;<br />
&lt;div class=&#8221;clear&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&#8221;clear&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;div class=&#8221;pagination&#8221;&gt;<br />
&lt;ul&gt;<br />
&lt;li class=&#8221;current textColor&#8221;&gt;1&lt;/li&gt;</p>
<p>&lt;!&#8211; Place the link to your next gallery page here intead of # if you create more than one &#8211;&gt;</p>
<p>&lt;li class=&#8221;textColor&#8221;&gt; &lt;a href=&#8221;#&#8221;&gt;2&lt;/a&gt; &lt;/li&gt;<br />
&lt;li class=&#8221;previous textColor&#8221;&gt; Previous &lt;/li&gt;</p>
<p>&lt;!&#8211; Place the link to your next gallery page here if you create more than one &#8211;&gt;</p>
<p>&lt;li class=&#8221;next textColor&#8221;&gt; &lt;a class=&#8221;paginationLinks&#8221; href=&#8221;#&#8221;&gt;Next&lt;/a&gt; &lt;/li&gt;<br />
&lt;/ul&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211; This starts the contact area, so if you want to delete it start here&#8212;&gt;</p>
<p>&lt;div id=&#8221;contact&#8221;&gt;</p>
<p>&lt;!&#8211; Delete or place your email address here &#8211;&gt;</p>
<p>&lt;a href=&#8221;mailto:user@domain&#8221;&gt; &lt;span<br />
class=&#8221;textColor&#8221; id=&#8221;metadata.contactInfo.value&#8221;&gt;Contact Name&lt;/span&gt;<br />
&lt;/a&gt;<br />
&lt;/div&gt;</p>
<p>&lt;!&#8211; and end here &#8211;&gt;</p>
<p>&lt;div class=&#8221;clear&#8221;&gt;<br />
&lt;/div&gt;<br />
&lt;/div&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
</div>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi' rel='bookmark' title='Permanent Link: Adobe Lightroom Gallery Template Tutorial'>Adobe Lightroom Gallery Template Tutorial</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site' rel='bookmark' title='Permanent Link: How to Add an Image to Your Web Site'>How to Add an Image to Your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image' rel='bookmark' title='Permanent Link: How to Center an Image'>How to Center an Image</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Lightroom Gallery Template Tutorial</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi#comments</comments>
		<pubDate>Wed, 28 Apr 2010 00:33:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adobe Lightroom]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[adobe lightroom]]></category>
		<category><![CDATA[gallery template]]></category>
		<category><![CDATA[templates for sbi]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=329</guid>
		<description><![CDATA[Welcome to to the Adobe Lightroom HTML gallery template tutorial for SBI! users. If you are an SBI! owner, and want to spruce up your web site with a nice HTML gallery from Adobe, you will soon realize that it will not work. However, I will show you in this tutorial how to change that [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Welcome to to the Adobe Lightroom HTML gallery template tutorial for SBI! users. If you are an <a title="SBI!" href="http://case-studies.sitesell.com/Reuel1.html#PROS" target="_blank">SBI!</a> owner, and want to spruce up your web site with a nice HTML gallery from Adobe, you will soon realize that it will not work. However, I will show you in this tutorial how to change that by modifying the code to make it work.</p>
<p>Lets have a look at what your gallery will look like first before we get to work. It will be a bit of work to create, so you may as well know what you are getting yourself into!</p>
<p><a href="http://buildasuccessfulwebsite.com/adobe_gallery/" target="_blank">Adobe Lightroom HTML Gallery Template (without modifications)</a></p>
<h2>The Structure</h2>
<p>First things first. Before we start modifying the code, you need to understand how to set up your SBI files so that you can upload them to the SBI server.</p>
<p>1. Create a folder in your <strong>My Documents </strong>(for windows) folder, or elsewhere on your computer, and name it image-files.</p>
<p>2. Create a folder in your <strong>My Documents </strong>(for windows) folder, or elsewhere  on your computer, and name it support-files.</p>
<p>3. Size all your landscape photos so that they are 450 px by 327 px and all your portrait photos so that they are 338 px by 450 px (see examples below).</p>
<p><img class=" alignnone" title="drawing" src="http://buildasuccessfulwebsite.com/adobe_gallery/content/bin/images/large/girl.jpg" alt="" /></p>
<p><img class=" alignnone" title="flagstone" src="http://buildasuccessfulwebsite.com/adobe_gallery/content/bin/images/large/IMG_0014.jpg" alt="" /></p>
<p>4. Save these photos to your image-files folder with names that describe the photo. For example girl-pencil-drawing.jpg</p>
<p>5. Next we need the thumbnails saved into image-files folder. The landscape thumbnails need to be 130 px by 87 px, and the portrait ones need to be 87 px by 137 px.</p>
<div><img src="http://buildasuccessfulwebsite.com/adobe_gallery/content/bin/images/thumb/Recovered_Apr_10_2010_166.jpg" alt="" /></div>
<div>
<div>
<p><img src="http://buildasuccessfulwebsite.com/adobe_gallery/content/bin/images/thumb/Recovered_Apr_10_2010_034.jpg" alt="compact disc" /></p>
</div>
<p><img src="http://buildasuccessfulwebsite.com/adobe_gallery/content/bin/images/thumb/Recovered_Apr_10_2010_034.jpg" alt="compact disc" width="0" height="0" /></p>
</div>
<div>Once you are finished and have each image file both in a large (flower.jpg) and small format (flower-thumb.jpg) in your image-files folder, <a href="http://buildasuccessfulwebsite.com/adobe.zip">add these files to your folders</a>.</div>
<div>Now you are all ready to modify the HTML pages.</div>
<div>I will explain that in my <a title="adoble lightroom html gallery tutorial" href="http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-turtorial-part-2">next tutorial</a>&#8230;</div>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/adobe-lightroom-html-gallery-template-tutorial-for-sbi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Head Setup</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup#comments</comments>
		<pubDate>Sat, 06 Mar 2010 00:59:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Head Setup]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[html head]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=292</guid>
		<description><![CDATA[In this tutorial I will explain how to set up your HTML head section. To begin let&#8217;s look at some of the code we will use. The red section is the code I want to draw your attention to because it is the code that search engines will use to index your site. &#60;!DOCTYPE html [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/hello-world' rel='bookmark' title='Permanent Link: Plan for your Web Site'>Plan for your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this tutorial I will explain how to set up your HTML head section. To begin let&#8217;s look at some of the code we will use. The red section is the code I want to draw your attention to because it is the code that search engines will use to index your site.</p>
<p id="line1">&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt; &lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</p>
<p>&lt;head&gt;</p>
<p><span style="color: #ff0000;">&lt;title&gt;Pencil Drawings&lt;/title&gt; </span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=iso-8859-1&#8243; /&gt;</span> </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Description&#8221; content=&#8221;Realistic charcoal and pencil drawings by artist Reuel Feenstra. Pencil drawing galleries, drawing tutorials, tips, and techniques are available here.&#8221; /&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Keywords&#8221; content=&#8221;pencil drawings, drawings, pencil drawing galleries, drawing tutorials, tips, techniques&#8221;&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;Subject&#8221; content=&#8221;Pencil Drawings&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221; /&gt; </span></p>
<p><span style="color: #ff0000;">&lt;meta name=&#8221;ROBOTS&#8221; content=&#8221;INDEX,FOLLOW&#8221; /&gt; &lt;meta name=&#8221;revisit-after&#8221; content=&#8221;3 days&#8221; /&gt;</span></p>
<p>&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;http://yoursite/yourstylesheet.css&#8221; /&gt; &lt;/head&gt;</p>
<p id="line1">&lt;title&gt;Pencil Drawings&lt;/title&gt;</p>
<p>The first section is your title section. It is between the two tags &lt;title&gt; &lt;/title&gt;. This is the title of the page you are working on that will appear in a tab once your site is loaded by an internet browser. And, once your site is indexed, it will be used as the link for your page in a Google, Yahoo, or Bing search. The title you choose is very important. It must be researched because it must be able to bring traffic to your web site. I used <a title="Adwords" href="http://buildasuccessfulwebsite.com/planning/web_site_keyword_tools/keyword-tools-adwords" target="_blank">Google Adwords Keyword Research Tool</a> to look for a good keyword for this page. I ended up with HTML head as my major keyword. That is why I chose to name this page HTML Head Setup.</p>
<p id="line1">&lt;meta name=&#8221;Description&#8221; content=&#8221;Realistic charcoal and pencil drawings by artist Reuel Feenstra. Pencil drawing galleries, drawing tutorials, tips, and techniques are available here.&#8221; /&gt;</p>
<p>Your description has to fit with your title and your keywords. You will notice in the example the title is pencil drawings, and so the description also contains the words pencil drawings. Your description must contain your exact keyword at least once, and maybe even twice.</p>
<p id="line1">&lt;meta name=&#8221;Keywords&#8221; content=&#8221;pencil drawings, drawings, pencil drawing galleries, drawing tutorials, tips, techniques&#8221;&gt;</p>
<p>The HTML head section of your site MUST contain keywords. They are the words that are naturally sprinkled throughout the content of your web page. For example, if your keywords are pencil drawings, then you MUST use the words pencil drawings every once in awhile throughout the the page. Not graphite sketches, or something close to the keyword. The EXACT keyword or keywords must be used. In every paragraph, try to use the keyword(s) at least once.</p>
<p id="line1">&lt;meta name=&#8221;Subject&#8221; content=&#8221;Pencil Drawings&#8221; lang=&#8221;en&#8221; xml:lang=&#8221;en&#8221; /&gt;</p>
<p>Adding this tells search engines the subject of the page (kind of like your title) and the language of the page.</p>
<p id="line1">&lt;meta name=&#8221;ROBOTS&#8221; content=&#8221;index&#8221; /&gt; &lt;meta name=&#8221;revisit-after&#8221; content=&#8221;3 days&#8221; /&gt;</p>
<p>The last two tags tell the robots to index the page. This information you can also include in the <a title="sitemap XML" href="http://buildasuccessfulwebsite.com/category/develop/xml-sitemaps-develop" target="_blank">sitemap xml document</a> for your web site.  If you choose to not have your web page indexed, add &#8220;no follow&#8221; instead of &#8220;index&#8221;.</p>
<p>That`s all there is too it. Research your keywords and add them throughout your HTML head section. In time, your will find out that search engines are directing more and more visitors to your web site!</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/hello-world' rel='bookmark' title='Permanent Link: Plan for your Web Site'>Plan for your Web Site</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Tags Reference</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference#comments</comments>
		<pubDate>Fri, 19 Feb 2010 01:29:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags Reference]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=269</guid>
		<description><![CDATA[Here is a list I have put together of tags you will most likely use in your HTML web page. If you are new to hypertext markup language, bookmarking this page would be a good idea. Most commonly used HTML tags: &#60;!&#8211; &#8211;&#62; &#124; Comment in your HTML code. &#60;a&#62; &#124; Defines an anchor. You [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
<li><a href='http://buildasuccessfulwebsite.com/planning/html-editors/good-html-editors' rel='bookmark' title='Permanent Link: Good HTML Editors'>Good HTML Editors</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Here is a list I have put together of tags you will most likely use in your HTML web page. If you are new to hypertext markup language, bookmarking this page would be a good idea.</p>
<h2>Most commonly used HTML tags:</h2>
<ul>
<li><span style="color: #000080;">&lt;!&#8211; &#8211;&gt;</span> | Comment in your HTML code.</li>
<li><span style="color: #000080;">&lt;a&gt;</span> | Defines an anchor. You use this to create a hyperlink.</li>
<li><span style="color: #000080;">&lt;b&gt; &lt;/b&gt;</span> | Makes your text bold.</li>
<li><span style="color: #000080;">&lt;body&gt; &lt;/body&gt;</span> | Defines your document&#8217;s body section.</li>
<li><span style="color: #000080;">&lt;br /&gt;</span> | Creates a line break.</li>
<li>&lt;<span style="color: #000080;">br clear=&#8221;all&#8221; /</span>&gt; Creates a line break below all pictures and text above it.</li>
<li><span style="color: #000080;">&lt;br clear=&#8221;right&#8221;&gt; </span>| Clears only to the right.</li>
<li><span style="color: #000080;">&lt;br clear=&#8221;left&#8221;&gt; </span>| Clears only to the left.</li>
<li><span style="color: #000080;">&lt;div&gt; &lt;/div&gt;</span> | Creates a divider section.</li>
<li><span style="color: #000080;">&lt;em&gt; &lt;/em&gt;</span> | Makes your text italicized.</li>
<li><span style="color: #000080;">&lt;head&gt; &lt;/head&gt; </span>| Defines your document&#8217;s head section.</li>
<li><span style="color: #000080;">&lt;li&gt; &lt;/li&gt;</span> | List item.</li>
<li><span style="color: #000080;">&lt;p&gt; &lt;/p&gt;</span> |  Use these tags in the body of your HTML.</li>
<li><span style="color: #000080;">&lt;p&gt;&amp;nbsp;&lt;/p&gt;</span> | Creates a line break</li>
<li><span style="color: #000080;">&lt;strong&gt; &lt;/strong&gt;</span> | Makes your text bold (I would use this tag).</li>
<li><span style="color: #003366;">&lt;ul&gt; &lt;/ul&gt;</span> | Creates an unordered list.</li>
</ul>
<h2>Special tags:</h2>
<ul>
<li><span style="color: #ff9900;"><span style="color: #003366;">&lt;!&#8211;#include file=&#8221;place your link here&#8221; &#8211;&gt;</span> </span>| It creates a Server Side Include. The HTML it refers to is often a just a piece of a HTML document that was cut out. Every time you paste this code into your document the cut out HTML will appear on your page. This is handy for web site headers and footers. All you have to do every time you change your navigation bar is update the html contained in the Server Side Include. Some web servers need a .shtml extension. Others work with a .html extension. Still others need the entire file named &#8220;my-file.shtml&#8221; for the server side includes to work properly. Some web servers do not allow server side includes.</li>
<li>To be continued</li>
</ul>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags' rel='bookmark' title='Permanent Link: HTML Tags'>HTML Tags</a></li>
<li><a href='http://buildasuccessfulwebsite.com/planning/html-editors/good-html-editors' rel='bookmark' title='Permanent Link: Good HTML Editors'>Good HTML Editors</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Tags</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/html-tags</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/html-tags#comments</comments>
		<pubDate>Wed, 17 Feb 2010 00:59:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[HTML Tags]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[html tags]]></category>
		<category><![CDATA[html tutorial]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=231</guid>
		<description><![CDATA[Ready to tackle some HTML (Hypertext Markup Language)? Before you start, you may want to grab a coffee to keep you awake. This HTML tags tutorial will take you awhile to get through. There is a lot we have to cover. By the end of the tutorial should be able to write out your first [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Ready to tackle some HTML (Hypertext Markup Language)? Before you start, you may want to grab a coffee to keep you awake. This HTML tags tutorial will take you awhile to get through. There is a lot we have to cover. By the end of the tutorial should be able to write out your first HTML page, without a program!</p>
<p>Here we go.</p>
<h2>What are HTML Tags?</h2>
<p>HTML is composed of a series of HTML tags. These tags tell an internet browser how to display your web page. There are so many HTML tags you will have to learn, that by the end of this tutorial you may feel overwhelmed. That is why, if you need to get away for a bit, I have broken down this tutorial into manageable chunks. To each chunk I have given a heading.</p>
<p>Let me begin by showing you a very simple HTML tag that you will most likely use a lot. This tag is a divider tag &lt;div&gt;&lt;/div&gt;. Every HTML tag has a beginning and an end. The visible text or elements inside divider will be placed in between the two tags.</p>
<p>Some sources will tell you that a break tag &lt;br&gt; in your HTML does not need an end tag. The same goes for the paragraph tag &lt;p&gt;. Although it works to write &lt;br&gt; for every break, a better way to write it is &lt;br /&gt;. And although every time you write &lt;p&gt; a new paragraph will be displayed, a better way to write it is with a closing tag after the paragraph &lt;/p&gt;.</p>
<p>Example: &lt;p&gt; This is a proper way to write a HTML paragraph &lt;/p&gt;.</p>
<p>Get into the habit of always starting AND ending all your HTML tags.</p>
<p>HTML tags never to be written using uppercase letters. Again, it will work, however with XHTML it will not. Again, learn to do it the right way. If your start writing your tags like this &lt;DIV&gt; &gt; &lt;/DIV&gt; it will be hard to get rid of the habit later.</p>
<p>QUICK SUMMARY:</p>
<p>1. All HTML is written using HTML tags.<br />
2. Always end the tags you start.<br />
3. Always use lowercase letters.</p>
<h2>The 2 Major Sections to a Web Page.</h2>
<p>The 2 major parts or sections to a web page. There the head section and the body section. Their tags look like this: &lt;head&gt; &lt;/head&gt; and &lt;body&gt; &lt;/body&gt;.</p>
<h4>The Head Section</h4>
<p>The head section contains all the information and meta data a web browser will need in order to properly display the body section. This information is also used by search engine robots and spiders. Some information you will find there is your web page keywords, description,  title, and how may times a robot should visit.</p>
<p>The last part of the head section often provides hyperlink references to other pages it will need to display the page correctly. For example, perhaps you have a CSS (Cascading Style Sheet),  or some JS Javascript  used in a widget on your web site.</p>
<h4>The Body Section</h4>
<p>The body section contains the content of your web page. Within the content you will refer most often to the images you have stored on your web server and the cascading style sheet(s) you have made for your web site (you will learn how to create a cascading style sheet in another tutorial). You may also refer to other web pages and content stored on other web servers.</p>
<p>QUICK SUMMARY</p>
<p>1. There are two main sections to your web page, the head and body.<br />
2. The head section contains information and meta data for search engines and your web browser.<br />
3. The body section of your web page contains the content of your web page.</p>
<h4>HTML Elements</h4>
<p>On the very top of every HTML page you will see something like this:<br />
&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</p>
<p>Now what does that all mean? The following is a large quote from <a title="Wikipeida" href="http://en.wikipedia.org/wiki/HTML_element" target="_blank">Wikipedia</a>. I think it provides a more detailed answer than I can come up with. If you can not make heads or tails out of it, do not worry. It is not terribly important. However, for those of you who may find it interesting, and want to understand every HTML tag you are going to use, I included it as part of this HTML tutorial.</p>
<p>Beginning of quote &#8221;</p>
<h4>Element standards</h4>
<p>HTML elements are defined in a series of freely-available open standards issued since 1995, initially by the IETF and subsequently by the W3C.</p>
<p>Since the early 1990s, manufacturers of user agents (e.g. web browsers) have often developed their own elements, some of which have been adopted in later standards. Other user agents may not recognise non-standard elements, and they may be ignored or displayed improperly.</p>
<p>In 1998, XML (a simplified form of SGML) introduced mechanisms to allow anyone to develop their own elements and incorporate them in XHTML documents, for use with XML-aware user agents.[2]</p>
<p>Subsequently, HTML 4.01 was rewritten in an XML-compatible form, XHTML 1.0 (eXtensible HTML). The elements in each are identical, and in most cases valid XHTML 1.0 documents will be valid or nearly-valid HTML 4.01 documents. This article mainly focuses on real HTML, unless noted otherwise; however, it remains applicable to XHTML. (See HTML for a discussion of the minor differences between the two).</p>
<p>Since the first version of HTML, several elements have become outmoded, and are deprecated in later standards, or do not appear at all, in which case they are invalid (and will be found invalid, and perhaps not displayed, by validating user agents).[3]</p>
<p>At present, the status of elements is complicated by the existence of three types of HTML 4.01 / XHTML 1.0 DTD:</p>
<ul>
<li>Transitional, which contain deprecated elements, but which were intended to provide a transitional period during which authors could update their practices;</li>
<li>Frameset, which are versions of the Transitional DTDs which also allow authors to write frameset documents;</li>
<li>Strict, which is the up-to date (as at 1999) form of HTML.</li>
</ul>
<p>The first Standard (HTML 2.0) contained four deprecated elements, one of which was invalid in HTML 3.2. All four are invalid in HTML 4.01 Transitional, which also deprecated a further ten elements. All of these, plus two others, are invalid in HTML 4.01 Strict. While the frame elements are still current in the sense of being present in the Transitional and Frameset DTDs, there are no plans to preserve them in future standards, as their function has been largely replaced, and they are highly problematic for user accessibility.</p>
<p>(Strictly speaking, the most recent XHTML standard, XHTML 1.1 (2001), does not include frames at all; it is approximately equivalent to XHTML 1.0 Strict, but also includes the Ruby markup module.)[4]</p>
<p>A common source of confusion is the loose use of deprecated to refer to both deprecated and invalid status, and to elements which are expected to be formally deprecated in future.<br />
&#8221; end of quote.</p>
<h2>A Simple Web Page</h2>
<p>Let&#8217;s look at simple web page.</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br />
&lt;head&gt;<br />
&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt;<br />
&lt;/head&gt;</p>
<p>&lt;body&gt;</p>
<p>&lt;p&gt; This is my first paragraph &lt;/p&gt;<br />
&lt;/body&gt;<br />
&lt;/html&gt;</p>
<p>That is all there is to it. You have a web page. Copy and paste the code to your favorite HTML editor and preview it in an internet browser. If you open it with Dreamweaver CS4 it will look like this:</p>
<p><img src="http://www.buildasuccessfulwebsite.com/image-files/html-tags.jpg" alt="html tags" width="454" height="340" /></p>
<p>All you should see are what you placed in your body section: &lt;p&gt; This is my first paragraph&lt;/a&gt;.</p>
<p>Let me explain the code you just used. Before I do this I will show you how you can add comments to HTML without it actually appearing on a web page in a browser. No one will see them unless they view the source files.</p>
<p>To add a comment you have to add these two HTML tags:</p>
<p>&lt;!&#8211; here is a comment &#8211;&gt;</p>
<p>The words, &#8220;here is a comment&#8221; will not appear in your page. I am going to add comments to the HTML of your page so that you know what each part means.</p>
<p>Here the same page again, except this time there are comments included in the HTML script.</p>
<p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;</p>
<p>&lt;!&#8211; This tells an internet browser that the page it is an xhtml page and that it is written in HTML and that the script may contain some depreciated elements. &#8211;&gt;<br />
&lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;</p>
<p>&lt;!&#8211; This element describes schema (defines the structure of an XML document) from the http://www.w3.org/1999/xhtml namespace (do not worry if you do not understand what this means) &#8211;&gt;<br />
&lt;head&gt; &lt;!&#8211; your opening  head tag &#8211;&gt;</p>
<p>&lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=utf-8&#8243; /&gt; &lt;!&#8211; tells a internet browser that your document contains HTML and text &#8211;&gt;<br />
&lt;title&gt;Untitled Document&lt;/title&gt; &lt;!&#8211; your title &#8211;&gt;<br />
&lt;/head&gt;&lt;!&#8211; your head closing tag &#8211;&gt;</p>
<p>&lt;body&gt; &lt;!&#8211; the beginning of the body section of your HTML page &#8211;&gt;</p>
<p>&lt;p&gt; This is my first paragraph &lt;/p&gt; &lt;!&#8211; your paragraph&#8211;&gt;<br />
&lt;/body&gt;&lt;!&#8211; body closing tag &#8211;&gt;<br />
&lt;/html&gt;&lt;!&#8211; html closing tag &#8211;&gt;</p>
<p>And that is all. Now you know how to create a HTML page.</p>
<p>It may be time for you to grab another coffee or quit for the day. You choose.  Keep following our site updates. My next tutorial will teach you how to include some more HTML tags to your page to make it look slightly more interesting!</p>
<p>QUICK SUMMARY</p>
<p>1. You should know how to create a simple HTML page.<br />
2. You should know the most important parts of every HTML page and what they mean.<br />
3. You should know how to add comments to your HTML.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/html-tags/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to Center an Image</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adding a Image]]></category>
		<category><![CDATA[centering an image]]></category>
		<category><![CDATA[how to center an image]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=69</guid>
		<description><![CDATA[Now that you know how to add a image to your web site, let me show you how to center the image. There are two ways in which you may do this. The first way is to open a new &#60;div align=&#8221;center&#8221;&#62; tag Then add the following code: &#60;img src=&#8221;http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg&#8221; alt=&#8221;pencil drawings&#8221; width=&#8221;108&#8243; height=&#8221;108&#8243; /&#62; [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site' rel='bookmark' title='Permanent Link: How to Add an Image to Your Web Site'>How to Add an Image to Your Web Site</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Now that you know how to add a image to your web site, let me show you how to center the image. There are two ways in which you may do this.</p>
<p>The first way is to open a new &lt;div align=&#8221;center&#8221;&gt; tag</p>
<p>Then add the following code:</p>
<p>&lt;img src=&#8221;http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg&#8221; alt=&#8221;pencil drawings&#8221; width=&#8221;108&#8243; height=&#8221;108&#8243; /&gt;</p>
<p>and close the &lt;div align=&#8221;center&#8221;&gt; tag with this &lt;&#8217;/div&gt;.</p>
<p>Now your code will look like this:</p>
<p>&lt;div align=&#8221;center&#8221;&gt;</p>
<p>&lt;img src=&#8221;http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg&#8221; alt=&#8221;pencil drawings&#8221; width=&#8221;108&#8243; height=&#8221;108&#8243; /&gt;</p>
<p>&lt;/div&gt;</p>
<p>That&#8217;s all! Your image should look like this:</p>
<p style="text-align: center;"><img src="http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg" alt="pencil drawings" width="108" height="108" /></p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site' rel='bookmark' title='Permanent Link: How to Add an Image to Your Web Site'>How to Add an Image to Your Web Site</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Add an Image to Your Web Site</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site#comments</comments>
		<pubDate>Sat, 06 Feb 2010 21:13:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adding a Image]]></category>
		<category><![CDATA[HTML Tutorials]]></category>
		<category><![CDATA[adding a image]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=61</guid>
		<description><![CDATA[Learn how to add an image to your web site. The code may look confusing at first, but it is not too hard to figure out. Here is a sample: &#60;img src=&#8221;http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg&#8221; alt=&#8221;pencil drawings&#8221; width=&#8221;108&#8243; height=&#8221;108&#8243; /&#62; Okay so the first part tells the browser that it is an image (img) and where to find [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Learn how to add an image to your web site. The code may look confusing at first, but it is not too hard to figure out. Here is a sample:</p>
<p>&lt;img src=&#8221;http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg&#8221; alt=&#8221;pencil drawings&#8221; width=&#8221;108&#8243; height=&#8221;108&#8243; /&gt;</p>
<p>Okay so the first part tells the browser that it is an image (img) and where to find it (src). Then the source is surrounded by quotation marks. In this case the source of the image I choose for this tutorial was taken from 2bdrawing.com. If you copy this: http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg and paste  into your web site browser you will open the file as well.</p>
<p>The alt tag (alt=&#8221;pencil drawings&#8221;) is again surrounded by quotation marks. Adding the tag helps search engines find your pictures and place them on their image searches. The more you add the better. Images are a great way direct traffic to your web site.</p>
<p>It is also a good practice to add the width and height of the image you add to your web site. In order to know how big your image is, right click on it and select Properties. There is should tell you the number of pixels. If the number is bigger than 1000, use a image editor to downsize the picture. Large pictures take forever to load.</p>
<p>That is it!  Here is the image:<br />
<img src="http://www.2bdrawing.com/image-files/audi-r8-thumb.jpg" alt="pencil drawings" width="108" height="108" /></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/html_tutorials/how-to-a-add-a-image-to-your-web-site/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
