<?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: Need an VALID xhtml code for adding an image to my blog.?</title>
	<atom:link href="http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog</link>
	<description>Simple WordPress themes, ready to download now!</description>
	<lastBuildDate>Sun, 05 Sep 2010 22:11:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ron</title>
		<link>http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog/comment-page-1#comment-662</link>
		<dc:creator>Ron</dc:creator>
		<pubDate>Sun, 31 May 2009 18:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog#comment-662</guid>
		<description>Try this:

&lt;p&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot; /&gt;&lt;/p&gt;

You can change the &quot;p&quot; tags to div tags and style as needed to make a nice div container for image links.

Ron&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>Try this:</p>
<p>&lt;p&gt;&lt;img style=&quot;width: XXpx; height: YYpx; border: 0;&quot; src=&quot;Path to image&quot; alt=&quot;Text Description&quot; /&gt;&lt;/p&gt;</p>
<p>You can change the &quot;p&quot; tags to div tags and style as needed to make a nice div container for image links.</p>
<p>Ron<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PhonicUK</title>
		<link>http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog/comment-page-1#comment-661</link>
		<dc:creator>PhonicUK</dc:creator>
		<pubDate>Sun, 31 May 2009 18:21:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog#comment-661</guid>
		<description>A valid IMG tag in XHTML must meet 3 criteria...

All parameters must be enclosed by opening and closing double quotes
There must be an ALT tag for alternate text
The tag must be properly closed.

&lt;img src=&quot;Car.jpg&quot; alt=&quot;A blue car&quot; /&gt;&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>A valid IMG tag in XHTML must meet 3 criteria&#8230;</p>
<p>All parameters must be enclosed by opening and closing double quotes<br />
There must be an ALT tag for alternate text<br />
The tag must be properly closed.</p>
<p>&lt;img src=&quot;Car.jpg&quot; alt=&quot;A blue car&quot; /&gt;<br /><b>References : </b></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: js159</title>
		<link>http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog/comment-page-1#comment-660</link>
		<dc:creator>js159</dc:creator>
		<pubDate>Sun, 31 May 2009 17:46:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog#comment-660</guid>
		<description>http://www.w3schools.com/tags/tag_IMG.asp&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;there</description>
		<content:encoded><![CDATA[<p><a href="http://www.w3schools.com/tags/tag_IMG.asp" rel="nofollow">http://www.w3schools.com/tags/tag_IMG.asp</a><br /><b>References : </b><br />there</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: HandyManOrNot</title>
		<link>http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog/comment-page-1#comment-659</link>
		<dc:creator>HandyManOrNot</dc:creator>
		<pubDate>Sun, 31 May 2009 17:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.wordpressstyles.com/wordpress-design/need-an-valid-xhtml-code-for-adding-an-image-to-my-blog#comment-659</guid>
		<description>XHTML basically means that every tag must have an ending tag.

For the image tag, just make sure to end it.

Please post the image tag code you are using that fails validation so we can see what is wrong.&lt;br&gt;&lt;b&gt;References : &lt;/b&gt;&lt;br&gt;</description>
		<content:encoded><![CDATA[<p>XHTML basically means that every tag must have an ending tag.</p>
<p>For the image tag, just make sure to end it.</p>
<p>Please post the image tag code you are using that fails validation so we can see what is wrong.<br /><b>References : </b></p>
]]></content:encoded>
	</item>
</channel>
</rss>
