<?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</title>
	<atom:link href="http://buildasuccessfulwebsite.com/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>Free Brainstorming Web Applications</title>
		<link>http://buildasuccessfulwebsite.com/planning/free-brainstorming-web-applications</link>
		<comments>http://buildasuccessfulwebsite.com/planning/free-brainstorming-web-applications#comments</comments>
		<pubDate>Mon, 28 Jun 2010 02:23:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Planning]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[brainstorming]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=380</guid>
		<description><![CDATA[Bubbl.us is a simple and free web application that lets you brainstorm online. Why use bubbl.us? Because you can: Create colorful mind maps online Share and work with friends Embed your mind map in your blog or website Email and print your mind map Save your mind map as an image And it&#8217;s FREE! Examples [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/open-source-content-management-systems' rel='bookmark' title='Permanent Link: Open Source Content Management Systems'>Open Source Content Management Systems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a title="bubbl.us" href="http://bubbl.us/" target="_blank"><img src="http://ahi2000.com/studyzone/webtools/images/bubblus.gif" border="0" alt="bubbl.us" width="291" height="50" /></a></p>
<p><a title="Brainstorming web applications" href="https://bubbl.us/" target="_blank">Bubbl.us</a> is a simple and free web application that lets you  brainstorm online.</p>
<div id="description">
<h5>Why use bubbl.us?</h5>
<p>Because you can:</p>
<ul>
<li>Create colorful mind maps online</li>
<li>Share and work with friends</li>
<li>Embed your mind map in your blog or website</li>
<li>Email and print your mind map</li>
<li>Save your mind map as an image</li>
</ul>
<p>And it&#8217;s FREE!</p>
<h5>Examples</h5>
<p><a href="http://bubbl.us/view.php?sid=7988&amp;pw=ya71XC6HwyNHkMSRmVHlVLlVMcmR2TQ" target="example">Features</a> | <a href="http://bubbl.us/view.php?sid=7990&amp;pw=ya71XC6HwyNHkMSRXYzRDWS9jUldxLg" target="example">Team</a> | <a href="http://bubbl.us/view.php?sid=7991&amp;pw=ya71XC6HwyNHkMSQ4WE01Lmwvd0Q0UQ" target="example">Future</a></p>
<p>Check out our <a href="http://blog.bubbl.us/" target="blog">blog</a> for news and updates.</p>
<div id="betabutton"><a href="https://bubbl.us/beta" target="_blank"><img src="http://bubbl.us/images/index/betabutton.gif" border="0" alt="" width="168" height="35" /></a></div>
<div><a title="imaginationcubed" href="http://www.imaginationcubed.com/" target="_blank"><img src="http://residentialrotools.com/images/ge_imagination.gif" border="0" alt="GE imagination at work" width="222" height="121" /></a></div>
<div><a title="imagination cubed" href="http://www.imaginationcubed.com/" target="_blank">Imagination Cubed</a> is a very simple to use brainstorming tool.</div>
<div><img src="http://www.mindmeister.com/stylesheets/skins/default/images/logo_anon.png?1277052075" alt="http://www.mindmeister.com/stylesheets/skins/default/images/logo_anon.png?1277052075" /></div>
<div><a title="Mindmeister" href="http://www.mindmeister.com/" target="_blank">Mindmeister</a></div>
<div>Online Mind Mapping: <em>MindMeister</em> &#8211; free web-based collaborative  mind mapping tool for brainstorming and project management.</div>
</div>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/planning/open-source-content-management-systems' rel='bookmark' title='Permanent Link: Open Source Content Management Systems'>Open Source Content Management Systems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/planning/free-brainstorming-web-applications/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open Source Content Management Systems</title>
		<link>http://buildasuccessfulwebsite.com/planning/open-source-content-management-systems</link>
		<comments>http://buildasuccessfulwebsite.com/planning/open-source-content-management-systems#comments</comments>
		<pubDate>Sun, 27 Jun 2010 23:45:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Planning]]></category>
		<category><![CDATA[Content Management Systems]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=373</guid>
		<description><![CDATA[Here is a list of some popular open source content management systems (CMS). BLOGS: Short description: A blog script featuring multiple blogs, categories/sub-categories, skins, search function, multiple languages, search engines friendly URLs. Homepage: http://b2evolution.net/ b2evolution support forum (We are not associated with the support forum) Short description: A powerful blog script featuring multiple blogs, multiple [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is a list of some popular open source content management systems (CMS).</p>
<h2>BLOGS:</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/b2evolution_logo.png"><img class="alignnone size-medium wp-image-388" title="b2evolution_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/b2evolution_logo-300x64.png" alt="b2evolution" width="300" height="64" /></a></p>
<p><strong>Short description:</strong> A blog script featuring multiple blogs, categories/sub-categories,  skins, search function, multiple languages, search engines friendly  URLs.<br />
<strong>Homepage: </strong><a href="http://b2evolution.net/" target="_blank">http://b2evolution.net/</a></p>
<p><a href="http://forums.b2evolution.net/index.php" target="_blank"><strong>b2evolution   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/nucleus_logo.gif"><img class="alignnone size-full wp-image-389" title="nucleus_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/nucleus_logo.gif" alt="nucleus logo" width="247" height="92" /></a></p>
<p><strong>Short description:</strong> A powerful blog script featuring multiple blogs, multiple authors,  drafts and future posts, bookmarklets.<br />
<strong>Homepage: </strong><a href="http://nucleuscms.org/" target="_blank">http://nucleuscms.org/</a></p>
<p><a href="http://forum.nucleuscms.org/" target="_blank"><strong>Nucleus  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/wordpress-logo.jpg"><img class="alignnone size-full wp-image-390" title="wordpress-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/wordpress-logo.jpg" alt="wordpress logo" width="278" height="117" /></a></p>
<p><strong>Short description:</strong> WordPress is a blogging software with a focus on ease of use, elegance,  performance, and standards with a huge selection of themes and plugins.<br />
<strong>Homepage: </strong><a href="http://wordpress.org/" target="_blank">http://wordpress.org/</a></p>
<p><a href="http://wordpress.org/support/" target="_blank"><strong>WordPress  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Classifieds:</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/noahs-classifieds.gif"><img class="size-medium wp-image-391 alignnone" title="noah's-classifieds" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/noahs-classifieds-300x28.gif" alt="noah's-classifieds" width="300" height="28" /></a></p>
<p><strong>Short description:</strong> A classifieds system featuring categories and subcategories in unlimited  depth, image upload for categories and classifieds, variable fields per  categories, customizable email notifications, locking categories,  classifieds approval, auto-thumbnail generation, classifieds management  by user, send classified to a friend.<br />
<strong>Homepage: </strong><a href="http://www.noahsclassifieds.org/" target="_blank">http://www.noahsclassifieds.org/</a></p>
<p><a href="http://forum.noahsclassifieds.org/" target="_blank"><strong>Noahs  Classifieds  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Content Managment</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/drupal_logo.jpg"><img class="alignnone size-full wp-image-392" title="drupal_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/drupal_logo.jpg" alt="drupal logo" width="226" height="87" /></a></p>
<p><strong>Short description:</strong> An advanced portal with collaborative book, search engines friendly  URLs, online help, roles, full content search, site watching, threaded  comments, version control, blogging, news aggregator.<br />
<strong>Homepage: </strong><a href="http://drupal.org/" target="_blank">http://drupal.org/</a></p>
<p><a href="http://drupal.org/forum/" target="_blank"><strong>Drupal  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-geeklog.jpeg"><img class="alignnone size-full wp-image-393" title="logo-geeklog" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-geeklog.jpeg" alt="geeklog logo" width="150" height="58" /></a></p>
<p><strong>Short description:</strong> A portal system with a wide range of modules.<br />
<strong>Homepage: </strong><a href="http://www.geeklog.net/" target="_blank">http://www.geeklog.net/</a></p>
<p><a href="http://www.geeklog.net/forum/index.php" target="_blank"><strong>Geeklog   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/joomla_logo.png"><img class="alignnone size-medium wp-image-394" title="joomla_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/joomla_logo-300x76.png" alt="joomla logo" width="300" height="76" /></a></p>
<p><strong>Short description:</strong> Joomla! is one of the most powerful Open Source Content Management  Systems on the planet. It is used all over the world for everything from  simple websites to complex corporate applications. Joomla! is easy to  install, simple to manage, and reliable.<br />
<strong>Homepage: </strong><a href="http://www.joomla.org/" target="_blank">http://www.joomla.org/</a></p>
<p><a href="http://forum.joomla.org/" target="_blank"><strong>Joomla 1.5  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/mambo_logo.gif"><img class="alignnone size-full wp-image-395" title="mambo_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/mambo_logo.gif" alt="mambo logo" width="179" height="90" /></a></p>
<p><strong>Short description:</strong> A professional level yet easy to use Content Management System featuring  inline WYSIWYG content editors, newsfeeds, syndicated news, banners,  mailing users, links manager, statistics, content archiving, date based  content, 20 languages, modules and components.<br />
<strong>Homepage: </strong><a href="http://www.mambo-foundation.org/" target="_blank">http://www.mambo-foundation.org/</a></p>
<p><a href="http://forum.mamboserver.com/" target="_blank"><strong>Mambo  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/phpnuke_logo.gif"><img class="alignnone size-medium wp-image-396" title="phpnuke_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/phpnuke_logo-300x62.gif" alt="phpnuke logo" width="300" height="62" /></a></p>
<p><strong>Short description:</strong> One of the most popular community-based portals with a big choice of  modules and languages.<br />
<strong>Homepage: </strong><a href="http://www.phpnuke.org/" target="_blank">http://www.phpnuke.org/</a></p>
<p><a href="http://www.phpnuke.org/modules.php?name=Community" target="_blank"><strong>PHP-Nuke   support forum</strong></a><br />
(We are not associated with the support forum)<br />
<a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-phpwcms.png"><img class="alignnone size-full wp-image-397" title="logo-phpwcms" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-phpwcms.png" alt="phpwcms logo" width="175" height="35" /></a></p>
<p><strong>Short description:</strong> phpWCMS is a robust and simple but yet powerful web based content  management system running under PHP and MySQL. phpwcms is in use on  thousands of websites all over the world.<br />
<strong>Homepage: </strong><a href="http://www.phpwcms.de/" target="_blank">http://www.phpwcms.de/</a></p>
<p><a href="http://www.phpwcms.de/forum/" target="_blank"><strong>phpWCMS  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-phpwebsite.gif"><img class="alignnone size-full wp-image-398" title="logo-phpwebsite" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo-phpwebsite.gif" alt="php website logo" width="262" height="80" /></a></p>
<p><strong>Short description:</strong> Very powerful Content Management System with document manager,  announcements, menu manager, photo album, block maker, FAQ, web pages  maker, polls, information categorizer, calendar, link manager, form  generator.<br />
<strong>Homepage: </strong><a href="http://phpwebsite.appstate.edu/" target="_blank">http://phpwebsite.appstate.edu/</a></p>
<p><a href="http://www.sourceforge.net/forum/?group_id=15539" target="_blank"><strong>phpWebSite   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/siteframe_logo.png"><img class="alignnone size-full wp-image-399" title="siteframe_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/siteframe_logo.png" alt="siteframe logo" width="160" height="110" /></a></p>
<p><strong>Short description:</strong> A straightforward content-management system designed for rapid  deployment of community-based websites. Nice-looking templates, oriented  toward document-sharing, clean interface.<br />
<strong>Homepage: </strong><a href="http://siteframe.org/" target="_blank">http://siteframe.org/</a></p>
<p><a href="http://siteframe.org/folder.php?id=15" target="_blank"><strong>Siteframe   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/Typo3_logo.png"><img class="alignnone size-medium wp-image-400" title="Typo3_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/Typo3_logo-300x82.png" alt="typo3 logo" width="300" height="82" /></a></p>
<p><strong>Short description:</strong> TYPO3 is a free Open Source content management system for enterprise  purposes on the web and in intranets. It offers full flexibility and  extendability while featuring an accomplished set of ready-made  interfaces, functions and modules.<br />
<strong>Homepage: </strong><a href="http://www.typo3.com/" target="_blank">http://www.typo3.com/</a></p>
<p><a href="http://www.typo3.org/community/" target="_blank"><strong>TYPO3  support  forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/xoops-logo.jpg"><img class="alignnone size-full wp-image-401" title="xoops-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/xoops-logo.jpg" alt="xoops logo" width="260" height="117" /></a></p>
<p><strong>Short description:</strong> A very popular advanced portal system.<br />
<strong>Homepage: </strong><a href="http://www.xoops.org/" target="_blank">http://www.xoops.org/</a></p>
<p><a href="http://www.xoops.org/modules/newbb/" target="_blank"><strong>Xoops   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/zikula-logo.png"><img class="alignnone size-full wp-image-402" title="zikula-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/zikula-logo.png" alt="zikula logo" width="253" height="73" /></a><br />
<strong>Short description:</strong> Zikula is a Web Application Toolkit, which allows you to run impressive  websites and build powerful online applications. Zikula has received  praise for many things, but we believe the highlights are ease of use,  quick and easy development, security and performance and lastly  flexibility.<br />
<strong>Homepage: </strong><a href="http://zikula.org/" target="_blank">http://zikula.org/</a></p>
<p><a href="http://zikula.org/" target="_blank"><strong>Zikula  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Customer Relationships:</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/craftysytnax_logo.gif"><img class="alignnone size-full wp-image-403" title="craftysytnax_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/craftysytnax_logo.gif" alt="craftysyntax logo" width="275" height="146" /></a></p>
<p><strong>Short description:</strong> A Live Help chat system featuring monitor your visitors, proactively  open a chat session, multiple chat sessions, referrer tracking, page  view tracking, multiple operators, canned responses/images/URLs,  multiple departments each with different icons, leave a message.<br />
<strong>Homepage: </strong><a href="http://www.craftysyntax.com/" target="_blank">http://www.craftysyntax.com/</a></p>
<p><a href="http://www.craftysyntax.com/bb/" target="_blank"><strong>Crafty Syntax  Live Help  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/helpcenterlive_logo.gif"><img class="alignnone size-full wp-image-404" title="helpcenterlive_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/helpcenterlive_logo.gif" alt="helcenterlive logo" width="174" height="47" /></a></p>
<p><strong>Short description:</strong> Very powerful all-in-one help center including Live Help, Support  Tickets and FAQ. Features include unlimited operators/departments,  monitor visitors, initiate chat, collect visitor&#8217;s information, track  visitor&#8217;s footprint, auto save chat transcripts, canned messages, leave a  message, auto-assign tickets to operators, unlimited FAQ topics.<br />
<strong>Homepage: </strong><a href="http://www.helpcenterlive.com/" target="_blank">http://www.helpcenterlive.com/</a></p>
<p><a href="http://www.helpcenterlive.com/forum/" target="_blank"><strong>Help  Center Live  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/osticket_logo.jpg"><img class="alignnone size-full wp-image-405" title="osticket_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/osticket_logo.jpg" alt="osticket logo" width="230" height="92" /></a></p>
<p><strong>Short description:</strong> osTicket is a widely-used open source support ticket system. It  seamlessly integrates inquiries created via email, phone and web-based  forms into a simple easy-to-use multi-user web interface. Manage,  organize and archive all your support requests and responses in one  place while providing your customers with accountability and  responsiveness they deserve.<br />
<strong>Homepage: </strong><a href="http://osticket.com/" target="_blank">http://osticket.com/</a></p>
<p><a href="http://osticket.com/forums/" target="_blank"><strong>osTicket  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/php-support-tickets-logo.gif"><img class="alignnone size-full wp-image-406" title="php-support-tickets-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/php-support-tickets-logo.gif" alt="php support tickets" width="140" height="48" /></a></p>
<p><strong>Short description:</strong> A simple, one-admin Support Tickets system featuring self-registering,  emailing to admin, attachments.<br />
<strong>Homepage: </strong><a href="http://www.phpsupporttickets.com/" target="_blank">http://www.phpsupporttickets.com/</a></p>
<p><a href="http://www.phpsupporttickets.com/" target="_blank"><strong>PHP Support  Tickets  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/supportlogic-logo.gif"><img class="alignnone size-full wp-image-407" title="supportlogic-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/supportlogic-logo.gif" alt="support logic logo" width="250" height="46" /></a></p>
<p><strong>Short description:</strong> A Support Tickets system featuring multiple email addresses,  admin/staff/user panels, canned responses, HTML tags support, email  limit on a per user/day basis, attachments.<br />
<strong>Homepage: </strong><a href="http://www.support-logic.com/index.php" target="_blank">http://www.support-logic.com/index.php</a></p>
<p><a href="http://www.support-logic.com/modules.php?name=Forums" target="_blank"><strong>Support Logic Helpdesk  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Discussion Boards:</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo_phpbb.gif"><img class="alignnone size-full wp-image-409" title="logo_phpbb" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/logo_phpbb.gif" alt="phpbb logo" width="200" height="91" /></a></p>
<p><strong>Short description:</strong> A widely-popular open-source bulletin-board package, works well, simple  user interface and admin panel, clean look, scales well, and can be  customized.<br />
<strong>Homepage: </strong><a href="http://www.phpbb.com/" target="_blank">http://www.phpbb.com/</a></p>
<p><a href="http://www.phpbb.com/" target="_blank"><strong>phpBB  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/Simplemachines-logo.png"><img class="alignnone size-full wp-image-410" title="Simplemachines-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/Simplemachines-logo.png" alt="simple machines forum logo" width="254" height="59" /></a></p>
<p><strong>Short description:</strong> Elegant. Effective. Powerful. Free. SMF is all of the above. SMF is a  next-generation community software package and is jam-packed with  features, while at the same time having a minimal impact on resources.<br />
<strong>Homepage: </strong><a href="http://www.simplemachines.org/" target="_blank">http://www.simplemachines.org/</a></p>
<p><a href="http://www.simplemachines.org/community/index.php" target="_blank"><strong>SMF   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>E-commerce</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/cubecart-logo.gif"><img class="alignnone size-full wp-image-411" title="cubecart-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/cubecart-logo.gif" alt="cube cart logo" width="300" height="129" /></a></p>
<p><strong>Short description:</strong> An easy to use yet powerful shopping cart featuring unlimited categories  and products, multiple payment gateways, downloadable products. The  design is very easy to modify.<br />
<strong>Homepage: </strong><a href="http://www.cubecart.com/" target="_blank">http://www.cubecart.com/</a></p>
<p><a href="http://www.cubecart.com/site/forums/" target="_blank"><strong>CubeCart   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/osc_logo.gif"><img class="alignnone size-full wp-image-408" title="osc_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/osc_logo.gif" alt="os commerce logo" width="240" height="80" /></a></p>
<p><strong>Short description:</strong> A power-user shopping cart with a big variety of modules and support of  almost every payment gateway. A big developers community is ready to  offer custom solutions depending on your needs.<br />
<strong>Homepage: </strong><a href="http://oscommerce.com/" target="_blank">http://oscommerce.com/</a></p>
<p><a href="http://forums.oscommerce.com/" target="_blank"><strong>OS Commerce  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/zen-cart-logo.jpg"><img class="alignnone size-medium wp-image-412" title="zen-cart-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/zen-cart-logo-300x76.jpg" alt="zen cart logo" width="300" height="76" /></a></p>
<p><strong>Short description:</strong> Zen Cart truly is the art of e-commerce; a free, user-friendly, open  source shopping cart system. The software is being developed by group of  like-minded shop owners, programmers, designers, and consultants that  think e-commerce could be and should be done differently.<br />
<strong>Homepage: </strong><a href="http://www.zen-cart.com/" target="_blank">http://www.zen-cart.com/</a></p>
<p><a href="http://www.zen-cart.com/modules/ipb/" target="_blank"><strong>Zen Cart   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Gallaries</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/4images_logo.gif"><img class="alignnone size-full wp-image-413" title="4images_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/4images_logo.gif" alt="4 images logo" width="198" height="52" /></a></p>
<p><strong>Short description:</strong> An Image Gallery system featuring unlimited categories/subcategories,  web-based and FTP images upload, auto-thumbnails, comments, send a  picture, rate a picture, random pictures, extensive administration  panel.<br />
<strong>Homepage: </strong><a href="http://www.4homepages.de/" target="_blank">http://www.4homepages.de/</a></p>
<p><a href="http://www.4homepages.de/forum/" target="_blank"><strong>4Images  Gallery  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/coppermine_logo.jpg"><img class="alignnone size-full wp-image-414" title="coppermine_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/coppermine_logo.jpg" alt="coppermine logo" width="300" height="75" /></a></p>
<p><strong>Short description:</strong> An Image Gallery system featuring categories and albums, thumbnails and  intermediate size pics, search feature, new and random pictures, user  management (private galleries, groups), user comments, e-cards feature,  slideshow viewer.<br />
<strong>Homepage: </strong><a href="http://coppermine.sourceforge.net/" target="_blank">http://coppermine.sourceforge.net/</a></p>
<p><a href="http://coppermine.sourceforge.net/board/" target="_blank"><strong>Coppermine  Photo Gallery  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/menalto-gallery-logo.png"><img class="alignnone size-medium wp-image-415" title="menalto-gallery-logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/menalto-gallery-logo-300x119.png" alt="gallery logo" width="300" height="119" /></a></p>
<p><strong>Short description:</strong> An Image Gallery system featuring albums within albums, thumbnailing  specific picture area, captions, rotate, reorder pictures, album-based  attributes, album mirroring.<br />
<strong>Homepage: </strong><a href="http://gallery.menalto.com/" target="_blank">http://gallery.menalto.com/</a></p>
<p><a href="http://gallery.menalto.com/forum" target="_blank"><strong>Gallery   support forum</strong></a><br />
(We are not associated with the support forum)</p>
<h2>Site Builders:</h2>
<p><a href="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/soholaunch_logo.gif"><img class="alignnone size-full wp-image-416" title="soholaunch_logo" src="http://buildasuccessfulwebsite.com/wp-content/uploads/2010/06/soholaunch_logo.gif" alt="soholaunch logo" width="239" height="61" /></a></p>
<p><strong>Short description:</strong> From basic, informational websites to robust e-business applications,  this script vastly simplifies the creation and management of  cutting-edge internet solutions. It installs at the end-users web site  and empowers novices and seasoned developers alike with a streamlined  development and management process unmatched by any other software  product.<br />
<strong>Homepage: </strong><a href="http://www.soholaunch.com/" target="_blank">http://www.soholaunch.com/</a></p>
<p><a href="http://info.soholaunch.com/index.php?pr=Support" target="_blank"><strong>Soholaunch  Pro Edition  support forum</strong></a><br />
(We are not associated with the support forum)</p>
<p><strong>Short description:</strong> Use Templates Express to install static templates to your website. You  will need to use FTP and edit the html files, replacing the default text  with your own text. Standard information like title, name, address and  similar will be collected during installation and placed into the  installed template in the appropriate locations.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/planning/open-source-content-management-systems/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sample Slide Show for SBI!</title>
		<link>http://buildasuccessfulwebsite.com/templates-4-sbi/sample-slide-show-for-sbi</link>
		<comments>http://buildasuccessfulwebsite.com/templates-4-sbi/sample-slide-show-for-sbi#comments</comments>
		<pubDate>Tue, 04 May 2010 01:41:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Slideshows]]></category>
		<category><![CDATA[Templates4SBI]]></category>
		<category><![CDATA[Site Build It! template]]></category>
		<category><![CDATA[slideshow]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=349</guid>
		<description><![CDATA[SBI! users will have a hard time making a slide show for their web site if they do not use some Java Script. So, I have modified some code so that you can add one to your SBI! web site easily. View:  Sample slide show for SBI! Download: Sample slide show for SBI! CC : [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>SBI! users will have a hard time making a slide show for their web site if they do not use some Java Script. So, I have modified some code so that you can add one to your SBI! web site easily.</p>
<p>View:  <a title="slide show for SBI!" href="http://buildasuccessfulwebsite.com/templates4sbi/slide_show" target="_blank">Sample slide show for SBI!</a></p>
<p>Download: <a href="http://buildasuccessfulwebsite.com/templates4sbi/downloads/slideshow.zip">Sample slide show for SBI!</a></p>
<p>CC : <a type="icon_link" name="fb_share" href="http://www.facebook.com/sharer.php"><img src="http://i.creativecommons.org/l/by/3.0/us/80x15.png" alt="Creative  Commons License" /><br />
</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/templates-4-sbi/sample-slide-show-for-sbi/feed</wfw:commentRss>
		<slash:comments>1</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>CSS Templates for SBI!</title>
		<link>http://buildasuccessfulwebsite.com/templates-4-sbi/css-templates-for-sbi</link>
		<comments>http://buildasuccessfulwebsite.com/templates-4-sbi/css-templates-for-sbi#comments</comments>
		<pubDate>Wed, 28 Apr 2010 00:24:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Templates4SBI]]></category>
		<category><![CDATA[new addition]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=324</guid>
		<description><![CDATA[There are new CSS templates for SBI! available. You can use them on any web site. They are brought to you through a Creative Common License which allows you to use and modify them as long as you provide a link back to us. The free CSS templates are made especially for SBI! users. Most [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>There are new <a title="templates4sbi" href="http://buildasuccessfulwebsite.com/templates4sbi/" target="_blank">CSS templates</a> for SBI! available. You can use them on any web site. They are brought to you through a Creative Common License which allows you to use and modify them as long as you provide a link back to us.</p>
<p>The free CSS templates are made especially for SBI! users. Most excellent web site templates can not be used by SBI! owners because the structure of the links and pages are different.</p>
<p>Now you can download or choose from (at least 6 so far) templates that will work on your web site, even if you are an SBI! member.</p>
<p>Go to the newest addition to Buildasuccessfulwebsite.com:</p>
<p><a title="templates4sbi" href="http://buildasuccessfulwebsite.com/templates4sbi/" target="_blank">TEMPLATES4SBI</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/templates-4-sbi/css-templates-for-sbi/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS &#8211; Create Custom Headers</title>
		<link>http://buildasuccessfulwebsite.com/css-tutorials/css-create-custom-headers</link>
		<comments>http://buildasuccessfulwebsite.com/css-tutorials/css-create-custom-headers#comments</comments>
		<pubDate>Mon, 05 Apr 2010 20:37:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[custom headers]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=315</guid>
		<description><![CDATA[It is a great idea to use custom headers within your HTML document. It is important to put your web page keywords in a header for better search engine optimization. Changing the way your header looks is easy with CSS (cascading style sheets). Heading one tags are considered to be the most important tags by [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/css-tutorials/css-head-section' rel='bookmark' title='Permanent Link: CSS Head Section'>CSS Head Section</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>It is a great idea to use custom headers within your HTML document. It is important to put your web page keywords in a header for better search engine optimization. Changing the way your header looks is easy with CSS (cascading style sheets). Heading one tags are considered to be the most important tags by the search engines. Heading 2 tags are less important and Heading 3 tags are usually headings withing a Heading 1 or Heading 2 tag.</p>
<p>Let&#8217;s say your web page is about hotels in Ontario, and you decide to make that your heading.</p>
<p>The HTML for that would be:</p>
<p>&lt;h1&gt; Hotels in Ontario &lt;/h1&gt;</p>
<p>To change the appearance of Heading 1, Heading 2 and Heading 3 tags, create a rule for them in your css page or within your HTML document.</p>
<p>If you do not have an CSS file, you can add this somewhere  between the head tags in your HTML page (top section).</p>
<p>&lt;style&gt;</p>
<p>H1 {<br />
font-size: 20px;<br />
color: #2a2a2a;<br />
margin-top:-10px;  /* this takes away some of the space that browsers will give to a h1 tag */<br />
margin-bottom:-15px;<br />
width: 240px; /* this is the width of the image */<br />
height: 10px; /* this is the height of the image */<br />
background: url( include the url of your image, for example, http://www.mysite.com/images/my_image.gif between these brackets) no-repeat;</p>
<p>}<br />
&lt;/style&gt;</p>
<p>If you have created a CSS file add this rule to the file by copying and pasting the following code:</p>
<p>H1 {<br />
font-size: 20px;<br />
color: #2a2a2a;  /* this is the font colour  */<br />
margin-top:-10px;  /* this takes away some of the space that browsers will give to a h1 tag */<br />
margin-bottom:-15px;<br />
width: 240px; /* this is the width of the image */<br />
height: 10px; /* this is the height of the image */<br />
background: url( include the url of your image, for example, http://www.mysite.com/images/my_image.gif between these brackets) no-repeat;</p>
<p>You can customize your header further by creating a cool background in Photoshop CS4, or another graphics editing program. Add a gradient to the image and make your headings stand out.  Save it as a gif file, upload it to your server, refer to it, and you are finished!</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/css-tutorials/css-head-section' rel='bookmark' title='Permanent Link: CSS Head Section'>CSS Head Section</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/css-tutorials/css-create-custom-headers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Head Section</title>
		<link>http://buildasuccessfulwebsite.com/css-tutorials/css-head-section</link>
		<comments>http://buildasuccessfulwebsite.com/css-tutorials/css-head-section#comments</comments>
		<pubDate>Sun, 04 Apr 2010 01:08:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[head section]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=307</guid>
		<description><![CDATA[In this CSS tutorial I will teach you some simple cascading style sheet codes that you can use in your HTML documents to spice them up a little. By the end of this tutorial, your web page will no longer be simply black and white. The first thing you need to do is create a [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/css-tutorials/what-is-css' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup' rel='bookmark' title='Permanent Link: HTML Head Setup'>HTML Head Setup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>In this CSS tutorial I will teach you some simple cascading style sheet codes that you can use in your HTML documents to spice them up a little. By the end of this tutorial, your web page will no longer be simply black and white.</p>
<p>The first thing you need to do is create a CSS page and refer to it in your HTML page. This information is found in my <a title="What is CSS?" href="http://buildasuccessfulwebsite.com/css-tutorials/what-is-css" target="_blank"><strong>What is CSS?</strong></a> (link opens in a new window) post.</p>
<p>Open the CSS document/script in your favourite HTML editor.</p>
<p>Then add this code to the page:</p>
<p>body {</p>
<p>margin: 0;</p>
<p>padding: 0;</p>
<p>line-height: 1.5em;</p>
<p>font-family: Arial, Helvetica, sans-serif;</p>
<p>font-size: 12px;</p>
<p>color: #ffffff;</p>
<p>background: #2a2a2a;</p>
<p>}</p>
<p>If you are working in DreamWeaver, save the CSS file onto your server. Or, if you do own DreamWeaver, save your HTML document, open your favourite FTP client and upload your file there. If you do not know what I am talking about look read my <strong>tutorial on FTP clients</strong>.</p>
<p>Now, what you need to do is view the HTML page that refers the CSS file that you saved on your server. For example if the HTML file you saved to your server is called index.html (your homepage) then make sure the page refers to your CSS file. For example,  the code could be &lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=<a href="http://www.yoursite.com/your_css_page.css">http://www.yoursite.com/your_css_page.css</a> /&gt;</p>
<p>If it your HTML page links properly to your CSS page, then the body of your page should look different.</p>
<p>Let me explain what you have done.</p>
<p>You have told an internet browser how to display the content between the two body HTML tags (&lt;head&gt; and &lt;/head&gt;) on your web page.  Now it knows that the margins are 0 pixels and that there is no padding.  You can play with this by changing the value to 10 or 20 pixels. See what happens when you save it to your server.</p>
<p>The font for the document is Arial, Helvetica, sans-serif, and the font size is 12 pixels. This is the default font size of your page. The colour of your font is white and your background is charcoal black.</p>
<p>Every colour is a combination of numbers, letters, or numbers and letters.  So if you change the colour #2a2a2a to #2f2f2f the colour will be come closer to black (much darker).</p>
<p>White is #ffffff and black is #000000. Sometimes you will see black written as #000 and white as #fff. I would write them with all six numbers or letters. It only takes slightly longer.</p>
<p>Never forget the number symbol or #. Otherwise, your colour will not appear.  Do not forget these two { } symbols either.</p>
<p>ORGANIZING YOUR CSS PAGE</p>
<p>One way in which to organize your CSS is to write multiple pages. Another way to keep it neat and tidy is to add comments that help you remember what codes you have written for what pages or sections within your HTML pages.  For example the comment /* header section*/ may help you quickly find the code for your header section.</p>
<p>The better you become at writing CSS, the more complicated your page will become. So, keeping your code neat and tidy is important.</p>
<p>I need a break from writing.  Another day I will continue explaining some other CSS codes which you can use and what they will do to your HTML page.  Maybe you would like to use tables to spruce up your page, or maybe you would like to learn how to place a nice coloured border around your image. Or perhaps want to spruce up your header section, or change the colour of your links.</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/css-tutorials/what-is-css' rel='bookmark' title='Permanent Link: What is CSS?'>What is CSS?</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
<li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-head-setup' rel='bookmark' title='Permanent Link: HTML Head Setup'>HTML Head Setup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/css-tutorials/css-head-section/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is CSS?</title>
		<link>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css</link>
		<comments>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css#comments</comments>
		<pubDate>Wed, 10 Mar 2010 02:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CSS Tutorials]]></category>
		<category><![CDATA[css tutorial]]></category>
		<category><![CDATA[what is css]]></category>

		<guid isPermaLink="false">http://buildasuccessfulwebsite.com/?p=302</guid>
		<description><![CDATA[So what is CSS anyways? CSS stands for Cascading Style Sheets. These style sheets are used to control how your web site&#8217;s text, borders, headers, links, background, and other HTML elements look. You can add CSS within the HTML of your page, or save it as a separate css documet. I would keep it out [...]


Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>So what is CSS anyways? CSS stands for Cascading Style Sheets. These style sheets are used to control how your web site&#8217;s text, borders, headers, links, background, and other HTML elements look.</p>
<p>You can add CSS within the HTML of your page, or save it as a separate css documet. I would keep it out of your HTML document, simply because it will make working with your codes that much more confusing.</p>
<p>To refer to a CSS file on your web server is very easy.  Place this code just before your &lt;/head&gt; tag.</p>
<p id="line1"><span style="color: #888888;"><span style="color: #ff6600;">&lt;link rel=&#8221;stylesheet&#8221; type=&#8221;text/css&#8221; href=&#8221;<strong>AND PLACE THE HTML LINK HERE EXAMPLE: http://www.mywebsite.com/stylesheet.css</strong>&#8221; /&gt;</span></span></p>
<p>Remember to save your file onto your server FIRST. Otherwise your HTML document will look very funny.</p>


<p>Related posts:<ol><li><a href='http://buildasuccessfulwebsite.com/html_tutorials/html-tags-reference/html-tags-reference' rel='bookmark' title='Permanent Link: HTML Tags Reference'>HTML Tags Reference</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://buildasuccessfulwebsite.com/css-tutorials/what-is-css/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
