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

<channel>
	<title>Build A Successful Web Site &#187; Adding a Image</title>
	<atom:link href="http://buildasuccessfulwebsite.com/category/html_tutorials/adding_a_image/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>How to Center an Image</title>
		<link>http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image</link>
		<comments>http://buildasuccessfulwebsite.com/html_tutorials/adding_a_image/how-to-center-an-image#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:14:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Adding a Image]]></category>
		<category><![CDATA[centering an image]]></category>
		<category><![CDATA[how to center an image]]></category>

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


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


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

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


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


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