<?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>HTML&#187; html</title>
	<atom:link href="http://htmlindex.net/tag/html/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:47:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>How do I create an html &#8220;post&#8221; response form that doesn&#8217;t rely on outlook to send?</title>
		<link>http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send</link>
		<comments>http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send#comments</comments>
		<pubDate>Sat, 11 Feb 2012 16:00:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To Create A Html]]></category>
		<category><![CDATA[Abba]]></category>
		<category><![CDATA[Content View]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[doesnt]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Form Mail]]></category>
		<category><![CDATA[Guess]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Post]]></category>
		<category><![CDATA[Love]]></category>
		<category><![CDATA[Mail Transfer Protocol]]></category>
		<category><![CDATA[Mailto Form]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[post]]></category>
		<category><![CDATA[Pro Co]]></category>
		<category><![CDATA[rely]]></category>
		<category><![CDATA[Response]]></category>
		<category><![CDATA[Response Form]]></category>
		<category><![CDATA[Script Language]]></category>
		<category><![CDATA[Scripts]]></category>
		<category><![CDATA[send]]></category>
		<category><![CDATA[Send Email]]></category>
		<category><![CDATA[Server Side Script]]></category>
		<category><![CDATA[Simple Mail Transfer Protocol]]></category>
		<category><![CDATA[Tele]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send</guid>
		<description><![CDATA[Question by agape abba: How do I create an html &#8220;post&#8221; response form that doesn&#8217;t rely on outlook to send? I created a method=&#8221;post&#8221; form, but it tries to send using outlook. Not everyone has that so I&#8217;d love to find a way for it to send to my email from the server side, i &#8230; <a href="http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhow-to-create-a-html%252Fhow-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fyptrjx%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20do%20I%20create%20an%20html%20%5C%22post%5C%22%20response%20form%20that%20doesn%27t%20rely%20on%20outlook%20to%20send%3F%22%20%7D);"></div>
<p><strong><i>Question by agape abba</i>: How do I create an html &#8220;post&#8221; response form that doesn&#8217;t rely on outlook to send?</strong><br />
I created a  method=&#8221;post&#8221; form, but it tries to send using outlook. Not everyone has that so I&#8217;d love to find a way for it to send to my email from the server side, i guess is how to say it. Any ideas?</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Ron</i><br/>Use a server-side script language if your web site allows it. Otherwise, you will have to use a client-side dependent &#8220;mailto:&#8221; action to get the form info sent to you.</p>
<p>Just use any of the below sites to make the workable form you need:</p>
<p>For making forms:</p>
<p>These are really good online form makers. Just follow the instructions for making it and uploading file(s).</p>
<p>http://www.phpform.org/ (Best-est)</p>
<p>http://www.tele-pro.co.uk/scripts/contact_form/</p>
<p>http://jotform.com/ (WYSIWYG Form Maker)</p>
<p>http://www.thesitewizard.com/</p>
<p>http://www.thepcmanwebsite.com/form_mail.s<a href="http://htmlindex.net" target=_self>html</a></p>
<p>http://emailmeform.com/</p>
<p>http://www.freecontactform.com/</p>
<p>http://www.reconn.us/content/view/12/34/ (Download &#8211; Contact Us Script) </p>
<p>http://formsmarts.com/</p>
<p>Your current hosting package must allow SMTP ( http://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol ) to work. Otherwise, no email can be sent.</p>
<p>Ron</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhow-to-create-a-html%2Fhow-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send';
  addthis_title  = 'How+do+I+create+an+html+%26%238220%3Bpost%26%238221%3B+response+form+that+doesn%26%238217%3Bt+rely+on+outlook+to+send%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Abba' rel='tag' target='_blank'>Abba</a>, <a class='technorati-link' href='http://technorati.com/tag/Content+View' rel='tag' target='_blank'>Content View</a>, <a class='technorati-link' href='http://technorati.com/tag/create' rel='tag' target='_blank'>create</a>, <a class='technorati-link' href='http://technorati.com/tag/doesnt' rel='tag' target='_blank'>doesnt</a>, <a class='technorati-link' href='http://technorati.com/tag/form' rel='tag' target='_blank'>form</a>, <a class='technorati-link' href='http://technorati.com/tag/Form+Mail' rel='tag' target='_blank'>Form Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Guess' rel='tag' target='_blank'>Guess</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Post' rel='tag' target='_blank'>Html Post</a>, <a class='technorati-link' href='http://technorati.com/tag/Love' rel='tag' target='_blank'>Love</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail+Transfer+Protocol' rel='tag' target='_blank'>Mail Transfer Protocol</a>, <a class='technorati-link' href='http://technorati.com/tag/Mailto+Form' rel='tag' target='_blank'>Mailto Form</a>, <a class='technorati-link' href='http://technorati.com/tag/Outlook' rel='tag' target='_blank'>Outlook</a>, <a class='technorati-link' href='http://technorati.com/tag/post' rel='tag' target='_blank'>post</a>, <a class='technorati-link' href='http://technorati.com/tag/Pro+Co' rel='tag' target='_blank'>Pro Co</a>, <a class='technorati-link' href='http://technorati.com/tag/rely' rel='tag' target='_blank'>rely</a>, <a class='technorati-link' href='http://technorati.com/tag/Response' rel='tag' target='_blank'>Response</a>, <a class='technorati-link' href='http://technorati.com/tag/Response+Form' rel='tag' target='_blank'>Response Form</a>, <a class='technorati-link' href='http://technorati.com/tag/Script+Language' rel='tag' target='_blank'>Script Language</a>, <a class='technorati-link' href='http://technorati.com/tag/Scripts' rel='tag' target='_blank'>Scripts</a>, <a class='technorati-link' href='http://technorati.com/tag/send' rel='tag' target='_blank'>send</a>, <a class='technorati-link' href='http://technorati.com/tag/Send+Email' rel='tag' target='_blank'>Send Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Server+Side+Script' rel='tag' target='_blank'>Server Side Script</a>, <a class='technorati-link' href='http://technorati.com/tag/Simple+Mail+Transfer+Protocol' rel='tag' target='_blank'>Simple Mail Transfer Protocol</a>, <a class='technorati-link' href='http://technorati.com/tag/Tele' rel='tag' target='_blank'>Tele</a>, <a class='technorati-link' href='http://technorati.com/tag/Wikipedia' rel='tag' target='_blank'>Wikipedia</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/how-to-create-a-html/how-do-i-create-an-html-post-response-form-that-doesnt-rely-on-outlook-to-send/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How To Upload Picture To Your Static HTML iframe Application On Facebook Fan Page</title>
		<link>http://htmlindex.net/html-image-location/how-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page</link>
		<comments>http://htmlindex.net/html-image-location/how-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page#comments</comments>
		<pubDate>Fri, 10 Feb 2012 04:00:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Image Location]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Fan Page]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Application]]></category>
		<category><![CDATA[Html Iframe]]></category>
		<category><![CDATA[Iframe]]></category>
		<category><![CDATA[page]]></category>
		<category><![CDATA[picture]]></category>
		<category><![CDATA[Static]]></category>
		<category><![CDATA[Static Html]]></category>
		<category><![CDATA[Upload]]></category>
		<category><![CDATA[Upload Picture]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-image-location/how-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page</guid>
		<description><![CDATA[abydesigns.com In this video I will show you how to upload picture to your static html iframe application on facebook fan page. addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-image-location%2Fhow-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page'; addthis_title = 'How+To+Upload+Picture+To+Your+Static+HTML+iframe+Application+On+Facebook+Fan+Page'; addthis_pub = ''; Technorati Tags: application, Facebook, Fan Page, html, Html Application, Html Iframe, Iframe, page, picture, Static, Static Html, Upload, Upload Picture]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-image-location%252Fhow-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fyw3GFX%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20To%20Upload%20Picture%20To%20Your%20Static%20HTML%20iframe%20Application%20On%20Facebook%20Fan%20Page%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/3QfUx5MaGGA?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/3QfUx5MaGGA?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>abydesigns.com In this video I will show you how to upload picture to your static <a href="http://htmlindex.net" target=_self>html</a> iframe application on facebook fan page.</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-image-location%2Fhow-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page';
  addthis_title  = 'How+To+Upload+Picture+To+Your+Static+HTML+iframe+Application+On+Facebook+Fan+Page';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-image-location/how-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/application' rel='tag' target='_blank'>application</a>, <a class='technorati-link' href='http://technorati.com/tag/Facebook' rel='tag' target='_blank'>Facebook</a>, <a class='technorati-link' href='http://technorati.com/tag/Fan+Page' rel='tag' target='_blank'>Fan Page</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Application' rel='tag' target='_blank'>Html Application</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Iframe' rel='tag' target='_blank'>Html Iframe</a>, <a class='technorati-link' href='http://technorati.com/tag/Iframe' rel='tag' target='_blank'>Iframe</a>, <a class='technorati-link' href='http://technorati.com/tag/page' rel='tag' target='_blank'>page</a>, <a class='technorati-link' href='http://technorati.com/tag/picture' rel='tag' target='_blank'>picture</a>, <a class='technorati-link' href='http://technorati.com/tag/Static' rel='tag' target='_blank'>Static</a>, <a class='technorati-link' href='http://technorati.com/tag/Static+Html' rel='tag' target='_blank'>Static Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Upload' rel='tag' target='_blank'>Upload</a>, <a class='technorati-link' href='http://technorati.com/tag/Upload+Picture' rel='tag' target='_blank'>Upload Picture</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-image-location/how-to-upload-picture-to-your-static-html-iframe-application-on-facebook-fan-page/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>HTML HELP&#8230;&#8230;.PLACING AN IMAGE LINK IN A WEBPAGE.?</title>
		<link>http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage</link>
		<comments>http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage#comments</comments>
		<pubDate>Thu, 09 Feb 2012 14:44:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Email Tutorial]]></category>
		<category><![CDATA[HELP.......PLACING]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Image]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[Image Code]]></category>
		<category><![CDATA[Image Link]]></category>
		<category><![CDATA[link]]></category>
		<category><![CDATA[Ryan Place]]></category>
		<category><![CDATA[webpage]]></category>
		<category><![CDATA[Webpage Help]]></category>
		<category><![CDATA[Webpage Question]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage</guid>
		<description><![CDATA[Question by : html HELP&#8230;&#8230;.PLACING AN IMAGE LINK IN A WEBPAGE.? I WANT THIS IMAGE LINK IN THE UPPER MIDDLE OF MY WEBPAGE&#8230;.WHERE DO I PLACE IT?&#8230;. Best answer: Answer by Ryan (Place the image code here at the beginning of the < body > code.) What do you think? Answer below! addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-email-tutorial%2Fhtml-help-placing-an-image-link-in-a-webpage'; &#8230; <a href="http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-email-tutorial%252Fhtml-help-placing-an-image-link-in-a-webpage%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HTML%20HELP.......PLACING%20AN%20IMAGE%20LINK%20IN%20A%20WEBPAGE.%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: <a href="http://htmlindex.net" target=_self>html</a> HELP&#8230;&#8230;.PLACING AN IMAGE LINK IN A WEBPAGE.?</strong><br />
I WANT THIS IMAGE LINK IN THE UPPER MIDDLE OF MY WEBPAGE&#8230;.WHERE DO I PLACE IT?&#8230;.</p>
<p><img src="http://i25.tinypic.com/309omll.gif" alt="Sami Site CSB Support &#038; Trellix Tutorials" title="email us" /></p>
<p><html><br />
<head><br />
<center></p>
<p><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><br />
<!-- ImageReady Slices (contact.gif) --></p>
<table id="Table_01" width="1045" height="1206" border="0" cellpadding="0" cellspacing="0">
<tr>
<td colspan="9">
<img src="images/3_01.gif" width="1045" height="213" alt="3 01 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
</tr>
<tr>
<td rowspan="2">
<img src="images/3_02.gif" width="57" height="993" alt="3 02 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<p><img src="images/contact_03.gif" width="154" height="56" border="0" alt="contact 03 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td rowspan="2">
<img src="images/3_04.gif" width="2" height="993" alt="3 04 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<p><img src="images/contact_05.gif" width="178" height="56" border="0" alt="contact 05 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td rowspan="2">
<img src="images/3_06.gif" width="219" height="993" alt="3 06 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<p><img src="images/contact_07.gif" width="161" height="56" border="0" alt="contact 07 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td rowspan="2">
<img src="images/3_08.gif" width="10" height="993" alt="3 08 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<p><img src="images/contact_09.gif" width="212" height="56" border="0" alt="contact 09 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td rowspan="2">
<img src="images/3_10.gif" width="52" height="993" alt="3 10 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
</tr>
<tr>
<td>
<img src="images/3_11.gif" width="154" height="937" alt="3 11 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<img src="images/3_12.gif" width="178" height="937" alt="3 12 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<img src="images/3_13.gif" width="161" height="937" alt="3 13 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
<td>
<img src="images/3_14.gif" width="212" height="937" alt="3 14 HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?"  title="HTML HELP.......PLACING AN IMAGE LINK IN A WEBPAGE.?" /></td>
</tr>
</table>
<p><!-- End ImageReady Slices --><br />
</body><br />
<center/></p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Ryan</i><br/></head><br />
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"></p>
<p>(Place the image code here at the beginning of the < body > code.)</p>
<p><!-- ImageReady Slices (contact.gif) --></p>
<p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-email-tutorial%2Fhtml-help-placing-an-image-link-in-a-webpage';
  addthis_title  = 'HTML+HELP%26%238230%3B%26%238230%3B.PLACING+AN+IMAGE+LINK+IN+A+WEBPAGE.%3F';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/HELP.......PLACING' rel='tag' target='_blank'>HELP.......PLACING</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Image' rel='tag' target='_blank'>Html Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Image' rel='tag' target='_blank'>Image</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Code' rel='tag' target='_blank'>Image Code</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Link' rel='tag' target='_blank'>Image Link</a>, <a class='technorati-link' href='http://technorati.com/tag/link' rel='tag' target='_blank'>link</a>, <a class='technorati-link' href='http://technorati.com/tag/Ryan+Place' rel='tag' target='_blank'>Ryan Place</a>, <a class='technorati-link' href='http://technorati.com/tag/webpage' rel='tag' target='_blank'>webpage</a>, <a class='technorati-link' href='http://technorati.com/tag/Webpage+Help' rel='tag' target='_blank'>Webpage Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Webpage+Question' rel='tag' target='_blank'>Webpage Question</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-email-tutorial/html-help-placing-an-image-link-in-a-webpage/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Best HTML Editor &#8211; XSitePro</title>
		<link>http://htmlindex.net/easy-html/best-html-editor-xsitepro</link>
		<comments>http://htmlindex.net/easy-html/best-html-editor-xsitepro#comments</comments>
		<pubDate>Wed, 08 Feb 2012 18:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Easy Html]]></category>
		<category><![CDATA[best]]></category>
		<category><![CDATA[Brilliant Script]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Editor]]></category>
		<category><![CDATA[Html Forms]]></category>
		<category><![CDATA[Minute Demo]]></category>
		<category><![CDATA[Php Forms]]></category>
		<category><![CDATA[XSitePro]]></category>

		<guid isPermaLink="false">http://htmlindex.net/easy-html/best-html-editor-xsitepro</guid>
		<description><![CDATA[www.XSiteProWebsiteDesignBuilder.com Best HTML Editor &#8211; See how easy it is to create a website using XSitePro &#8211; Watch the 4 minute demo now! Video Rating: 4 / 5 A review of the brilliant script called Machform where you can make stunning html/PHP forms with ease. In my opinion this is a highly recommended product. henco-julfo.com &#8230; <a href="http://htmlindex.net/easy-html/best-html-editor-xsitepro">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Feasy-html%252Fbest-html-editor-xsitepro%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Best%20HTML%20Editor%20-%20XSitePro%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/whmZjHm0KhM?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/whmZjHm0KhM?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>www.XSiteProWebsiteDesignBuilder.com Best HTML Editor &#8211; See how easy it is to create a website using XSitePro &#8211; Watch the 4 minute demo now!<br />
<strong>Video Rating: 4 / 5</strong></p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/aDFFWtoiJhk?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/aDFFWtoiJhk?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/aDFFWtoiJhk/default.jpg title="Best HTML Editor   XSitePro" alt="default Best HTML Editor   XSitePro" /></div>
<p>A review of the brilliant script called Machform where you can make stunning <a href="http://htmlindex.net" target=_self>html</a>/PHP forms with ease. In my opinion this is a highly recommended product. henco-julfo.com Julfo | www.julfotech.com | support@julfotech.com |</p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Feasy-html%2Fbest-html-editor-xsitepro';
  addthis_title  = 'Best+HTML+Editor+%26%238211%3B+XSitePro';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/easy-html/best-html-editor-xsitepro"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/best' rel='tag' target='_blank'>best</a>, <a class='technorati-link' href='http://technorati.com/tag/Brilliant+Script' rel='tag' target='_blank'>Brilliant Script</a>, <a class='technorati-link' href='http://technorati.com/tag/editor' rel='tag' target='_blank'>editor</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Editor' rel='tag' target='_blank'>Html Editor</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Forms' rel='tag' target='_blank'>Html Forms</a>, <a class='technorati-link' href='http://technorati.com/tag/Minute+Demo' rel='tag' target='_blank'>Minute Demo</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Forms' rel='tag' target='_blank'>Php Forms</a>, <a class='technorati-link' href='http://technorati.com/tag/XSitePro' rel='tag' target='_blank'>XSitePro</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/easy-html/best-html-editor-xsitepro/feed</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>The Html Example Book</title>
		<link>http://htmlindex.net/html-examples/the-html-example-book</link>
		<comments>http://htmlindex.net/html-examples/the-html-example-book#comments</comments>
		<pubDate>Tue, 07 Feb 2012 12:45:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Examples]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Example Book]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-examples/the-html-example-book</guid>
		<description><![CDATA[Find More Html Examples Products addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-examples%2Fthe-html-example-book'; addthis_title = 'The+Html+Example+Book'; addthis_pub = ''; Technorati Tags: Book, Example, Example Book, html, Html Examples]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-examples%252Fthe-html-example-book%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22The%20Html%20Example%20Book%22%20%7D);"></div>
<h3><a href="http://htmlindex.net/go/The_Html_Example_Book/996/1" rel="nofollow">The Html Example Book</a></h3>
<a href="http://htmlindex.net/go/link/996/2" rel="nofollow"><img style="float:left;margin: 0 20px 10px 0;" src="http://ecx.images-amazon.com/images/I/51ACK32F3ZL._SL160_.jpg" title="The Html Example Book" alt="51ACK32F3ZL. SL160  The Html Example Book" /></a>

"The HTML Example Book" uses actual working code with over 50 examples. These examples show screen captures from Netscape and then provide the reader with HTML code that generated the screens along with insightful annotations about the code and how the code works. A disk with examples is included.

<p>
<div style="float:right;"><a href="http://htmlindex.net/go/link/996/3" rel="nofollow"><img src="http://htmlindex.net/wp-content/plugins/WPRobot3/images/buynow-big.gif" title="The Html Example Book" alt="buynow big The Html Example Book" /></a></div>

List Price: $ 34.95

<strong>Price: $ 61.22</strong>
</p>
<iframe style="margin-top: 10px;" src="http://www.amazon.com/reviews/iframe?akid=AKIAJADIVB4TCJYAY27A&alinkCode=xm2&asin=1556225660&atag=ringtones4cel-20&exp=2012-02-12T22%3A21%3A26Z&summary=0&truncate=5000&v=2&sig=X1AGgXvWkRAEaEJdhWVXIenZnGRInT3Q6LNs%2FcEevls%3D" width="100%" height="450px"><p>Your browser does not support iframes.</p></iframe><br />
<h3><a href="http://htmlindex.net/go/HTML_Example_Book/996/4" rel="nofollow">HTML Example Book</a></h3>
<a href="http://htmlindex.net/go/link/996/5" rel="nofollow"><img style="float:left;margin: 0 20px 10px 0;" src="http://ecx.images-amazon.com/images/I/21XhNAAoxUL._SL160_.jpg" title="The Html Example Book" alt="21XhNAAoxUL. SL160  The Html Example Book" /></a>

The author break down the Instructions for creating lists tables,forms and cascading  style sheets also are provided enabling you to expand the capabilities of your HTML files.Examples of real -life government nd corporate Wev pages and the code used to construct them demonstrate what you can do with HTMl

<p>
<div style="float:right;"><a href="http://htmlindex.net/go/link/996/6" rel="nofollow"><img src="http://htmlindex.net/wp-content/plugins/WPRobot3/images/buynow-big.gif" title="The Html Example Book" alt="buynow big The Html Example Book" /></a></div>

<strong>Price: $ 40.70</strong>
</p>
<iframe style="margin-top: 10px;" src="http://www.amazon.com/reviews/iframe?akid=AKIAJADIVB4TCJYAY27A&alinkCode=xm2&asin=817029939X&atag=ringtones4cel-20&exp=2012-02-12T22%3A21%3A26Z&summary=0&truncate=5000&v=2&sig=%2FVSNjOAVKWmQJ3tVT6si60KpRs1OP7Xk9kL897EhBow%3D" width="100%" height="450px"><p>Your browser does not support iframes.</p></iframe>
<p>Find More <a target="_blank" href="http://htmlindex.net/category/html-examples">Html Examples Products</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-examples%2Fthe-html-example-book';
  addthis_title  = 'The+Html+Example+Book';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-examples/the-html-example-book"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Book' rel='tag' target='_blank'>Book</a>, <a class='technorati-link' href='http://technorati.com/tag/Example' rel='tag' target='_blank'>Example</a>, <a class='technorati-link' href='http://technorati.com/tag/Example+Book' rel='tag' target='_blank'>Example Book</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Examples' rel='tag' target='_blank'>Html Examples</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-examples/the-html-example-book/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JTB FlexReport LT 1.0 &#8211; HTML report for license usage of FlexNet/FLEXlm</title>
		<link>http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm</link>
		<comments>http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm#comments</comments>
		<pubDate>Tue, 07 Feb 2012 03:10:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Freeware]]></category>
		<category><![CDATA[Comcast]]></category>
		<category><![CDATA[Current]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Flexlm]]></category>
		<category><![CDATA[FlexNet/FLEXlm]]></category>
		<category><![CDATA[FlexReport]]></category>
		<category><![CDATA[Freeware Product]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Reports]]></category>
		<category><![CDATA[Jtb]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[License Servers]]></category>
		<category><![CDATA[Lt 1]]></category>
		<category><![CDATA[report]]></category>
		<category><![CDATA[usage]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm</guid>
		<description><![CDATA[www.jtbworld.com JTB FlexReport LT is a freeware product from JTB World to create html reports on current usage of FlexNet / FLEXlm licenses. With the FlexNet license finder it is easy to locate license servers in the network. Thank you for watching another one of my video make sure you check out all my links! &#8230; <a href="http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-freeware%252Fjtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22JTB%20FlexReport%20LT%201.0%20-%20HTML%20report%20for%20license%20usage%20of%20FlexNet%2FFLEXlm%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/tfOlqqJjVqc?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/tfOlqqJjVqc?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>www.jtbworld.com JTB FlexReport LT is a freeware product from JTB World to create <a href="http://htmlindex.net" target=_self>html</a> reports on current usage of FlexNet / FLEXlm licenses. With the FlexNet license finder it is easy to locate license servers in the network.
</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/f5D0eGKRSbQ?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/f5D0eGKRSbQ?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Thank you for watching another one of my video make sure you check out all my links! www.dnapiorkowski99web.net http dnapiorkowski99hits.yolasite.com http twitter.com twitpic.com www.facebook.com plus.google.com Contact me via email with dnapiorkowski123@comcast.net<br />
<strong>Video Rating: 4 / 5</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-freeware%2Fjtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm';
  addthis_title  = 'JTB+FlexReport+LT+1.0+%26%238211%3B+HTML+report+for+license+usage+of+FlexNet%2FFLEXlm';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Comcast' rel='tag' target='_blank'>Comcast</a>, <a class='technorati-link' href='http://technorati.com/tag/Current' rel='tag' target='_blank'>Current</a>, <a class='technorati-link' href='http://technorati.com/tag/Email' rel='tag' target='_blank'>Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Flexlm' rel='tag' target='_blank'>Flexlm</a>, <a class='technorati-link' href='http://technorati.com/tag/FlexNet%2FFLEXlm' rel='tag' target='_blank'>FlexNet/FLEXlm</a>, <a class='technorati-link' href='http://technorati.com/tag/FlexReport' rel='tag' target='_blank'>FlexReport</a>, <a class='technorati-link' href='http://technorati.com/tag/Freeware+Product' rel='tag' target='_blank'>Freeware Product</a>, <a class='technorati-link' href='http://technorati.com/tag/Google' rel='tag' target='_blank'>Google</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Reports' rel='tag' target='_blank'>Html Reports</a>, <a class='technorati-link' href='http://technorati.com/tag/Jtb' rel='tag' target='_blank'>Jtb</a>, <a class='technorati-link' href='http://technorati.com/tag/license' rel='tag' target='_blank'>license</a>, <a class='technorati-link' href='http://technorati.com/tag/License+Servers' rel='tag' target='_blank'>License Servers</a>, <a class='technorati-link' href='http://technorati.com/tag/Lt+1' rel='tag' target='_blank'>Lt 1</a>, <a class='technorati-link' href='http://technorati.com/tag/report' rel='tag' target='_blank'>report</a>, <a class='technorati-link' href='http://technorati.com/tag/usage' rel='tag' target='_blank'>usage</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-freeware/jtb-flexreport-lt-1-0-html-report-for-license-usage-of-flexnetflexlm/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How to superscipt and subscript text with html</title>
		<link>http://htmlindex.net/html-subscript/how-to-superscipt-and-subscript-text-with-html</link>
		<comments>http://htmlindex.net/html-subscript/how-to-superscipt-and-subscript-text-with-html#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:01:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Subscript]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Download]]></category>
		<category><![CDATA[Html Kit]]></category>
		<category><![CDATA[subscript]]></category>
		<category><![CDATA[superscipt]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[Text Html]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-subscript/how-to-superscipt-and-subscript-text-with-html</guid>
		<description><![CDATA[In our second video with html. Steven will be showing you how to superscript and subscript text with html. Html-kit download: www.htmlkit.com Video Rating: 0 / 5 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-subscript%2Fhow-to-superscipt-and-subscript-text-with-html'; addthis_title = 'How+to+superscipt+and+subscript+text+with+html'; addthis_pub = ''; Technorati Tags: html, Html Download, Html Kit, subscript, superscipt, text, Text Html]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-subscript%252Fhow-to-superscipt-and-subscript-text-with-html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FwGCYY0%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22How%20to%20superscipt%20and%20subscript%20text%20with%20html%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/_TujE5R-7vE?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/_TujE5R-7vE?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>In our second video with html. Steven will be showing you how to superscript and subscript text with html. Html-kit download: www.<a href="http://htmlindex.net" target=_self>html</a>kit.com<br />
<strong>Video Rating: 0 / 5</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-subscript%2Fhow-to-superscipt-and-subscript-text-with-html';
  addthis_title  = 'How+to+superscipt+and+subscript+text+with+html';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-subscript/how-to-superscipt-and-subscript-text-with-html"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Download' rel='tag' target='_blank'>Html Download</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Kit' rel='tag' target='_blank'>Html Kit</a>, <a class='technorati-link' href='http://technorati.com/tag/subscript' rel='tag' target='_blank'>subscript</a>, <a class='technorati-link' href='http://technorati.com/tag/superscipt' rel='tag' target='_blank'>superscipt</a>, <a class='technorati-link' href='http://technorati.com/tag/text' rel='tag' target='_blank'>text</a>, <a class='technorati-link' href='http://technorati.com/tag/Text+Html' rel='tag' target='_blank'>Text Html</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-subscript/how-to-superscipt-and-subscript-text-with-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create HTML Email Step 3-Slicing for the Web in Photoshop</title>
		<link>http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop</link>
		<comments>http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:00:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Email Tutorial]]></category>
		<category><![CDATA[3 Web]]></category>
		<category><![CDATA[3Slicing]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Boils]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[Create Email]]></category>
		<category><![CDATA[E Mail]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Gif Jpg]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Html Email]]></category>
		<category><![CDATA[Html Emails]]></category>
		<category><![CDATA[Image File]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[Mail Marketing]]></category>
		<category><![CDATA[Manageable Pieces]]></category>
		<category><![CDATA[Photoshop]]></category>
		<category><![CDATA[png]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[Step 3]]></category>
		<category><![CDATA[Subscription Services]]></category>
		<category><![CDATA[Tool]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop</guid>
		<description><![CDATA[This is the third part of a multiple part tutorial series on creating html emails from a pre-designed document. Many firms that rely on marketing have a similar scenario: The marketing staff has created various marketing pieces that work great as print pieces, but when they want to do some customized e-mail marketing, the effort &#8230; <a href="http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-email-tutorial%252Fcreate-html-email-step-3-slicing-for-the-web-in-photoshop%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fysk8oE%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Create%20HTML%20Email%20Step%203-Slicing%20for%20the%20Web%20in%20Photoshop%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/Ya168HNqwFs?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/Ya168HNqwFs?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>This is the third part of a multiple part tutorial series on creating <a href="http://htmlindex.net" target=_self>html</a> emails from a pre-designed document. Many firms that rely on marketing have a similar scenario: The marketing staff has created various marketing pieces that work great as print pieces, but when they want to do some customized e-mail marketing, the effort boils down to sending attached PDF documents or using template based subscription services. In this session, we are taking an image file that we have exported from Acrobat and importing it into Photoshop to slice and optimize for the web. For a while, the slice tool in Photoshop intimidated me, but it&#8217;s actually quite easy to use once you get the hang of it. Simply put, this tool allows you to take an image and literally slice or cut it up into manageable pieces that you can then optimize for the web by converting to various formats such as .gif, .jpg, .png, and others. Then, using the Export for Web and Devices function, these images will all be saved in a folder and you have the option of generating <a href="http://htmlindex.net" target=_self>html code</a> (which we will do). For a more detailed version of this tutorial, visit my blog at www.edhart.me If you find this tutorial helpful, please post a comment or share using Facebook, Twitter or whatever way you prefer and thanks for taking some of your time to watch this video!<br />
<strong>Video Rating: 5 / 5</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-email-tutorial%2Fcreate-html-email-step-3-slicing-for-the-web-in-photoshop';
  addthis_title  = 'Create+HTML+Email+Step+3-Slicing+for+the+Web+in+Photoshop';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/3+Web' rel='tag' target='_blank'>3 Web</a>, <a class='technorati-link' href='http://technorati.com/tag/3Slicing' rel='tag' target='_blank'>3Slicing</a>, <a class='technorati-link' href='http://technorati.com/tag/Blog' rel='tag' target='_blank'>Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/Boils' rel='tag' target='_blank'>Boils</a>, <a class='technorati-link' href='http://technorati.com/tag/create' rel='tag' target='_blank'>create</a>, <a class='technorati-link' href='http://technorati.com/tag/Create+Email' rel='tag' target='_blank'>Create Email</a>, <a class='technorati-link' href='http://technorati.com/tag/E+Mail' rel='tag' target='_blank'>E Mail</a>, <a class='technorati-link' href='http://technorati.com/tag/Email' rel='tag' target='_blank'>Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Gif+Jpg' rel='tag' target='_blank'>Gif Jpg</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Email' rel='tag' target='_blank'>Html Email</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Emails' rel='tag' target='_blank'>Html Emails</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+File' rel='tag' target='_blank'>Image File</a>, <a class='technorati-link' href='http://technorati.com/tag/Images' rel='tag' target='_blank'>Images</a>, <a class='technorati-link' href='http://technorati.com/tag/Mail+Marketing' rel='tag' target='_blank'>Mail Marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/Manageable+Pieces' rel='tag' target='_blank'>Manageable Pieces</a>, <a class='technorati-link' href='http://technorati.com/tag/Photoshop' rel='tag' target='_blank'>Photoshop</a>, <a class='technorati-link' href='http://technorati.com/tag/png' rel='tag' target='_blank'>png</a>, <a class='technorati-link' href='http://technorati.com/tag/step' rel='tag' target='_blank'>step</a>, <a class='technorati-link' href='http://technorati.com/tag/Step+3' rel='tag' target='_blank'>Step 3</a>, <a class='technorati-link' href='http://technorati.com/tag/Subscription+Services' rel='tag' target='_blank'>Subscription Services</a>, <a class='technorati-link' href='http://technorati.com/tag/Tool' rel='tag' target='_blank'>Tool</a>, <a class='technorati-link' href='http://technorati.com/tag/Twitter' rel='tag' target='_blank'>Twitter</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-email-tutorial/create-html-email-step-3-slicing-for-the-web-in-photoshop/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>HTML Website (Part 4 &#8211; Margins and Comments)</title>
		<link>http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments</link>
		<comments>http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:01:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Comment]]></category>
		<category><![CDATA[Basic Html]]></category>
		<category><![CDATA[Body Style]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Button Placement]]></category>
		<category><![CDATA[Comments]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[html code]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Margins]]></category>
		<category><![CDATA[Navigation Table]]></category>
		<category><![CDATA[Part]]></category>
		<category><![CDATA[Software Programs]]></category>
		<category><![CDATA[Special Software]]></category>
		<category><![CDATA[Top And Bottom]]></category>
		<category><![CDATA[Webpage Html]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments</guid>
		<description><![CDATA[This is the fourth tutorial in a series for creating a basic website in HTML without the use of special software programs. In this tutorial, body style margins are addressed to align content flush with the top and bottom of the webpage. html Comment tags are also covered to assist with structuring html code in &#8230; <a href="http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Fhtml-comment%252Fhtml-website-part-4-margins-and-comments%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FxhVTPh%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HTML%20Website%20%28Part%204%20-%20Margins%20and%20Comments%29%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/2gfMBTx8WWg?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/2gfMBTx8WWg?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>
<div style="float:left;margin:5px;"><img src=http://i.ytimg.com/vi/2gfMBTx8WWg/default.jpg title="HTML Website (Part 4   Margins and Comments)" alt="default HTML Website (Part 4   Margins and Comments)" /></div>
<p>This is the fourth tutorial in a series for creating a basic website in HTML without the use of special software programs. In this tutorial, body style margins are addressed to align content flush with the top and bottom of the webpage. <a href="http://htmlindex.net" target=_self>html</a> Comment tags are also covered to assist with structuring <a href="http://htmlindex.net" target=_self>html code</a> in a logical and aesthetic way. Further tasks on defining the navigation table&#8217;s columns to prepare the content container for button placement.
</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vy6kg_OuWuc?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/vy6kg_OuWuc?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Comments can be inserted in the HTML code to make it more readable and understandable. Comments are ignored by the browser and not displayed. By using comments we can write down. Why that code is used? Where is the beginning and end of the tag etc. Watch more @ www.siliconindia.com<br />
<strong>Video Rating: 1 / 5</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-comment%2Fhtml-website-part-4-margins-and-comments';
  addthis_title  = 'HTML+Website+%28Part+4+%26%238211%3B+Margins+and+Comments%29';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Basic+Html' rel='tag' target='_blank'>Basic Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Body+Style' rel='tag' target='_blank'>Body Style</a>, <a class='technorati-link' href='http://technorati.com/tag/Browser' rel='tag' target='_blank'>Browser</a>, <a class='technorati-link' href='http://technorati.com/tag/Button+Placement' rel='tag' target='_blank'>Button Placement</a>, <a class='technorati-link' href='http://technorati.com/tag/Comments' rel='tag' target='_blank'>Comments</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/html+code' rel='tag' target='_blank'>html code</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Tags' rel='tag' target='_blank'>Html Tags</a>, <a class='technorati-link' href='http://technorati.com/tag/Margins' rel='tag' target='_blank'>Margins</a>, <a class='technorati-link' href='http://technorati.com/tag/Navigation+Table' rel='tag' target='_blank'>Navigation Table</a>, <a class='technorati-link' href='http://technorati.com/tag/Part' rel='tag' target='_blank'>Part</a>, <a class='technorati-link' href='http://technorati.com/tag/Software+Programs' rel='tag' target='_blank'>Software Programs</a>, <a class='technorati-link' href='http://technorati.com/tag/Special+Software' rel='tag' target='_blank'>Special Software</a>, <a class='technorati-link' href='http://technorati.com/tag/Top+And+Bottom' rel='tag' target='_blank'>Top And Bottom</a>, <a class='technorati-link' href='http://technorati.com/tag/Webpage+Html' rel='tag' target='_blank'>Webpage Html</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-comment/html-website-part-4-margins-and-comments/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML: Free Website HTML Templates</title>
		<link>http://htmlindex.net/free-html-templates/html-free-website-html-templates</link>
		<comments>http://htmlindex.net/free-html-templates/html-free-website-html-templates#comments</comments>
		<pubDate>Sun, 05 Feb 2012 04:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Free Html Templates]]></category>
		<category><![CDATA[Css Templates]]></category>
		<category><![CDATA[Download Free]]></category>
		<category><![CDATA[Download Html]]></category>
		<category><![CDATA[Download Templates]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Free Database]]></category>
		<category><![CDATA[Free Directions]]></category>
		<category><![CDATA[free stuff]]></category>
		<category><![CDATA[Free Templates]]></category>
		<category><![CDATA[Free Video]]></category>
		<category><![CDATA[Free Website Html Templates]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Download]]></category>
		<category><![CDATA[Html Scripts]]></category>
		<category><![CDATA[Notepad]]></category>
		<category><![CDATA[Templates]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[Website Html]]></category>
		<category><![CDATA[Website Templates]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://htmlindex.net/free-html-templates/html-free-website-html-templates</guid>
		<description><![CDATA[In this Video am showing you a Website i found where there are Hundreds of Templates for a Website you want to make and you can edit them with HTML. Just download anyone you want. Then right Click the Index.html Page and open it with NotePad. There you can edit it with HTML Scripts. www.freelayouts.com &#8230; <a href="http://htmlindex.net/free-html-templates/html-free-website-html-templates">Continue reading</a>]]></description>
			<content:encoded><![CDATA[
<div class="topsy_widget_data topsy_theme_blue" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fhtmlindex.net%252Ffree-html-templates%252Fhtml-free-website-html-templates%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2Fyctn9V%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22HTML%3A%20Free%20Website%20HTML%20Templates%22%20%7D);"></div>
<p><object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/vVulToKerbA?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/vVulToKerbA?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>In this Video am showing you a Website i found where there are Hundreds of Templates for a Website you want to make and you can edit them with HTML. Just download anyone you want. Then right Click the Index.html Page and open it with NotePad. There you can edit it with HTML Scripts. www.freelayouts.com
</p>
<p>				<object width="425" height="355"><param name="movie" value="http://www.youtube.com/v/LjzpLFPvYvc?fs=1"></param><param name="allowFullScreen" value="true"></param>
				<embed src="http://www.youtube.com/v/LjzpLFPvYvc?fs=1&#038;rel=0" type="application/x-shockwave-flash" width="425" height="355" allowfullscreen="true"></embed></object></p>
<p>Preview and Download Free HTML Templates here: www.dreamlinestudio.com Our <a href="http://htmlindex.net" target=_self>xhtml</a> CSS templates are truly premium as it has 5 working pages with its own sections, registration, subscription, Photoshop PSD, fonts and contact form all for free! Database install directions included, these are top grade <a href="http://htmlindex.net" target=_self>html</a> templates. Enjoy! Please support our work and leave a link back to dreamlinestudio.com Subscribe to our Feed to keep you updated with more free stuff: feeds2.feedburner.com<br />
<strong>Video Rating: 4 / 5</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Ffree-html-templates%2Fhtml-free-website-html-templates';
  addthis_title  = 'HTML%3A+Free+Website+HTML+Templates';
  addthis_pub    = '';
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

<div style="float:left;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://htmlindex.net/free-html-templates/html-free-website-html-templates"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>
<!-- start wp-tags-to-technorati 1.01 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/Css+Templates' rel='tag' target='_blank'>Css Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/Download+Free' rel='tag' target='_blank'>Download Free</a>, <a class='technorati-link' href='http://technorati.com/tag/Download+Html' rel='tag' target='_blank'>Download Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Download+Templates' rel='tag' target='_blank'>Download Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/Fonts' rel='tag' target='_blank'>Fonts</a>, <a class='technorati-link' href='http://technorati.com/tag/free' rel='tag' target='_blank'>free</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Database' rel='tag' target='_blank'>Free Database</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Directions' rel='tag' target='_blank'>Free Directions</a>, <a class='technorati-link' href='http://technorati.com/tag/free+stuff' rel='tag' target='_blank'>free stuff</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Templates' rel='tag' target='_blank'>Free Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Video' rel='tag' target='_blank'>Free Video</a>, <a class='technorati-link' href='http://technorati.com/tag/Free+Website+Html+Templates' rel='tag' target='_blank'>Free Website Html Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/html' rel='tag' target='_blank'>html</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Download' rel='tag' target='_blank'>Html Download</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Scripts' rel='tag' target='_blank'>Html Scripts</a>, <a class='technorati-link' href='http://technorati.com/tag/Notepad' rel='tag' target='_blank'>Notepad</a>, <a class='technorati-link' href='http://technorati.com/tag/Templates' rel='tag' target='_blank'>Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/website' rel='tag' target='_blank'>website</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Html' rel='tag' target='_blank'>Website Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Website+Templates' rel='tag' target='_blank'>Website Templates</a>, <a class='technorati-link' href='http://technorati.com/tag/xhtml' rel='tag' target='_blank'>xhtml</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/free-html-templates/html-free-website-html-templates/feed</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)

Served from: htmlindex.net @ 2012-02-11 22:21:26 -->
