<?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>Help4Flirts &#187; html help</title>
	<atom:link href="http://help4flirts.com/category/html-help/feed/" rel="self" type="application/rss+xml" />
	<link>http://help4flirts.com</link>
	<description>HTML tutorials for Niteflirt and other stuff</description>
	<lastBuildDate>Thu, 05 Apr 2012 17:25:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Problems with broken listings?</title>
		<link>http://help4flirts.com/2011/08/05/problems-with-broken-listings/</link>
		<comments>http://help4flirts.com/2011/08/05/problems-with-broken-listings/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 20:56:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[Niteflirt issues]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=820</guid>
		<description><![CDATA[Note: I wrote this before it became clear what had happened, and now have edited it to reflect that. Niteflirt has installed a new HTML code screener on the site. What it does is look at your code, find errors, decide what to do, and do it. Unfortunately the net effect is to turn it [...]]]></description>
			<content:encoded><![CDATA[<p>Note: I wrote this before it became clear what had happened, and now have edited it to reflect that.</p>
<p>Niteflirt has installed a new HTML code screener on the site. What it does is look at your code, find errors, decide what to do, and do it. </p>
<p>Unfortunately the net effect is to turn it all into garbage if you have code errors or what is now considered to be &#8220;code errors&#8221;.</p>
<p>What is a &#8220;code error&#8221;? Using any tag that is not on the new approved list, which means that many common tags and attributes are no longer permitted. </p>
<p>If you&#8217;re reading this, before you hit &#8220;submit&#8221;, copy your code into a text editor like Notepad. If Niteflirt has turned your listing into garbage, you will at least have a copy of it to work from. </p>
<p>Things to make sure your code has:</p>
<p>Make sure each tag is closed. All tags start with a &#8216;&lt;&#8217; and end with a &#8216;&gt;&#8217;. Leaving out the end brackets will do nasty things to your code. Adding stuff into your tags that don&#8217;t belong there will break stuff. </p>
<p>Using separate font tags for different font attributes will result in all of them being closed and made useless. Don&#8217;t do this:</p>
<p>&lt;font face=&#8221;arial&#8221;&gt;&lt;font color=&#8221;red&#8221;&gt;&lt;font size=&#8221;2&#8243;&gt;</p>
<p>Do this:<br />
&lt;font face=&#8221;arial&#8221; color=&#8221;red&#8221; size=&#8221;2&#8243;&gt;</p>
<p>Don&#8217;t use extra &lt;body&gt;, &lt;/body&gt;, &lt;html&gt;, &lt;/html&gt; tags anywhere in your listing code. The only &lt;body&gt; tag you should use is if you are using HTML to set the background.</p>
<p>Just because your code was working before doesn&#8217;t mean there was no problem with it. Browsers let you get away with all sorts of mistakes. Unfortunately girls have been lucky for a long time. It&#8217;s time to start learning to read and write good code, unfortunately. </p>
<p>The new restrictions mean that in some ways code will be more limited than previously. Most designs will have to be redone. Some things are no longer possible at all. </p>
<p>I set up a <a href="http://www.niteflirt.com/listings/show/7074058-Legal-tags-examples">listing</a> that displays the permitted tags. Many of them are totally useless unless you&#8217;re writing an article about computer code. The number of useful tags and attributes is much smaller than the list we have been given.  </p>
<p>I also made a <a href="http://www.niteflirt.com/listings/show/9545717-Div-Template">div listing template</a>, for those of you who wish to look at some formatting that works. </p>
<p>And there&#8217;s always the <a href="http://support.niteflirt.com/articles/FAQ/Using-HTML">list of approved tags and attributes</a> to look at.</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2011/08/05/problems-with-broken-listings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using special characters: Chart</title>
		<link>http://help4flirts.com/2010/08/22/using-special-characters-chart/</link>
		<comments>http://help4flirts.com/2010/08/22/using-special-characters-chart/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 21:31:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=588</guid>
		<description><![CDATA[The Unicode standard character list provides a great many letters and characters in languages we are both familiar with and unfamiliar with. It also provides a great many symbols for math, science, and other more obscure functions. When you see a weird character being used by someone—particularly in their listing title—that&#8217;s usually where it came [...]]]></description>
			<content:encoded><![CDATA[<p>The Unicode standard character list provides a great many letters and characters in languages we are both familiar with and unfamiliar with. It also provides a great many symbols for math, science, and other more obscure functions. </p>
<p>When you see a weird character being used by someone—particularly in their listing title—that&#8217;s usually where it came from. But for the most part, lists you find are of a few characters somebody thought was interesting before they got bored and gave up. </p>
<p>I have made a list here of the 60,000 possible Unicode characters. If you&#8217;re looking for a character to use in your HTML to decorate your page, you may very well find something there. </p>
<p>Note: the page is large and may load slowly if you have a slow connection. Also, if you make a listing title with a lot of characters in it, make sure there are spaces. If you break the front page or a category index page because your set it up without spaces, your listing can be suspended.</p>
<p><a href="http://help4flirts.com/html/">Click here.</a></p>
<p>❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤ ❤</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/08/22/using-special-characters-chart/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO &#8211; In your document head</title>
		<link>http://help4flirts.com/2010/07/30/seo-in-your-document-head/</link>
		<comments>http://help4flirts.com/2010/07/30/seo-in-your-document-head/#comments</comments>
		<pubDate>Fri, 30 Jul 2010 19:19:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[meta description]]></category>
		<category><![CDATA[meta keywords]]></category>
		<category><![CDATA[page title]]></category>
		<category><![CDATA[search engine optimization]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=571</guid>
		<description><![CDATA[Between the &#60;head&#62; and the &#60;/head&#62; tags of your page code, there are several tags you need to understand to make them work for you. First there are two &#60;meta&#62; tags. The meta keywords tag looks like this: &#60;meta name=&#8221;keywords&#8221; content=&#8221;keyword 1, keyword 2, &#8230;&#8221;&#62; You would select a few of the most important keywords [...]]]></description>
			<content:encoded><![CDATA[<p>Between the &lt;head&gt; and the &lt;/head&gt; tags of your page code, there are several tags you need to understand to make them work for you. </p>
<p>First there are two &lt;meta&gt; tags.</p>
<p>The meta keywords tag looks like this:</p>
<p>&lt;meta name=&#8221;keywords&#8221; content=&#8221;keyword 1, keyword 2, &#8230;&#8221;&gt;</p>
<p>You would select a few of the most important keywords for your page to put here. When I say &#8220;a few&#8221;, I really mean just a few. Putting dozens or hundreds of &#8220;keywords&#8221; that you don&#8217;t even use on your page just means that the whole thing will be at best ignored. At worst, you can be punished for trying to cheat by putting keywords in there that are clearly not a part of your site. </p>
<p>In fact, at this time it appears that putting keywords in the meta keywords tag is probably not going to help your site. So many people cheated on it that Google no longer will count it for you.</p>
<p>Then there is the meta description tag. It&#8217;s pretty self-explanatory.</p>
<p>&lt;meta name=&#8221;description&#8221; content=&#8221;This is the description of my site I want to appear in a Google search.&#8221;&gt;</p>
<p>Finally, there is the page title. </p>
<p>&lt;title&gt;Your page title text goes here&lt;/title&gt;</p>
<p>Your page title shows at the very top of the browser window in the blue bar. It also displays as the text for your link, if your page is indexed on Google. </p>
<p>The page title for this page is &#8220;SEO &#8211; In your document head | Help4flirts &#8211; Mozilla Firefox&#8221; if you are viewing this post as a single post, and &#8220;HTML, design, and graphics tutorials for flirts, PSO&#8217;s, and the adult entertainment industry &#8211; Mozilla Firefox&#8221; if you are viewing it in the main index view. </p>
<p>You really want your page to have a title that reflects what the page is about. Names like <a href="http://www.google.com/search?q=untitled+document&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;client=firefox-a&#038;rlz=1R1GGLL_en___US379">Untitled Document</a> (18,000,000 pages)  and <a href="http://www.google.com/search?q=page+title&#038;ie=utf-8&#038;oe=utf-8&#038;aq=t&#038;client=firefox-a&#038;rlz=1R1GGLL_en___US379">Page title</a> (598,000,000 pages), or <a href="http://www.google.com/search?q=home&#038;hl=en&#038;client=firefox-a&#038;hs=H6a&#038;rlz=1R1GGLL_en___US379&#038;ei=WSVTTKrPJcb_lgeot4hu&#038;start=90&#038;sa=N">Home</a> (4,520,000,000 pages), well let&#8217;s just say they aren&#8217;t going to set you apart from your competitors, or anyone else for that matter. </p>
<p>Using somebody else&#8217;s site name as the page title on your site entry page? Skeezy. </p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/07/30/seo-in-your-document-head/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Photohostess link generator</title>
		<link>http://help4flirts.com/2010/03/09/photohostess-link-generator/</link>
		<comments>http://help4flirts.com/2010/03/09/photohostess-link-generator/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 20:30:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[Niteflirt issues]]></category>
		<category><![CDATA[Tips and tricks]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=450</guid>
		<description><![CDATA[Many girls are now using Photohostess to host their images for Niteflirt. Unfortunately, although photohostess is intended to host photos for girls on Niteflirt and provide them with links to use, it does not provide you with Niteflirt-safe image code or the information you need to fix the links to make them work but keep [...]]]></description>
			<content:encoded><![CDATA[<p>Many girls are now using <a href="http://photohostess.com">Photohostess</a> to host their images for Niteflirt. Unfortunately, although photohostess is intended to host photos for girls on Niteflirt and provide them with links to use, it does not provide you with Niteflirt-safe image code or the information you need to fix the links to make them work but keep them from getting your listing suspended. </p>
<p>In my last entry I gave instructions on how to clean up Photohostess links by editing them. That is no longer necessary. I have created a page that you can enter your image url, which will give you a working image link to copy. </p>
<p>There is also a second form which will generate a working link. So you can use it to create HTML code for payment mail buttons, image links to your blog, or whatever you want. </p>
<p>There is a third form you can use to create text links.</p>
<p>You must enter naked links with no tags. There should be no spaces in your links. If you miscopy, it will create HTML code for you that just won&#8217;t work. If you are making payment mail buttons, copy the plain HTML link from the window that comes up after you create or edit your payment mail button, not the popup that links from the payment mail index and provides you with a gray payment mail button code. </p>
<p>These are standard links. They will work with any text or image anywhere you need an HTML image or link code on the web. They will not modify your image size for you. </p>
<p><a href="http://help4flirts.com/help/nf-link-generator.php">Photohostess link generator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2010/03/09/photohostess-link-generator/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reciprocal linking codes</title>
		<link>http://help4flirts.com/2008/10/23/reciprocal-linking-codes/</link>
		<comments>http://help4flirts.com/2008/10/23/reciprocal-linking-codes/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 02:35:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Banners]]></category>
		<category><![CDATA[html help]]></category>
		<category><![CDATA[Tips and tricks]]></category>
		<category><![CDATA[tutorials]]></category>
		<category><![CDATA[reciprocal links tutorial]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=155</guid>
		<description><![CDATA[Here&#8217;s the thing. To get placed more highly in a Google search (who doesn&#8217;t want that?), you need to make Google think you&#8217;ve got a damned fine site. The higher the PR (Page Rank) you&#8217;ve got, the better a site Google thinks you&#8217;ve got, and the higher you will come up in a search for [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s the thing. </p>
<p>To get placed more highly in a Google search (who doesn&#8217;t want that?), you need to make Google think you&#8217;ve got a damned fine site. The higher the PR (Page Rank) you&#8217;ve got, the better a site Google thinks you&#8217;ve got, and the higher you will come up in a search for your chosen keywords. </p>
<p>One of the ways you do this is by getting links from other sites like yours.</p>
<p>One of the things Google looks at when deciding how good a site you have is incoming links. They look at how many sites are linking to you and what kind of sites they are. The people who wrote the algorithm decided that the more highly ranked sites you have linking to your site, the better quality your site is. </p>
<p>So if you&#8217;ve got a site that lots of people with good sites think their readers will want to read, they&#8217;ll link to you and you may get a boost out of this. The best way to do this is to start by having quality content on your site. Update your content regularly and people will return to see what&#8217;s new. They&#8217;ll give you links.</p>
<p>Of course, there are other ways to get links. Some sites will trade links with you. Google looks at links like this and sees that they are reciprocal, which means the two sites link to each other. A link like this is not worth as much to Google, but you may get some good traffic out of it. </p>
<p>When you make a reciprocal link, you should place the site&#8217;s link at least as well as they have placed yours. So if they link to your front page, you can link to their front page. If they&#8217;ve got a &#8220;links&#8221; page, you can put their link on your links page or on your front page. But be nice. Don&#8217;t hide their link someplace on your site if they are giving you a link to your front page. I have offered to trade links with girls who wanted me to link to their front page, while they were putting my link on a page that was behind a tiny text link. Another girl offered me a link on a password-protected page that nobody but flirts whose banners were on the page had the password to. </p>
<p>It&#8217;s the same with topsites. If they want you to host their image, then upload it to your site and link to the image there. Otherwise, use the code they gave you and put the link on the page you gave them. </p>
<p>Here&#8217;s a banner for this site:<br />
<img src="http://help4flirts.com/banners/banner.gif"><br />
The url for the image is </p>
<p>http://help4flirts.com/banners/banner.gif.</p>
<p>The code for linking is<br />
&lt;a href=&quot;http://help4flirts.com/&quot;&gt;&lt;img src=&quot;http://help4flirts.com/banners/banner.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;</p>
<p>I had to type that out in strange characters for you to see that. In order for the linking code to actually show up the way they need to copy it, you need to either type it in special html characters, format it with &lt;pre&gt;&lt;/pre&gt; tags:<br />
&lt;pre&gt;&lt;a href=&quot;help4flirts.com/&quot;&gt;&lt;img src=&quot;http://help4flirts.com/banners/banner.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;&lt;/pre&gt;</p>
<pre>your linking code</pre>
<p>See how I didn&#8217;t actually put the linking code in there? This one doesn&#8217;t work in WordPress.</p>
<p>Or you can put it in a textarea. &#8220;Cols&#8221; is the number of columns. Put more to make the textarea wider. &#8220;Rows&#8221; is the number of rows. You can increase or decrease, but you want the entire code to show without too much wasted white space.<br />
&lt;textarea cols=&quot;40&quot; rows=&quot;3&quot;&gt;&lt;a href=&quot;http://help4flirts.com&quot;&gt;&lt;img src=&quot;http://help4flirts.com/banners/banner.gif&quot; border=&quot;0&quot;&gt;&lt;/a&gt;<br />
<textarea cols="40" rows="3"><a href="http://help4flirts.com/"><img src="http://help4flirts.com/banners/banner.gif" border="0"></a></textarea></p>
<p>You can use any of these in an html page. You can&#8217;t use the &#8216;pre&#8217; tags in WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/10/23/reciprocal-linking-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Font colors</title>
		<link>http://help4flirts.com/2008/07/17/font-colors/</link>
		<comments>http://help4flirts.com/2008/07/17/font-colors/#comments</comments>
		<pubDate>Thu, 17 Jul 2008 22:57:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=84</guid>
		<description><![CDATA[Changing font colors Here&#8217;s a big chart of color names. There&#8217;s no guarantee that they will work on Niteflirt, but if you like one that doesn&#8217;t, just copy the hex code, hashmark and all, and put it instead of the color name. Color reference]]></description>
			<content:encoded><![CDATA[<p>Changing font colors<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="479" height="665"><param name="movie" value="http://content.screencast.com/bootstrap.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/media/f09191e6-c1f5-4315-aea3-449c2935f9f0_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/3a7215e1-1d45-4b09-a6ca-14d87e4f7916_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1849.swf&#038;width=479&#038;height=665"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param>  <embed src="http://content.screencast.com/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="479" height="665" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/media/f09191e6-c1f5-4315-aea3-449c2935f9f0_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/3a7215e1-1d45-4b09-a6ca-14d87e4f7916_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1849.swf&#038;width=479&#038;height=665" allowFullScreen="true" scale="showall"></embed></object></p>
<p>Here&#8217;s a big chart of color names. There&#8217;s no guarantee that they will work on Niteflirt, but if you like one that doesn&#8217;t, just copy the hex code, hashmark and all, and put it instead of the color name.<br />
<a href="http://www.web-wise-wizard.com/html-tutorials/html-web-rgb-hex-color-names.html">Color reference</a></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/07/17/font-colors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>More about fonts</title>
		<link>http://help4flirts.com/2008/07/15/more-about-fonts/</link>
		<comments>http://help4flirts.com/2008/07/15/more-about-fonts/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 22:38:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=83</guid>
		<description><![CDATA[Web-safe fonts your visitor should have on his computer.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="527" height="668"><param name="movie" value="http://content.screencast.com/bootstrap.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/media/f73aa49f-32c4-4c08-8625-55c72ceb1374_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/2154ff19-04d5-44bd-bbec-081bd87e2d2a_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1830.swf&#038;width=527&#038;height=668"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param>  <embed src="http://content.screencast.com/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="527" height="668" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/media/f73aa49f-32c4-4c08-8625-55c72ceb1374_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/2154ff19-04d5-44bd-bbec-081bd87e2d2a_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1830.swf&#038;width=527&#038;height=668" allowFullScreen="true" scale="showall"></embed></object></p>
<p><a href="http://en.wikipedia.org/wiki/Web-safe_fonts" target="_blank">Web-safe fonts</a> your visitor should have on his computer.</p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/07/15/more-about-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast tutorials: Changing font part 1</title>
		<link>http://help4flirts.com/2008/07/13/screencast-tutorials-changing-font-part-1/</link>
		<comments>http://help4flirts.com/2008/07/13/screencast-tutorials-changing-font-part-1/#comments</comments>
		<pubDate>Sun, 13 Jul 2008 22:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=82</guid>
		<description><![CDATA[Changing Fonts]]></description>
			<content:encoded><![CDATA[<p>Changing Fonts</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="562" height="633"><param name="movie" value="http://content.screencast.com/bootstrap.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/media/795ceb9a-9267-42ca-a117-7834e355a141_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/4ff14b9b-c5b8-4afc-b126-a9769777e8a7_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1816.swf&#038;width=562&#038;height=633"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param>  <embed src="http://content.screencast.com/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="562" height="633" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/media/795ceb9a-9267-42ca-a117-7834e355a141_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/4ff14b9b-c5b8-4afc-b126-a9769777e8a7_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1816.swf&#038;width=562&#038;height=633" allowFullScreen="true" scale="showall"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/07/13/screencast-tutorials-changing-font-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast tutorials: paragraphs</title>
		<link>http://help4flirts.com/2008/07/11/screencast-tutorials-paragraphs/</link>
		<comments>http://help4flirts.com/2008/07/11/screencast-tutorials-paragraphs/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 22:25:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=81</guid>
		<description><![CDATA[Making Paragraphs with HTML]]></description>
			<content:encoded><![CDATA[<p>Making Paragraphs with HTML</p>
<p><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="557" height="631"><param name="movie" value="http://content.screencast.com/bootstrap.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/media/7cf67bc0-298b-4a90-bb72-db2d6d0fe630_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/66bf1680-3569-4e3e-b5c9-e992a78cc9bb_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1813.swf&#038;width=557&#038;height=631"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param>  <embed src="http://content.screencast.com/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="557" height="631" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/media/7cf67bc0-298b-4a90-bb72-db2d6d0fe630_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/66bf1680-3569-4e3e-b5c9-e992a78cc9bb_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1813.swf&#038;width=557&#038;height=631" allowFullScreen="true" scale="showall"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/07/11/screencast-tutorials-paragraphs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Screencast tutorials: Getting started in html</title>
		<link>http://help4flirts.com/2008/07/09/video-screencast-tutorials-getting-started-in-html-headers/</link>
		<comments>http://help4flirts.com/2008/07/09/video-screencast-tutorials-getting-started-in-html-headers/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 22:27:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[html help]]></category>
		<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://help4flirts.com/?p=80</guid>
		<description><![CDATA[Headers]]></description>
			<content:encoded><![CDATA[<p>Headers<br />
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="557" height="635"><param name="movie" value="http://content.screencast.com/bootstrap.swf"></param><param name="quality" value="high"></param><param name="bgcolor" value="#FFFFFF"></param><param name="flashVars" value="thumb=http://content.screencast.com/media/973ec27d-91b2-42f6-b0bb-59ff82c6f38e_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/b7e1b1f0-e165-49ae-ab58-dd7820481009_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1803.swf&#038;width=557&#038;height=635"></param><param name="allowFullScreen" value="true"></param><param name="scale" value="showall"></param><param name="allowScriptAccess" value="always"></param>  <embed src="http://content.screencast.com/bootstrap.swf" quality="high" bgcolor="#FFFFFF" width="557" height="635" type="application/x-shockwave-flash" allowScriptAccess="always" flashVars="thumb=http://content.screencast.com/media/973ec27d-91b2-42f6-b0bb-59ff82c6f38e_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_Thumbnail.gif&#038;content=http://content.screencast.com/media/b7e1b1f0-e165-49ae-ab58-dd7820481009_62a5d7be-6ac5-46f9-a737-53e3a5f816fa_static_0_0_2008-07-09_1803.swf&#038;width=557&#038;height=635" allowFullScreen="true" scale="showall"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://help4flirts.com/2008/07/09/video-screencast-tutorials-getting-started-in-html-headers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

