<?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; Help</title>
	<atom:link href="http://htmlindex.net/tag/help/feed" rel="self" type="application/rss+xml" />
	<link>http://htmlindex.net</link>
	<description>html index</description>
	<lastBuildDate>Mon, 06 Feb 2012 06:49:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Can I get help from someone who knows HTML?</title>
		<link>http://htmlindex.net/typing-html-for-colors/can-i-get-help-from-someone-who-knows-html</link>
		<comments>http://htmlindex.net/typing-html-for-colors/can-i-get-help-from-someone-who-knows-html#comments</comments>
		<pubDate>Sat, 04 Feb 2012 04:43:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Typing Html For Colors]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Blogger]]></category>
		<category><![CDATA[Day At A Time]]></category>
		<category><![CDATA[Delete]]></category>
		<category><![CDATA[Exact Steps]]></category>
		<category><![CDATA[from]]></category>
		<category><![CDATA[H2]]></category>
		<category><![CDATA[Header Font]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[knows]]></category>
		<category><![CDATA[One Day At A Time]]></category>
		<category><![CDATA[Sans Serif]]></category>
		<category><![CDATA[someone]]></category>
		<category><![CDATA[Span]]></category>
		<category><![CDATA[Text Decoration]]></category>
		<category><![CDATA[Trebuchet]]></category>
		<category><![CDATA[Variable Name]]></category>

		<guid isPermaLink="false">http://htmlindex.net/typing-html-for-colors/can-i-get-help-from-someone-who-knows-html</guid>
		<description><![CDATA[Question by Living life &#8211; one day at a time!: Can I get help from someone who knows HTML? I&#8217;m building my blog through blogger, and I found a template I really like. Except I don&#8217;t want it to say the date of the post, and I don&#8217;t know how to fix it. Since its &#8230; <a href="http://htmlindex.net/typing-html-for-colors/can-i-get-help-from-someone-who-knows-html">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%252Ftyping-html-for-colors%252Fcan-i-get-help-from-someone-who-knows-html%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Can%20I%20get%20help%20from%20someone%20who%20knows%20HTML%3F%22%20%7D);"></div>
<p><strong><i>Question by Living life &#8211; one day at a time!</i>: Can I get help from someone who knows HTML?</strong><br />
I&#8217;m building my blog through blogger, and I found a template I really like.   Except I don&#8217;t want it to say the date of the post, and I don&#8217;t know how to fix it.  Since its all <a href="http://htmlindex.net" target=_self>html</a>, and there&#8217;s not DIY tutorials out there for me to use.</p>
<p>Can someone help me out?   What do I need to delete to make it now show the date a post was posted?</p>
<p>These are the only parts I found that even say date:</p>
<p><Variable name="dateHeaderColor" description="Date Header Color"<br />
type="color" default="#000000" value="#000000"></p>
<p><Variable name="dateHeaderFont" description="Date Header Font"<br />
type="font"<br />
default="normal bold 117% Arial, sans-serif" value="normal normal 97% Trebuchet, Trebuchet MS, Arial, sans-serif"</p>
<p>h2.date-header {<br />
margin: 10px 0px 3px 0px;<br />
padding: 0px 0px 0px 0px;<br />
text-align: left;<br />
color: $  dateHeaderColor;<br />
font: $  dateHeaderFont;<br />
text-decoration: none;<br />
text-transform: uppercase;<br />
}</p>
<p>.date-header span {<br />
margin: 0px 0px 0px 0px;<br />
padding: 0px 0px 0px 0px;<br />
}</p>
<p>Thanks to anyone who can tell me what I should be looking for!<br />
I don't really know how to read html, anything I've done has been following EXACT steps from tutorials.   So I'm pretty stuck at this point.<br />
Thank you!  Thats exactly what I wanted!!</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by David D</i><br/>try placing</p>
<p>***display:none;*** (without the stars)</p>
<p>in between the h2.date-header{} and .date-header span{} tags</p>
<p>ex:</p>
<p>h2.date-header {<br />
margin: 10px 0px 3px 0px;<br />
padding: 0px 0px 0px 0px;<br />
text-align: left;<br />
color: $  dateHeaderColor;<br />
font: $  dateHeaderFont;<br />
text-decoration: none;<br />
text-transform: uppercase;<br />
display:none;<br />
}</p>
<p>.date-header span {<br />
margin: 0px 0px 0px 0px;<br />
padding: 0px 0px 0px 0px;<br />
display:none;<br />
}</p>
<p><strong>What do you think? Answer below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Ftyping-html-for-colors%2Fcan-i-get-help-from-someone-who-knows-html';
  addthis_title  = 'Can+I+get+help+from+someone+who+knows+HTML%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/typing-html-for-colors/can-i-get-help-from-someone-who-knows-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/Blog' rel='tag' target='_blank'>Blog</a>, <a class='technorati-link' href='http://technorati.com/tag/Blogger' rel='tag' target='_blank'>Blogger</a>, <a class='technorati-link' href='http://technorati.com/tag/Day+At+A+Time' rel='tag' target='_blank'>Day At A Time</a>, <a class='technorati-link' href='http://technorati.com/tag/Delete' rel='tag' target='_blank'>Delete</a>, <a class='technorati-link' href='http://technorati.com/tag/Exact+Steps' rel='tag' target='_blank'>Exact Steps</a>, <a class='technorati-link' href='http://technorati.com/tag/from' rel='tag' target='_blank'>from</a>, <a class='technorati-link' href='http://technorati.com/tag/H2' rel='tag' target='_blank'>H2</a>, <a class='technorati-link' href='http://technorati.com/tag/Header+Font' rel='tag' target='_blank'>Header Font</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</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/knows' rel='tag' target='_blank'>knows</a>, <a class='technorati-link' href='http://technorati.com/tag/One+Day+At+A+Time' rel='tag' target='_blank'>One Day At A Time</a>, <a class='technorati-link' href='http://technorati.com/tag/Sans+Serif' rel='tag' target='_blank'>Sans Serif</a>, <a class='technorati-link' href='http://technorati.com/tag/someone' rel='tag' target='_blank'>someone</a>, <a class='technorati-link' href='http://technorati.com/tag/Span' rel='tag' target='_blank'>Span</a>, <a class='technorati-link' href='http://technorati.com/tag/Text+Decoration' rel='tag' target='_blank'>Text Decoration</a>, <a class='technorati-link' href='http://technorati.com/tag/Trebuchet' rel='tag' target='_blank'>Trebuchet</a>, <a class='technorati-link' href='http://technorati.com/tag/Variable+Name' rel='tag' target='_blank'>Variable Name</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/typing-html-for-colors/can-i-get-help-from-someone-who-knows-html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web design (HTML/CSS) help please! Internet Explorer issue?</title>
		<link>http://htmlindex.net/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue</link>
		<comments>http://htmlindex.net/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue#comments</comments>
		<pubDate>Mon, 09 Jan 2012 04:00:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Designing Html Emails]]></category>
		<category><![CDATA[Club Hands]]></category>
		<category><![CDATA[Colon]]></category>
		<category><![CDATA[Colons]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[divs]]></category>
		<category><![CDATA[Explorer]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Hearts Club]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Horizons]]></category>
		<category><![CDATA[HTML/CSS]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[issue]]></category>
		<category><![CDATA[Issue Question]]></category>
		<category><![CDATA[Ladies Club]]></category>
		<category><![CDATA[Nwh]]></category>
		<category><![CDATA[Old Version]]></category>
		<category><![CDATA[Padding]]></category>
		<category><![CDATA[please]]></category>
		<category><![CDATA[Recent News]]></category>
		<category><![CDATA[Seperate]]></category>
		<category><![CDATA[Sierra Club]]></category>
		<category><![CDATA[Suggestion Box]]></category>
		<category><![CDATA[Version 6]]></category>
		<category><![CDATA[W3c]]></category>
		<category><![CDATA[Web Design Html]]></category>

		<guid isPermaLink="false">http://htmlindex.net/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue</guid>
		<description><![CDATA[Question by : Web design (HTML/CSS) help please! Internet Explorer issue? Okay so I had edited my website that is under squarespace.com, and had it perfected, with mozilla firefox. But when its opened in internet explorer, it is complete messed up! If you want to see it to be able to help out, here is &#8230; <a href="http://htmlindex.net/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue">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%252Fdesigning-html-emails%252Fweb-design-htmlcss-help-please-internet-explorer-issue%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FAuXRY4%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Web%20design%20%28HTML%2FCSS%29%20help%20please%21%20Internet%20Explorer%20issue%3F%22%20%7D);"></div>
<p><strong><i>Question by </i>: Web design (HTML/CSS) help please! Internet Explorer issue?</strong><br />
Okay so I had edited my website that is under squarespace.com, and had it perfected, with mozilla firefox. But when its opened in internet explorer, it is complete messed up! </p>
<p>If you want to see it to be able to help out, here is the website link: www.northwesthorizons.com</p>
<p>I suppose something in the coding I used is not supported by internet explorer??</p>
<p>Here is the code that is being messed up:</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD <a href="http://htmlindex.net" target=_self>xhtml</a> 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/x<a href="http://htmlindex.net" target=_self>html</a>1-…<br />
<html></p>
<p><head></p>
<style type="text/css">
div.ex
{
border:;
margin:0;
padding:0;
background:#F1F3EA
#colon-wrapper { position:relative;</p>
<p>}
</style>
<p></head></p>
<p><body></p>
<div id="colon-wrapper">
<div class="ex" style="position: absolute; top:1000px; left:795px; width:300px; height:600px">
<p>
<p><center><font color="ff0066" face="trebuchet ms" size="3">NWH Blogs</font></p>
<hr width="50%" size="1" noshade>
<p>
<b>Northwest Horizons Online introduces its new Blog Feature!</p>
<p>
Check it out by clicking here<br />
</b></p>
<p><center><font color="ff0066" face="trebuchet ms" size="3">Suggestion Box</font>
</p>
<hr width="50%" size="1" noshade>
<form action="suggestions.pl" method="post" action="mailto:nina.mansour@hotmail.de">
<p>
<tr>
<td>Your Name:</td>
<td>
<input name="name" size="30"></td>
</tr>
<p>
<tr>
<td>Your Email:</td>
</td>
<input name="email" size="30"></td>
</tr>
<p>
<tr>
<td>Suggestion:</td>
<td><TEXTAREA name="suggestion" rows="4" cols="50"></TEXTAREA></td>
</tr>
<p>
<tr>
<td>
<input type="submit" value="Submit Suggestion"></td>
</tr>
</form>
</div>
</div>
<p><head></p>
<style type="text/css">
div.ex
{
border:;
margin:0;
padding:0;
background:#F1F3EA;
#colon-wrapper { position:relative;
}
</style>
<p></head></p>
<p><body></p>
<div id="colon-wrapper">
<div class="ex" style="position: absolute; top:1000px; bottom:150px; left:135px; width:300px; height:600px">
<p><center><font color="ff0066" face="trebuchet ms" size="3">Recent News</font></p>
<hr width="50%" size="1" noshade>
<ul type="circle">
<li>Leading Ladies Club</li>
<li>Hands Helping Hearts Club</li>
<li>Sierra Club Supports Safe Surroundings</li>
</ul>
<p><font color="ff0066" face="trebuchet ms" size="3">Contact Us</p>
<hr width="50%" size="1" noshade>
<p><center><a target="_blank" href="https://twitter.com/#!/NWHorizons"><img src="http://northwesthorizons.squarespace.com/storage/Twitter_128x128.png" title="Web design (HTML/CSS) help please! Internet Explorer issue?" alt="Twitter 128x128 Web design (HTML/CSS) help please! Internet Explorer issue?" /></p>
<p><center><a target="_blank" href="https://www.facebook.com/pages/Northwest-Horizons/189732411955"><img src="http://northwesthorizons.squarespace.com/storage/FaceBook_128x128.png" title="Web design (HTML/CSS) help please! Internet Explorer issue?" alt="FaceBook 128x128 Web design (HTML/CSS) help please! Internet Explorer issue?" /></p>
</div>
</div>
<p></body><br />
</html></p>
<p>Does anyone know how I could fix this?<br />
Thank you for the info Taylor. I am indeed using an old old version on internet explorer, it is the internet explorer my school uses and therefore many students would see the website, the way it looks on that internet explorer version, and therefore see it as being messed up.</p>
<p>The reason I have the  and  tags the way they are, is because I tried to make 2 seperate divs, so that they would be 2 distinct colons on the page. I couldn&#8217;t find another way to do it. Any advice on how to do that would be great as well.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Taylor</i><br/>It looks exactly the same to me on both IE and firefox. What version of IE are you using? Im using IE ver 9. If you happen to be using version 6 that can cause alot of issues with webpages. Also, idk if you did it for a specific reason, but i would suggest that you move all of your <head> info to be ahead of the <body> rather than opening up <head> in the middle of the body. Im not sure if this was just a mistake or if you wrote it like this. Iv had cases where IE hasnt seen the <head> tag inside the body before and completely overlooks it.</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fdesigning-html-emails%2Fweb-design-htmlcss-help-please-internet-explorer-issue';
  addthis_title  = 'Web+design+%28HTML%2FCSS%29+help+please%21+Internet+Explorer+issue%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/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue"></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/Club+Hands' rel='tag' target='_blank'>Club Hands</a>, <a class='technorati-link' href='http://technorati.com/tag/Colon' rel='tag' target='_blank'>Colon</a>, <a class='technorati-link' href='http://technorati.com/tag/Colons' rel='tag' target='_blank'>Colons</a>, <a class='technorati-link' href='http://technorati.com/tag/design' rel='tag' target='_blank'>design</a>, <a class='technorati-link' href='http://technorati.com/tag/divs' rel='tag' target='_blank'>divs</a>, <a class='technorati-link' href='http://technorati.com/tag/Explorer' rel='tag' target='_blank'>Explorer</a>, <a class='technorati-link' href='http://technorati.com/tag/Firefox' rel='tag' target='_blank'>Firefox</a>, <a class='technorati-link' href='http://technorati.com/tag/Hearts+Club' rel='tag' target='_blank'>Hearts Club</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Horizons' rel='tag' target='_blank'>Horizons</a>, <a class='technorati-link' href='http://technorati.com/tag/HTML%2FCSS' rel='tag' target='_blank'>HTML/CSS</a>, <a class='technorati-link' href='http://technorati.com/tag/internet' rel='tag' target='_blank'>internet</a>, <a class='technorati-link' href='http://technorati.com/tag/Internet+Explorer' rel='tag' target='_blank'>Internet Explorer</a>, <a class='technorati-link' href='http://technorati.com/tag/issue' rel='tag' target='_blank'>issue</a>, <a class='technorati-link' href='http://technorati.com/tag/Issue+Question' rel='tag' target='_blank'>Issue Question</a>, <a class='technorati-link' href='http://technorati.com/tag/Ladies+Club' rel='tag' target='_blank'>Ladies Club</a>, <a class='technorati-link' href='http://technorati.com/tag/Nwh' rel='tag' target='_blank'>Nwh</a>, <a class='technorati-link' href='http://technorati.com/tag/Old+Version' rel='tag' target='_blank'>Old Version</a>, <a class='technorati-link' href='http://technorati.com/tag/Padding' rel='tag' target='_blank'>Padding</a>, <a class='technorati-link' href='http://technorati.com/tag/please' rel='tag' target='_blank'>please</a>, <a class='technorati-link' href='http://technorati.com/tag/Recent+News' rel='tag' target='_blank'>Recent News</a>, <a class='technorati-link' href='http://technorati.com/tag/Seperate' rel='tag' target='_blank'>Seperate</a>, <a class='technorati-link' href='http://technorati.com/tag/Sierra+Club' rel='tag' target='_blank'>Sierra Club</a>, <a class='technorati-link' href='http://technorati.com/tag/Suggestion+Box' rel='tag' target='_blank'>Suggestion Box</a>, <a class='technorati-link' href='http://technorati.com/tag/Version+6' rel='tag' target='_blank'>Version 6</a>, <a class='technorati-link' href='http://technorati.com/tag/W3c' rel='tag' target='_blank'>W3c</a>, <a class='technorati-link' href='http://technorati.com/tag/Web+Design+Html' rel='tag' target='_blank'>Web Design Html</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/designing-html-emails/web-design-htmlcss-help-please-internet-explorer-issue/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>What does it mean by &#8220;space&#8221; when crocheting? Help with this line!!?</title>
		<link>http://htmlindex.net/html-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line</link>
		<comments>http://htmlindex.net/html-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line#comments</comments>
		<pubDate>Fri, 16 Dec 2011 16:00:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Line Spacing]]></category>
		<category><![CDATA[Bears]]></category>
		<category><![CDATA[Blankets]]></category>
		<category><![CDATA[Clue]]></category>
		<category><![CDATA[Crochet]]></category>
		<category><![CDATA[crocheting]]></category>
		<category><![CDATA[Fingerless Gloves]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Help Line]]></category>
		<category><![CDATA[Line]]></category>
		<category><![CDATA[mean]]></category>
		<category><![CDATA[Memphis]]></category>
		<category><![CDATA[Sp Ch]]></category>
		<category><![CDATA[space]]></category>
		<category><![CDATA[Stitches]]></category>
		<category><![CDATA[This]]></category>
		<category><![CDATA[Vids]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line</guid>
		<description><![CDATA[Question by txrose: What does it mean by &#8220;space&#8221; when crocheting? Help with this line!!? I am a beginner at crochet and working on these cute fingerless gloves (trying to do something new&#8230;tired of blankets lol) I have never done anything that involves &#8220;spaces&#8221;. I have no clue what it means or how to do &#8230; <a href="http://htmlindex.net/html-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line">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-line-spacing%252Fwhat-does-it-mean-by-space-when-crocheting-help-with-this-line%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FrTdjXb%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22What%20does%20it%20mean%20by%20%5C%22space%5C%22%20when%20crocheting%3F%20Help%20with%20this%20line%21%21%3F%22%20%7D);"></div>
<p><strong><i>Question by txrose</i>: What does it mean by &#8220;space&#8221; when crocheting? Help with this line!!?</strong><br />
I am a beginner at crochet and working on these cute fingerless gloves (trying to do something new&#8230;tired of blankets lol) I have never done anything that involves &#8220;spaces&#8221;. I have no clue what it means or how to do this, and the vids or instructions I have found are not helping. The show large stitches and this is very small, so it is not as obvious. Here is the part I am struggling with:</p>
<p>Ch 1, *sc in next ch-1 sp, ch 1; repeat from * around; join with slip st in first sc.</p>
<p>and this is the project in full: http://www.naturallycaron.com/projects/memphis/memphis_3.<a href="http://htmlindex.net" target=_self>html</a></p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by DR + Mrs Bears face</i><br/>Single crochet in the space made by the 1 chain in the previous row.</p>
<p><strong>Give your answer to this question below!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-line-spacing%2Fwhat-does-it-mean-by-space-when-crocheting-help-with-this-line';
  addthis_title  = 'What+does+it+mean+by+%26%238220%3Bspace%26%238221%3B+when+crocheting%3F+Help+with+this+line%21%21%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-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line"></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/Bears' rel='tag' target='_blank'>Bears</a>, <a class='technorati-link' href='http://technorati.com/tag/Blankets' rel='tag' target='_blank'>Blankets</a>, <a class='technorati-link' href='http://technorati.com/tag/Clue' rel='tag' target='_blank'>Clue</a>, <a class='technorati-link' href='http://technorati.com/tag/Crochet' rel='tag' target='_blank'>Crochet</a>, <a class='technorati-link' href='http://technorati.com/tag/crocheting' rel='tag' target='_blank'>crocheting</a>, <a class='technorati-link' href='http://technorati.com/tag/Fingerless+Gloves' rel='tag' target='_blank'>Fingerless Gloves</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Help+Line' rel='tag' target='_blank'>Help Line</a>, <a class='technorati-link' href='http://technorati.com/tag/Line' rel='tag' target='_blank'>Line</a>, <a class='technorati-link' href='http://technorati.com/tag/mean' rel='tag' target='_blank'>mean</a>, <a class='technorati-link' href='http://technorati.com/tag/Memphis' rel='tag' target='_blank'>Memphis</a>, <a class='technorati-link' href='http://technorati.com/tag/Sp+Ch' rel='tag' target='_blank'>Sp Ch</a>, <a class='technorati-link' href='http://technorati.com/tag/space' rel='tag' target='_blank'>space</a>, <a class='technorati-link' href='http://technorati.com/tag/Stitches' rel='tag' target='_blank'>Stitches</a>, <a class='technorati-link' href='http://technorati.com/tag/This' rel='tag' target='_blank'>This</a>, <a class='technorati-link' href='http://technorati.com/tag/Vids' rel='tag' target='_blank'>Vids</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-line-spacing/what-does-it-mean-by-space-when-crocheting-help-with-this-line/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: PHP Code (Help is greatly appreciated)?</title>
		<link>http://htmlindex.net/print-html-table/qa-php-code-help-is-greatly-appreciated</link>
		<comments>http://htmlindex.net/print-html-table/qa-php-code-help-is-greatly-appreciated#comments</comments>
		<pubDate>Sat, 10 Dec 2011 16:00:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Print Html Table]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Answer Table]]></category>
		<category><![CDATA[appreciated]]></category>
		<category><![CDATA[Bold Print]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[Ecs]]></category>
		<category><![CDATA[Face Print]]></category>
		<category><![CDATA[greatly]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Html Tags]]></category>
		<category><![CDATA[Interger]]></category>
		<category><![CDATA[Multiplication Table]]></category>
		<category><![CDATA[Oops]]></category>
		<category><![CDATA[Php Code]]></category>
		<category><![CDATA[Php Functions]]></category>
		<category><![CDATA[Php Help]]></category>
		<category><![CDATA[Print Header]]></category>
		<category><![CDATA[Table Html]]></category>
		<category><![CDATA[Table Php]]></category>
		<category><![CDATA[Taking The Time]]></category>
		<category><![CDATA[Time Table]]></category>
		<category><![CDATA[Timetable]]></category>
		<category><![CDATA[Title Header]]></category>
		<category><![CDATA[Tt]]></category>

		<guid isPermaLink="false">http://htmlindex.net/print-html-table/qa-php-code-help-is-greatly-appreciated</guid>
		<description><![CDATA[Question by David O: PHP Code (Help is greatly appreciated)? this is an example: http://gaia.ecs.csus.edu/~mei/122/examples/time_table.php I am generating a multiplication table that runs numbers 2-15 depending on which number the user chooses to input. The problem is when i input a number it infinetly multiplies the number by 1. Here is the code: Oops, your &#8230; <a href="http://htmlindex.net/print-html-table/qa-php-code-help-is-greatly-appreciated">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%252Fprint-html-table%252Fqa-php-code-help-is-greatly-appreciated%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FtqS2Bs%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Q%26amp%3BA%3A%20PHP%20Code%20%28Help%20is%20greatly%20appreciated%29%3F%22%20%7D);"></div>
<p><strong><i>Question by David O</i>: PHP Code (Help is greatly appreciated)?</strong><br />
this is an example: http://gaia.ecs.csus.edu/~mei/122/examples/time_table.php</p>
<p>I am generating a multiplication table that runs numbers 2-15 depending on which number the user chooses to input.</p>
<p>The problem is when i input a number it infinetly multiplies the number by 1.</p>
<p>Here is the code:</p>
<p><?php<br />
// time_table.php - a demo of using functions and include file script<br />
// Get the functions we need for this time table<br />
// Using extension "php" instead of "inc" will prevent others see the code</p>
<p>include_once("tt_functions.php");</p>
<p># MAIN-PROGRAM<br />
$  title = "The Times-Tables";<br />
html_begin ($  title, $  title);</p>
<p>#Validation of input and then produce the Times-Tables<br />
#<br />
if ($  submit)<br />
{<br />
if ($  n == ''){<br />
?><br />
<span style="color:red;"><b>Oops, your forgot to supply info required.<br />
Please correct the problem and try again. </b></span><br/><br />
<?<br />
}<br />
else if ((!ereg("[0-9]", $  n))){<br />
?><br />
<span style="color:red;"><br />
<b>Please restrict your input to only numbers.</b></span><br/><br />
<?<br />
}<br />
else if (($  n >= 15 ) || ($  n < 2)) {<br />
echo "Number Range Error.";<br />
}<br />
else{</p>
<p>//ready to produce the time tables<br />
//function timetable( ) was defined in the included file function_timetable.php</p>
<p>timetable($  n);<br />
}<br />
}</p>
<p>// Forms to collect user input<br />
?></p>
<form method="post" action="time_table.php">
<p><b>Please enter an interger between 2 and 15:</b></P></p>
<input type='text' name='n' />
<p>
<input type="submit" name="submit" value="Time Tables" /></P><br />
</form>
<p><? html_end () ?></p>
<p>Here is the tt_functions:</p>
<p><?php</p>
<p># A collection of functions to make our time table engineering<br />
# easy to understand. It will be included in time_table.php</p>
<p>function html_begin ($  title, $  header)<br />
{<br />
print ("<HTML>\n&#8221;);<br />
print (&#8220;<HEAD>\n&#8221;);<br />
if ($  title)<br />
print (&#8220;<TITLE>$  title</TITLE>\n&#8221;);<br />
print (&#8220;</HEAD>\n&#8221;);<br />
print (&#8220;<BODY bgcolor=\"#FFFF9C\">\n&#8221;);<br />
if ($  header)<br />
print (&#8220;<H2>$  header</H2>\n&#8221;);<br />
}</p>
<p># put out final HTML tags for page.</p>
<p>function <a href="http://htmlindex.net" target=_self>html</a>_end ()<br />
{<br />
print (&#8220;</BODY></HTML>\n&#8221;);<br />
}</p>
<p>function timetable ($  n) {<br />
// Go through each table<br />
for ($  table=1; $  table<=$  n; $  table++)<br />
{<br />
   print "
<p><b>The &#8220;.$  table .&#8221;Times Table</b>\n&#8221;;<br />
//Produce $  n lines for each table<br />
   for($  counter=1; $  counter=$  n; $  counter++)<br />
{<br />
   $  answer = $  table * $  counter;</p>
<p>//Is this an even-number counter?<br />
   if ($  counter % 2 == 0)<br />
//Yes, so print this line in bold<br />
   print &#8220;<br /><b>$  counter x $  table = &#8220;.<br />
          &#8220;$  answer</b>&#8220;;</p>
<p>   else<br />
//No, so print this in normal face<br />
    print &#8220;<br />$  counter x $  table = $  answer&#8221;;<br />
  }<br />
}<br />
}?></p>
<p>Again help is much appreciated. Thank you for taking the time to read this.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Colanth</i><br/>I haven&#8217;t run this (I usually do before posting an answer) but try</p>
<p>for($  counter=1; $  counter<=$  n; $  counter++)</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fprint-html-table%2Fqa-php-code-help-is-greatly-appreciated';
  addthis_title  = 'Q%26amp%3BA%3A+PHP+Code+%28Help+is+greatly+appreciated%29%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/print-html-table/qa-php-code-help-is-greatly-appreciated"></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/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/Answer+Table' rel='tag' target='_blank'>Answer Table</a>, <a class='technorati-link' href='http://technorati.com/tag/appreciated' rel='tag' target='_blank'>appreciated</a>, <a class='technorati-link' href='http://technorati.com/tag/Bold+Print' rel='tag' target='_blank'>Bold Print</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/Ecs' rel='tag' target='_blank'>Ecs</a>, <a class='technorati-link' href='http://technorati.com/tag/Face+Print' rel='tag' target='_blank'>Face Print</a>, <a class='technorati-link' href='http://technorati.com/tag/greatly' rel='tag' target='_blank'>greatly</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</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/Interger' rel='tag' target='_blank'>Interger</a>, <a class='technorati-link' href='http://technorati.com/tag/Multiplication+Table' rel='tag' target='_blank'>Multiplication Table</a>, <a class='technorati-link' href='http://technorati.com/tag/Oops' rel='tag' target='_blank'>Oops</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Code' rel='tag' target='_blank'>Php Code</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Functions' rel='tag' target='_blank'>Php Functions</a>, <a class='technorati-link' href='http://technorati.com/tag/Php+Help' rel='tag' target='_blank'>Php Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Print+Header' rel='tag' target='_blank'>Print Header</a>, <a class='technorati-link' href='http://technorati.com/tag/Table+Html' rel='tag' target='_blank'>Table Html</a>, <a class='technorati-link' href='http://technorati.com/tag/Table+Php' rel='tag' target='_blank'>Table Php</a>, <a class='technorati-link' href='http://technorati.com/tag/Taking+The+Time' rel='tag' target='_blank'>Taking The Time</a>, <a class='technorati-link' href='http://technorati.com/tag/Time+Table' rel='tag' target='_blank'>Time Table</a>, <a class='technorati-link' href='http://technorati.com/tag/Timetable' rel='tag' target='_blank'>Timetable</a>, <a class='technorati-link' href='http://technorati.com/tag/Title+Header' rel='tag' target='_blank'>Title Header</a>, <a class='technorati-link' href='http://technorati.com/tag/Tt' rel='tag' target='_blank'>Tt</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/print-html-table/qa-php-code-help-is-greatly-appreciated/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Monthly Commissions $$- Learn Adobe Dreamweaver Videos With Help Desk!</title>
		<link>http://htmlindex.net/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk</link>
		<comments>http://htmlindex.net/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk#comments</comments>
		<pubDate>Wed, 07 Dec 2011 16:00:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Complete Html Cheat Sheet]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Adobe Help]]></category>
		<category><![CDATA[Basics Of Internet]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[Brian Wood]]></category>
		<category><![CDATA[Build Websites]]></category>
		<category><![CDATA[Commissions]]></category>
		<category><![CDATA[Desk]]></category>
		<category><![CDATA[Dreamweaver]]></category>
		<category><![CDATA[Dreamweaver Help]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[internet marketing]]></category>
		<category><![CDATA[learn]]></category>
		<category><![CDATA[Learn Dreamweaver]]></category>
		<category><![CDATA[money]]></category>
		<category><![CDATA[Monthly]]></category>
		<category><![CDATA[Video Course]]></category>
		<category><![CDATA[video tutorials]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Wordpress Blog]]></category>

		<guid isPermaLink="false">http://htmlindex.net/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk</guid>
		<description><![CDATA[Monthly Commissions $ $ &#8211; Learn Adobe Dreamweaver Videos With Help Desk! Sell Once, Make Money Every Month!! Nationwide Speaker &#038; Author Of 4 Books, Brian Wood&#8217;s Learning System Is By Far The Best Way To Learn How To Build Websites Using Adobe&#8217;s Dreamweaver Program- With Help Desk &#8211; Never Get &#8220;stuck&#8221; Again. Incredible Reviews! &#8230; <a href="http://htmlindex.net/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk">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%252Fcomplete-html-cheat-sheet%252Fmonthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2FvB8vpv%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Monthly%20Commissions%20%24%24-%20Learn%20Adobe%20Dreamweaver%20Videos%20With%20Help%20Desk%21%22%20%7D);"></div>
<p><strong>Monthly Commissions $ $ &#8211; Learn Adobe Dreamweaver Videos With Help Desk!</strong><br />
Sell Once, Make Money Every Month!! Nationwide Speaker &#038; Author Of 4 Books, Brian Wood&#8217;s Learning System Is By Far The Best Way To Learn How To Build Websites Using Adobe&#8217;s Dreamweaver Program- With Help Desk &#8211; Never Get &#8220;stuck&#8221; Again. Incredible Reviews!<br />
<a target="_blank" rel="nofollow" href="http://htmlindex.net/go/Monthly_Commissions_8211_Learn_Adobe_Dreamweaver_Videos_With_Help_Desk_/787/1">Monthly Commissions $ $ &#8211; Learn Adobe Dreamweaver Videos With Help Desk!</a></p>
<p><strong>Blogging And WordPress Video Tutorials</strong><br />
If You Want To Make Money Online You Have To Learn The Basics Of Internet Marketing And Blogging. Our Video Course Will Help You Greatly. Step-by-step Video Tutorials Reveal Exactly How To Set-up A Profitable WordPress Blog In Minutes<br />
<a target="_blank" rel="nofollow" href="http://htmlindex.net/go/Blogging_And_WordPress_Video_Tutorials/787/2">Blogging And WordPress Video Tutorials</a></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fcomplete-html-cheat-sheet%2Fmonthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk';
  addthis_title  = 'Monthly+Commissions+%24%24-+Learn+Adobe+Dreamweaver+Videos+With+Help+Desk%21';
  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/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk"></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/Adobe' rel='tag' target='_blank'>Adobe</a>, <a class='technorati-link' href='http://technorati.com/tag/Adobe+Help' rel='tag' target='_blank'>Adobe Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Basics+Of+Internet' rel='tag' target='_blank'>Basics Of Internet</a>, <a class='technorati-link' href='http://technorati.com/tag/blogging' rel='tag' target='_blank'>blogging</a>, <a class='technorati-link' href='http://technorati.com/tag/Brian+Wood' rel='tag' target='_blank'>Brian Wood</a>, <a class='technorati-link' href='http://technorati.com/tag/Build+Websites' rel='tag' target='_blank'>Build Websites</a>, <a class='technorati-link' href='http://technorati.com/tag/Commissions' rel='tag' target='_blank'>Commissions</a>, <a class='technorati-link' href='http://technorati.com/tag/Desk' rel='tag' target='_blank'>Desk</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamweaver' rel='tag' target='_blank'>Dreamweaver</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamweaver+Help' rel='tag' target='_blank'>Dreamweaver Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/internet+marketing' rel='tag' target='_blank'>internet marketing</a>, <a class='technorati-link' href='http://technorati.com/tag/learn' rel='tag' target='_blank'>learn</a>, <a class='technorati-link' href='http://technorati.com/tag/Learn+Dreamweaver' rel='tag' target='_blank'>Learn Dreamweaver</a>, <a class='technorati-link' href='http://technorati.com/tag/money' rel='tag' target='_blank'>money</a>, <a class='technorati-link' href='http://technorati.com/tag/Monthly' rel='tag' target='_blank'>Monthly</a>, <a class='technorati-link' href='http://technorati.com/tag/Video+Course' rel='tag' target='_blank'>Video Course</a>, <a class='technorati-link' href='http://technorati.com/tag/video+tutorials' rel='tag' target='_blank'>video tutorials</a>, <a class='technorati-link' href='http://technorati.com/tag/videos' rel='tag' target='_blank'>videos</a>, <a class='technorati-link' href='http://technorati.com/tag/Wordpress+Blog' rel='tag' target='_blank'>WordPress Blog</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/complete-html-cheat-sheet/monthly-commissions-learn-adobe-dreamweaver-videos-with-help-desk/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I don&#8217;t know what DocType to use and my website has some text that moves. Need Help!?</title>
		<link>http://htmlindex.net/html-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help</link>
		<comments>http://htmlindex.net/html-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help#comments</comments>
		<pubDate>Sun, 27 Nov 2011 20:43:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Tag Required Attributes]]></category>
		<category><![CDATA[Acronym]]></category>
		<category><![CDATA[Amelia]]></category>
		<category><![CDATA[Attribute]]></category>
		<category><![CDATA[Bdo]]></category>
		<category><![CDATA[computers]]></category>
		<category><![CDATA[Doctype]]></category>
		<category><![CDATA[Document Type]]></category>
		<category><![CDATA[don't]]></category>
		<category><![CDATA[Element]]></category>
		<category><![CDATA[End Tag]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[Html Doc]]></category>
		<category><![CDATA[Image Tags]]></category>
		<category><![CDATA[Ins]]></category>
		<category><![CDATA[Kbd]]></category>
		<category><![CDATA[know]]></category>
		<category><![CDATA[moves.]]></category>
		<category><![CDATA[need]]></category>
		<category><![CDATA[Samp]]></category>
		<category><![CDATA[some]]></category>
		<category><![CDATA[Span]]></category>
		<category><![CDATA[Start Tag]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help</guid>
		<description><![CDATA[Question by Amelia: I don&#8217;t know what DocType to use and my website has some text that moves. Need Help!? I am workig on a website and I am sure there are some problems with it but I really need to fix the Doctype and also, in explorer, only on some of the computers I &#8230; <a href="http://htmlindex.net/html-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help">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-tag-required-attributes%252Fi-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22I%20don%27t%20know%20what%20DocType%20to%20use%20and%20my%20website%20has%20some%20text%20that%20moves.%20Need%20Help%21%3F%22%20%7D);"></div>
<p><strong><i>Question by Amelia</i>: I don&#8217;t know what DocType to use and my website has some text that moves. Need Help!?</strong><br />
I am workig on a website and I am sure there are some problems with it but I really need to fix the Doctype and also, in explorer, only on some of the computers I have here, the content of my page only shows half of it and when you click on it, it jumps to where it is supposed to be.  </p>
<p>Could someone please help me?</p>
<p>I am using styles in the <a href="http://htmlindex.net" target=_self>html</a> doc not on a seperate page and I am also using font and image tags.  I tried validating and it said:</p>
<p>1.  document type does not allow element &#8220;font&#8221; here; missing one of &#8220;a&#8221;, &#8220;span&#8221;, &#8220;bdo&#8221;, &#8220;tt&#8221;, &#8220;i&#8221;, &#8220;b&#8221;, &#8220;u&#8221;, &#8220;s&#8221;, &#8220;strike&#8221;, &#8220;em&#8221;, &#8220;strong&#8221;, &#8220;dfn&#8221;, &#8220;code&#8221;, &#8220;q&#8221;, &#8220;samp&#8221;, &#8220;kbd&#8221;, &#8220;var&#8221;, &#8220;cite&#8221;, &#8220;abbr&#8221;, &#8220;acronym&#8221;, &#8220;label&#8221;, &#8220;button&#8221;, &#8220;ins&#8221;, &#8220;del&#8221; start-tag </p>
<p>2.end tag for &#8220;img&#8221; omitted, but OMITTAG NO was specified </p>
<p>3. document type does not allow element &#8220;p&#8221; here; missing one of &#8220;object&#8221;, &#8220;applet&#8221;, &#8220;map&#8221;, &#8220;iframe&#8221;, &#8220;button&#8221;, &#8220;ins&#8221;, &#8220;del&#8221; start-tag </p>
<p>4. required attribute &#8220;type&#8221; not specified </p>
<p>5. start tag was here</p>
<p><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><br />
<html xmlns="http://www.w3.org/1999/xhtml"><br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /></p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Kashyap Patel</i><br/>use</p>
<p><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"></p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-tag-required-attributes%2Fi-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help';
  addthis_title  = 'I+don%26%238217%3Bt+know+what+DocType+to+use+and+my+website+has+some+text+that+moves.+Need+Help%21%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-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help"></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/Acronym' rel='tag' target='_blank'>Acronym</a>, <a class='technorati-link' href='http://technorati.com/tag/Amelia' rel='tag' target='_blank'>Amelia</a>, <a class='technorati-link' href='http://technorati.com/tag/Attribute' rel='tag' target='_blank'>Attribute</a>, <a class='technorati-link' href='http://technorati.com/tag/Bdo' rel='tag' target='_blank'>Bdo</a>, <a class='technorati-link' href='http://technorati.com/tag/computers' rel='tag' target='_blank'>computers</a>, <a class='technorati-link' href='http://technorati.com/tag/Doctype' rel='tag' target='_blank'>Doctype</a>, <a class='technorati-link' href='http://technorati.com/tag/Document+Type' rel='tag' target='_blank'>Document Type</a>, <a class='technorati-link' href='http://technorati.com/tag/don%27t' rel='tag' target='_blank'>don't</a>, <a class='technorati-link' href='http://technorati.com/tag/Element' rel='tag' target='_blank'>Element</a>, <a class='technorati-link' href='http://technorati.com/tag/End+Tag' rel='tag' target='_blank'>End Tag</a>, <a class='technorati-link' href='http://technorati.com/tag/font' rel='tag' target='_blank'>font</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/Html+Doc' rel='tag' target='_blank'>Html Doc</a>, <a class='technorati-link' href='http://technorati.com/tag/Image+Tags' rel='tag' target='_blank'>Image Tags</a>, <a class='technorati-link' href='http://technorati.com/tag/Ins' rel='tag' target='_blank'>Ins</a>, <a class='technorati-link' href='http://technorati.com/tag/Kbd' rel='tag' target='_blank'>Kbd</a>, <a class='technorati-link' href='http://technorati.com/tag/know' rel='tag' target='_blank'>know</a>, <a class='technorati-link' href='http://technorati.com/tag/moves.' rel='tag' target='_blank'>moves.</a>, <a class='technorati-link' href='http://technorati.com/tag/need' rel='tag' target='_blank'>need</a>, <a class='technorati-link' href='http://technorati.com/tag/Samp' rel='tag' target='_blank'>Samp</a>, <a class='technorati-link' href='http://technorati.com/tag/some' rel='tag' target='_blank'>some</a>, <a class='technorati-link' href='http://technorati.com/tag/Span' rel='tag' target='_blank'>Span</a>, <a class='technorati-link' href='http://technorati.com/tag/Start+Tag' rel='tag' target='_blank'>Start Tag</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/website' rel='tag' target='_blank'>website</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-tag-required-attributes/i-dont-know-what-doctype-to-use-and-my-website-has-some-text-that-moves-need-help/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Q&amp;A: HTML help? Forwarding the domain?</title>
		<link>http://htmlindex.net/html-coming-soon-page/qa-html-help-forwarding-the-domain</link>
		<comments>http://htmlindex.net/html-coming-soon-page/qa-html-help-forwarding-the-domain#comments</comments>
		<pubDate>Thu, 17 Nov 2011 04:00:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Html Coming Soon Page]]></category>
		<category><![CDATA[Amp]]></category>
		<category><![CDATA[Best Solution]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[Domain Query]]></category>
		<category><![CDATA[Dreamer]]></category>
		<category><![CDATA[Forwarding]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[Html Redirect]]></category>
		<category><![CDATA[Index Page]]></category>
		<category><![CDATA[Internet Site]]></category>
		<category><![CDATA[New Domain]]></category>
		<category><![CDATA[Overlord]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-coming-soon-page/qa-html-help-forwarding-the-domain</guid>
		<description><![CDATA[Query by desifrom305: html aid? Forwarding the domain? Hi, on a domain I want i want the index page to say: &#8220;coming quickly, you are becoming redirected to this page&#8221; I want the consumer to be redirected to a new domain in a matter of seconds and I want customers to be in a position &#8230; <a href="http://htmlindex.net/html-coming-soon-page/qa-html-help-forwarding-the-domain">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-coming-soon-page%252Fqa-html-help-forwarding-the-domain%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Q%26amp%3BA%3A%20HTML%20help%3F%20Forwarding%20the%20domain%3F%22%20%7D);"></div>
<p><strong><i>Query by desifrom305</i>: <a href="http://htmlindex.net" target=_self>html</a> aid? Forwarding the domain?</strong><br />
Hi, on a domain I want i want the index page to say:</p>
<p>&#8220;coming quickly, you are becoming redirected to this page&#8221;</p>
<p>I want the consumer to be redirected to a new domain in a matter of seconds and I want customers to be in a position to click on &#8220;this page&#8221; to go to the new internet site, if it is taking a even though for the domain to be redirected</p>
<p>what is the code I have to create? thanks!</p>
<p><strong>Best solution:</strong></p>
<p><i>Solution by Star Overlord Dreamer</i><br/>http://www.web-supply.net/html_redirect.htm</p>
<p><strong>What do you assume? Solution under!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-coming-soon-page%2Fqa-html-help-forwarding-the-domain';
  addthis_title  = 'Q%26amp%3BA%3A+HTML+help%3F+Forwarding+the+domain%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-coming-soon-page/qa-html-help-forwarding-the-domain"></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/Amp' rel='tag' target='_blank'>Amp</a>, <a class='technorati-link' href='http://technorati.com/tag/Best+Solution' rel='tag' target='_blank'>Best Solution</a>, <a class='technorati-link' href='http://technorati.com/tag/Domain' rel='tag' target='_blank'>Domain</a>, <a class='technorati-link' href='http://technorati.com/tag/Domain+Query' rel='tag' target='_blank'>Domain Query</a>, <a class='technorati-link' href='http://technorati.com/tag/Dreamer' rel='tag' target='_blank'>Dreamer</a>, <a class='technorati-link' href='http://technorati.com/tag/Forwarding' rel='tag' target='_blank'>Forwarding</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</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+Redirect' rel='tag' target='_blank'>Html Redirect</a>, <a class='technorati-link' href='http://technorati.com/tag/Index+Page' rel='tag' target='_blank'>Index Page</a>, <a class='technorati-link' href='http://technorati.com/tag/Internet+Site' rel='tag' target='_blank'>Internet Site</a>, <a class='technorati-link' href='http://technorati.com/tag/New+Domain' rel='tag' target='_blank'>New Domain</a>, <a class='technorati-link' href='http://technorati.com/tag/Overlord' rel='tag' target='_blank'>Overlord</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-coming-soon-page/qa-html-help-forwarding-the-domain/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PHP Code (Help is greatly appreciated)?</title>
		<link>http://htmlindex.net/print-html-table/php-code-help-is-greatly-appreciated</link>
		<comments>http://htmlindex.net/print-html-table/php-code-help-is-greatly-appreciated#comments</comments>
		<pubDate>Sun, 06 Nov 2011 14:46:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Print Html Table]]></category>
		<category><![CDATA[appreciated]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[greatly]]></category>
		<category><![CDATA[Help]]></category>

		<guid isPermaLink="false">http://htmlindex.net/print-html-table/php-code-help-is-greatly-appreciated</guid>
		<description><![CDATA[Question by David O: PHP Code (Help is greatly appreciated)? this is an example: http://gaia.ecs.csus.edu/~mei/122/examples/time_table.php I am generating a multiplication table that runs numbers 2-15 depending on which number the user chooses to input. The problem is when i input a number it infinetly multiplies the number by 1. Here is the code: Oops, your &#8230; <a href="http://htmlindex.net/print-html-table/php-code-help-is-greatly-appreciated">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%252Fprint-html-table%252Fphp-code-help-is-greatly-appreciated%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22PHP%20Code%20%28Help%20is%20greatly%20appreciated%29%3F%22%20%7D);"></div>
<p><strong><i>Question by David O</i>: PHP Code (Help is greatly appreciated)?</strong><br />
this is an example: http://gaia.ecs.csus.edu/~mei/122/examples/time_table.php</p>
<p>I am generating a multiplication table that runs numbers 2-15 depending on which number the user chooses to input.</p>
<p>The problem is when i input a number it infinetly multiplies the number by 1.</p>
<p>Here is the code:</p>
<p><?php<br />
// time_table.php - a demo of using functions and include file script<br />
// Get the functions we need for this time table<br />
// Using extension "php" instead of "inc" will prevent others see the code</p>
<p>include_once("tt_functions.php");</p>
<p># MAIN-PROGRAM<br />
$  title = "The Times-Tables";<br />
<a href="http://htmlindex.net" target=_self>html</a>_begin ($  title, $  title);</p>
<p>#Validation of input and then produce the Times-Tables<br />
#<br />
if ($  submit)<br />
{<br />
if ($  n == &#8221;){<br />
?><br />
<span style="color:red;"><b>Oops, your forgot to supply info required.<br />
Please correct the problem and try again. </b></span><br/><br />
<?<br />
}<br />
else if ((!ereg("[0-9]", $  n))){<br />
?><br />
<span style="color:red;"><br />
<b>Please restrict your input to only numbers.</b></span><br/><br />
<?<br />
}<br />
else if (($  n >= 15 ) || ($  n < 2)) {<br />
echo "Number Range Error.";<br />
}<br />
else{</p>
<p>//ready to produce the time tables<br />
//function timetable( ) was defined in the included file function_timetable.php</p>
<p>timetable($  n);<br />
}<br />
}</p>
<p>// Forms to collect user input<br />
?></p>
<form method="post" action="time_table.php">
<p><b>Please enter an interger between 2 and 15:</b></P></p>
<input type='text' name='n' />
<p>
<input type="submit" name="submit" value="Time Tables" /></P><br />
</form>
<p><? html_end () ?></p>
<p>Here is the tt_functions:</p>
<p><?php</p>
<p># A collection of functions to make our time table engineering<br />
# easy to understand. It will be included in time_table.php</p>
<p>function html_begin ($  title, $  header)<br />
{<br />
print ("<HTML>\n&#8221;);<br />
print (&#8220;<HEAD>\n&#8221;);<br />
if ($  title)<br />
print (&#8220;<TITLE>$  title</TITLE>\n&#8221;);<br />
print (&#8220;</HEAD>\n&#8221;);<br />
print (&#8220;<BODY bgcolor=\"#FFFF9C\">\n&#8221;);<br />
if ($  header)<br />
print (&#8220;<H2>$  header</H2>\n&#8221;);<br />
}</p>
<p># put out final HTML tags for page.</p>
<p>function html_end ()<br />
{<br />
print (&#8220;</BODY></HTML>\n&#8221;);<br />
}</p>
<p>function timetable ($  n) {<br />
// Go through each table<br />
for ($  table=1; $  table<=$  n; $  table++)<br />
{<br />
   print "
<p><b>The &#8220;.$  table .&#8221;Times Table</b>\n&#8221;;<br />
//Produce $  n lines for each table<br />
   for($  counter=1; $  counter=$  n; $  counter++)<br />
{<br />
   $  answer = $  table * $  counter;</p>
<p>//Is this an even-number counter?<br />
   if ($  counter % 2 == 0)<br />
//Yes, so print this line in bold<br />
   print &#8220;<br /><b>$  counter x $  table = &#8220;.<br />
          &#8220;$  answer</b>&#8220;;</p>
<p>   else<br />
//No, so print this in normal face<br />
    print &#8220;<br />$  counter x $  table = $  answer&#8221;;<br />
  }<br />
}<br />
}?></p>
<p>Again help is much appreciated. Thank you for taking the time to read this.</p>
<p><strong>Best answer:</strong></p>
<p><i>Answer by Colanth</i><br/>I haven&#8217;t run this (I usually do before posting an answer) but try</p>
<p>for($  counter=1; $  counter<=$  n; $  counter++)</p>
<p><strong>Add your own answer in the comments!</strong></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fprint-html-table%2Fphp-code-help-is-greatly-appreciated';
  addthis_title  = 'PHP+Code+%28Help+is+greatly+appreciated%29%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/print-html-table/php-code-help-is-greatly-appreciated"></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/appreciated' rel='tag' target='_blank'>appreciated</a>, <a class='technorati-link' href='http://technorati.com/tag/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/greatly' rel='tag' target='_blank'>greatly</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/print-html-table/php-code-help-is-greatly-appreciated/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Together (A Song for Haiti)</title>
		<link>http://htmlindex.net/html/together-a-song-for-haiti</link>
		<comments>http://htmlindex.net/html/together-a-song-for-haiti#comments</comments>
		<pubDate>Wed, 10 Feb 2010 09:53:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html]]></category>
		<category><![CDATA[A day 4 you a day 4 me]]></category>
		<category><![CDATA[A day for you a day for me]]></category>
		<category><![CDATA[Aid]]></category>
		<category><![CDATA[Catastrophe]]></category>
		<category><![CDATA[CBS News]]></category>
		<category><![CDATA[Disaster]]></category>
		<category><![CDATA[Donate]]></category>
		<category><![CDATA[Earth]]></category>
		<category><![CDATA[Earthquake]]></category>
		<category><![CDATA[Emergency relief]]></category>
		<category><![CDATA[Haiti]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[High School For Recording Arts]]></category>
		<category><![CDATA[Hip Hop High]]></category>
		<category><![CDATA[Hsra]]></category>
		<category><![CDATA[Make music make change]]></category>
		<category><![CDATA[Minnesota]]></category>
		<category><![CDATA[MN]]></category>
		<category><![CDATA[One step at a time]]></category>
		<category><![CDATA[Port-au-Prince]]></category>
		<category><![CDATA[Quake]]></category>
		<category><![CDATA[Rebuild]]></category>
		<category><![CDATA[Saint Paul]]></category>
		<category><![CDATA[School]]></category>
		<category><![CDATA[Sky News]]></category>
		<category><![CDATA[Students]]></category>
		<category><![CDATA[together]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[Yele]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html/together-a-song-for-haiti</guid>
		<description><![CDATA[This song is now available for download on iTunes http://itunes.apple.com/us/album/together-a-song-for-haiti/id353926229 and Amazon http://www.amazon.com/gp/product/B003763268/ref=dm_sp_alb?ie=UTF8&#38;qid=1265666368&#38;sr=301-1. All of the money received from the download goes to Haitian Relief Efforts. The students of the High School for Recording Arts were moved by the tragedy in Haiti and wanted to help. They decided to apply their skills to raise awareness &#8230; <a href="http://htmlindex.net/html/together-a-song-for-haiti">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%252Ftogether-a-song-for-haiti%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22Together%20%28A%20Song%20for%20Haiti%29%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/DMbDYNDC3sA/2.jpg" align="left" title="Together (A Song for Haiti)" alt="2 Together (A Song for Haiti)" />This song is now available for download on iTunes http://itunes.apple.com/us/album/together-a-song-for-haiti/id353926229 and Amazon http://www.amazon.com/gp/product/B003763268/ref=dm_sp_alb?ie=UTF8&amp;qid=1265666368&amp;sr=301-1. All of the money received from the download goes to Haitian Relief Efforts. The students of the High School for Recording Arts were moved by the tragedy in Haiti and wanted to help. They decided to apply their skills to raise awareness and to show their support for the people of Haiti. Please donate to www.yele.org to show your support.</p>
<p>The High School for Recording Arts (HSRA), aka Hip Hop High, is an alternative high school in St. Paul, MN. HSRA provides youth the opportunity to achieve a high school diploma through the exploration and operation of the music business and other creative endeavors.</p>
<p>www.hsra.org<br />
www.yele.org</p>
<p>Duration : <b>0:4:16</b></p>
<p><span id="more-497"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/DMbDYNDC3sA&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/DMbDYNDC3sA&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml%2Ftogether-a-song-for-haiti';
  addthis_title  = 'Together+%28A+Song+for+Haiti%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/together-a-song-for-haiti"></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/A+day+4+you+a+day+4+me' rel='tag' target='_blank'>A day 4 you a day 4 me</a>, <a class='technorati-link' href='http://technorati.com/tag/A+day+for+you+a+day+for+me' rel='tag' target='_blank'>A day for you a day for me</a>, <a class='technorati-link' href='http://technorati.com/tag/Aid' rel='tag' target='_blank'>Aid</a>, <a class='technorati-link' href='http://technorati.com/tag/Catastrophe' rel='tag' target='_blank'>Catastrophe</a>, <a class='technorati-link' href='http://technorati.com/tag/CBS+News' rel='tag' target='_blank'>CBS News</a>, <a class='technorati-link' href='http://technorati.com/tag/Disaster' rel='tag' target='_blank'>Disaster</a>, <a class='technorati-link' href='http://technorati.com/tag/Donate' rel='tag' target='_blank'>Donate</a>, <a class='technorati-link' href='http://technorati.com/tag/Earth' rel='tag' target='_blank'>Earth</a>, <a class='technorati-link' href='http://technorati.com/tag/Earthquake' rel='tag' target='_blank'>Earthquake</a>, <a class='technorati-link' href='http://technorati.com/tag/Emergency+relief' rel='tag' target='_blank'>Emergency relief</a>, <a class='technorati-link' href='http://technorati.com/tag/Haiti' rel='tag' target='_blank'>Haiti</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/High+School+For+Recording+Arts' rel='tag' target='_blank'>High School For Recording Arts</a>, <a class='technorati-link' href='http://technorati.com/tag/Hip+Hop+High' rel='tag' target='_blank'>Hip Hop High</a>, <a class='technorati-link' href='http://technorati.com/tag/Hsra' rel='tag' target='_blank'>Hsra</a>, <a class='technorati-link' href='http://technorati.com/tag/Make+music+make+change' rel='tag' target='_blank'>Make music make change</a>, <a class='technorati-link' href='http://technorati.com/tag/Minnesota' rel='tag' target='_blank'>Minnesota</a>, <a class='technorati-link' href='http://technorati.com/tag/MN' rel='tag' target='_blank'>MN</a>, <a class='technorati-link' href='http://technorati.com/tag/One+step+at+a+time' rel='tag' target='_blank'>One step at a time</a>, <a class='technorati-link' href='http://technorati.com/tag/Port-au-Prince' rel='tag' target='_blank'>Port-au-Prince</a>, <a class='technorati-link' href='http://technorati.com/tag/Quake' rel='tag' target='_blank'>Quake</a>, <a class='technorati-link' href='http://technorati.com/tag/Rebuild' rel='tag' target='_blank'>Rebuild</a>, <a class='technorati-link' href='http://technorati.com/tag/Saint+Paul' rel='tag' target='_blank'>Saint Paul</a>, <a class='technorati-link' href='http://technorati.com/tag/School' rel='tag' target='_blank'>School</a>, <a class='technorati-link' href='http://technorati.com/tag/Sky+News' rel='tag' target='_blank'>Sky News</a>, <a class='technorati-link' href='http://technorati.com/tag/Students' rel='tag' target='_blank'>Students</a>, <a class='technorati-link' href='http://technorati.com/tag/together' rel='tag' target='_blank'>together</a>, <a class='technorati-link' href='http://technorati.com/tag/video' rel='tag' target='_blank'>video</a>, <a class='technorati-link' href='http://technorati.com/tag/Yele' rel='tag' target='_blank'>Yele</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html/together-a-song-for-haiti/feed</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>CSS Tutorial: Part 2</title>
		<link>http://htmlindex.net/html-index/css-tutorial-part-2</link>
		<comments>http://htmlindex.net/html-index/css-tutorial-part-2#comments</comments>
		<pubDate>Mon, 08 Feb 2010 02:09:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html index]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Guide]]></category>
		<category><![CDATA[Help]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[index.html]]></category>
		<category><![CDATA[joedagimp]]></category>
		<category><![CDATA[lesson]]></category>
		<category><![CDATA[make]]></category>
		<category><![CDATA[sheets]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[Style Css]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://htmlindex.net/html-index/css-tutorial-part-2</guid>
		<description><![CDATA[How to create a style.css sheet and use in with an index.html file. Part 1: http://uk.youtube.com/watch?v=omgz6pfQ4wk Visit my site for more guides http://www.joedagimp.co.nr Sorry for the typing mistakes. Duration : 0:4:32 addthis_url = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fcss-tutorial-part-2'; addthis_title = 'CSS+Tutorial%3A+Part+2'; addthis_pub = ''; Technorati Tags: code, coding, css, Guide, Help, how, html, index.html, joedagimp, lesson, make, sheets, style, &#8230; <a href="http://htmlindex.net/html-index/css-tutorial-part-2">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-index%252Fcss-tutorial-part-2%22%2C%20%22style%22%3A%20%22big%22%2C%20%22title%22%3A%20%22CSS%20Tutorial%3A%20Part%202%22%20%7D);"></div>
<p><img src="http://i.ytimg.com/vi/e3q-LodA92s/2.jpg" align="left" title="CSS Tutorial: Part 2" alt="2 CSS Tutorial: Part 2" />How to create a style.css sheet and use in with an index.<a href="http://htmlindex.net" target=_self>html</a> file.</p>
<p>Part 1:</p>
<p>http://uk.youtube.com/watch?v=omgz6pfQ4wk</p>
<p>Visit my site for more guides</p>
<p>http://www.joedagimp.co.nr</p>
<p>Sorry for the typing mistakes.</p>
<p>Duration : <b>0:4:32</b></p>
<p><span id="more-491"></span><br /><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/e3q-LodA92s&#038;fs=1" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed src="http://www.youtube.com/v/e3q-LodA92s&#038;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<script type="text/javascript">
  addthis_url    = 'http%3A%2F%2Fhtmlindex.net%2Fhtml-index%2Fcss-tutorial-part-2';
  addthis_title  = 'CSS+Tutorial%3A+Part+2';
  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-index/css-tutorial-part-2"></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/code' rel='tag' target='_blank'>code</a>, <a class='technorati-link' href='http://technorati.com/tag/coding' rel='tag' target='_blank'>coding</a>, <a class='technorati-link' href='http://technorati.com/tag/css' rel='tag' target='_blank'>css</a>, <a class='technorati-link' href='http://technorati.com/tag/Guide' rel='tag' target='_blank'>Guide</a>, <a class='technorati-link' href='http://technorati.com/tag/Help' rel='tag' target='_blank'>Help</a>, <a class='technorati-link' href='http://technorati.com/tag/how' rel='tag' target='_blank'>how</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/index.html' rel='tag' target='_blank'>index.html</a>, <a class='technorati-link' href='http://technorati.com/tag/joedagimp' rel='tag' target='_blank'>joedagimp</a>, <a class='technorati-link' href='http://technorati.com/tag/lesson' rel='tag' target='_blank'>lesson</a>, <a class='technorati-link' href='http://technorati.com/tag/make' rel='tag' target='_blank'>make</a>, <a class='technorati-link' href='http://technorati.com/tag/sheets' rel='tag' target='_blank'>sheets</a>, <a class='technorati-link' href='http://technorati.com/tag/style' rel='tag' target='_blank'>style</a>, <a class='technorati-link' href='http://technorati.com/tag/Style+Css' rel='tag' target='_blank'>Style Css</a>, <a class='technorati-link' href='http://technorati.com/tag/to' rel='tag' target='_blank'>to</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_blank'>tutorial</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://htmlindex.net/html-index/css-tutorial-part-2/feed</wfw:commentRss>
		<slash:comments>0</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-06 22:19:44 -->
