<?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>Useful tips and stuff that matters &#187; html</title>
	<atom:link href="http://www.theusefulblog.com/tag/html/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theusefulblog.com</link>
	<description>Tips and tricks and stuff that matters for computers, internet, and many others.</description>
	<lastBuildDate>Thu, 26 Nov 2009 08:13:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get rid of the wide spaces between the post body in WordPress</title>
		<link>http://www.theusefulblog.com/post/how-to-get-rid-of-the-wide-spaces-between-the-post-body-in-wordpress/</link>
		<comments>http://www.theusefulblog.com/post/how-to-get-rid-of-the-wide-spaces-between-the-post-body-in-wordpress/#comments</comments>
		<pubDate>Mon, 23 Oct 2006 05:06:51 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://www.theusefulblog.com/2006/10/22/how-to-get-rid-of-the-wide-spaces-between-the-post-body-in-wordpress/</guid>
		<description><![CDATA[Sometimes we see some annoying wide spaces in between the post body, which makes the post looks wierd, like this one in the picture. That&#8217;s because the theme&#8217;s stylesheet made the post body&#8217;s texts to align justified. To get rid of those wide spaces we have to open the file style.css in the folder &#8220;wp-content/themes/your [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes we see some annoying wide spaces in between the post body, which makes the post looks wierd, like this one in <a href="http://www.theusefulblog.com/wp-content/uploads/2006/10/too-many-wide-space.JPG">the picture</a>. That&#8217;s because the theme&#8217;s stylesheet made the post body&#8217;s texts to align justified. To get rid of those wide spaces we have to open the file <strong>style.css</strong> in the folder &#8220;<strong>wp-content/themes/your theme&#8221;,</strong> find the <strong>.post {</strong> section or <strong>.entry-content {</strong> section if you&#8217;re using <strong>K2</strong> and change <strong>text-align: justify; </strong>to <strong>text-align: left; </strong>to make the text to align left, so that they won&#8217;t make wide spaces by sometimes aligning left and sometimes aligning right. After changing this file the wide spaces will be gone.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/how-to-get-rid-of-the-wide-spaces-between-the-post-body-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Yesterday I got paid by Bidvertiser</title>
		<link>http://www.theusefulblog.com/post/yesterday-i-got-paid-by-bidvertiser/</link>
		<comments>http://www.theusefulblog.com/post/yesterday-i-got-paid-by-bidvertiser/#comments</comments>
		<pubDate>Fri, 29 Sep 2006 01:50:00 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[advertisement]]></category>
		<category><![CDATA[bidvertiser]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[picture]]></category>

		<guid isPermaLink="false">http://www.tipspedia.info/2006/09/29/yesterday-i-got-paid-by-bidvertiser/</guid>
		<description><![CDATA[Yesterday finally I got the first payment to my Paypal account by Bidvertiser, it was about 26 dollars, earned from the ads in my other websites. I&#8217;m very happy about that, since it&#8217;s the first time I get so much money in my Paypal account! It also proved that Bidvertiser actually pays, at least for [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday finally I got the first payment to my Paypal account by Bidvertiser, it was about 26 dollars, earned from the ads in my other websites. I&#8217;m very happy about that, since it&#8217;s the first time I get so much money in my Paypal account! It also proved that Bidvertiser actually pays, at least for a small amount, although I don&#8217;t recommend it to anyone who has a very good website, because sometimes it won&#8217;t count some clicks. In spite of this it accepts almost all kinds of websites, including the free web sites and subdomains, you don&#8217;t need to wait for your website to be approved, but be careful that if your website is not approved after they review it some times later your website along with the earning from it will be DELETED!</p>
<p>Anyways here&#8217;s the picture of the payment received from it:<br /><img alt="" src="http://static.flickr.com/110/277012109_0a5fb0f9c6_d.jpg" border="0" /></p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/yesterday-i-got-paid-by-bidvertiser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>How to make links to open in a target frame</title>
		<link>http://www.theusefulblog.com/post/how-to-make-links-to-open-in-a-target-frame/</link>
		<comments>http://www.theusefulblog.com/post/how-to-make-links-to-open-in-a-target-frame/#comments</comments>
		<pubDate>Thu, 14 Sep 2006 20:31:00 +0000</pubDate>
		<dc:creator>angelchen1111</dc:creator>
				<category><![CDATA[tips]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[template]]></category>

		<guid isPermaLink="false">http://www.tipspedia.info/2006/09/14/how-to-make-links-to-open-in-a-target-frame/</guid>
		<description><![CDATA[To make links in a web page to open in a target frame or new window all you need is to add target=&#8221;_blank&#8221; in between the &#60;a href=&#8221;***&#8221;&#62; section of the html code, where *** is the default target frame.
target=&#8221;_blank&#8221; Opens a page in new windowtarget=&#8221;_self&#8221; Opens a page in the same frametarget=&#8221;_top&#8221; Opens a [...]]]></description>
			<content:encoded><![CDATA[<p>To make links in a web page to open in a target frame or new window all you need is to add <strong>target=&#8221;_blank&#8221;</strong> in between the <strong>&lt;a href=&#8221;***&#8221;&gt;</strong> section of the html code, where <strong>***</strong> is the default target frame.</p>
<blockquote><p><strong>target=&#8221;_blank&#8221;</strong> Opens a page in new window<br /><strong>target=&#8221;_self&#8221;</strong> Opens a page in the same frame<br /><strong>target=&#8221;_top&#8221;</strong> Opens a page in the top page breaking all frames<br /><strong>target=&#8221;_parent&#8221;</strong> Opens a page in parent frame</p>
</blockquote>
<p>We can also use <strong>target=&#8221;frame or iframe&#8217;s name&#8221;</strong> to make the link to open in that frame or iframe.</p>
<p>To make links to open in a target frame or new window by default add <strong>&lt;base target=&#8221;***&#8221;&gt;</strong> in between the <strong>&lt;head&gt;</strong> section of the code. This also works for Blogger&#8217;s templates, for Blogger Beta&#8217;s templates since it had to be XML compliant you have to add the closing tag <strong>&lt;/base&gt;</strong> at the end to <strong>&lt;base target=&#8221;***&#8221;&gt; </strong>to make it work.</p>
<hr /><small>Copyright &copy; 2008<br /> This feed is for personal, non-commercial use only. <br /> The use of this feed on other websites breaches copyright. If this content is not in your news reader, it makes the page you are viewing an infringement of the copyright. (Digital Fingerprint:<br /> )</small>]]></content:encoded>
			<wfw:commentRss>http://www.theusefulblog.com/post/how-to-make-links-to-open-in-a-target-frame/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
