<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	>
<channel>
	<title>Comments on: How do I get background clipart on my website?</title>
	<atom:link href="http://warrenpiece.com/clipart/how-do-i-get-background-clipart-on-my-website/feed" rel="self" type="application/rss+xml" />
	<link>http://warrenpiece.com/clipart/how-do-i-get-background-clipart-on-my-website</link>
	<description></description>
	<pubDate>Sat, 19 May 2012 23:27:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The1andOnlyMule</title>
		<link>http://warrenpiece.com/clipart/how-do-i-get-background-clipart-on-my-website/comment-page-1#comment-4019</link>
		<dc:creator>The1andOnlyMule</dc:creator>
		<pubDate>Tue, 08 Sep 2009 10:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://warrenpiece.com/clipart/how-do-i-get-background-clipart-on-my-website#comment-4019</guid>
		<description>A couple of ways:

in the body tag, you can can do something like this:

&#60;body background=&#34;http://somedomain.com/imagepath.jpg&#34;&#62;

or 

&#60;body style= &#34;background-image:url(http://somedomain.com/imagepath.jpg);&#62;

or in a stylesheet

body
{
background-image:url(http://somedomain.com/imagepath.jpg);
}&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>A couple of ways:</p>
<p>in the body tag, you can can do something like this:</p>
<p>&lt;body background=&quot;http://somedomain.com/imagepath.jpg&quot;&gt;</p>
<p>or </p>
<p>&lt;body style= &quot;background-image:url(http://somedomain.com/imagepath.jpg);&gt;</p>
<p>or in a stylesheet</p>
<p>body<br />
{<br />
background-image:url(http://somedomain.com/imagepath.jpg);<br />
}<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>

