<?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: Code To Show 125X125 Ad Banner On WordPress Sidebar</title>
	<atom:link href="http://technotip.org/javascript-125x125-ads-on-sidebar/feed/" rel="self" type="application/rss+xml" />
	<link>http://technotip.org/javascript-125x125-ads-on-sidebar/</link>
	<description>A Blog For Bloggers, Internet Marketers and Designers!</description>
	<lastBuildDate>Tue, 17 Jan 2012 00:36:10 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Derek</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-91519</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Sat, 09 Oct 2010 19:49:36 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-91519</guid>
		<description>Thanks soooo much! I have been struggling with this for a few days my ads were getting all  wild on me. I appreciate it</description>
		<content:encoded><![CDATA[<p>Thanks soooo much! I have been struggling with this for a few days my ads were getting all  wild on me. I appreciate it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: linda@lose-pounds</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-45456</link>
		<dc:creator>linda@lose-pounds</dc:creator>
		<pubDate>Mon, 31 May 2010 17:52:17 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-45456</guid>
		<description>Thanks so much for this - I was tearing my hair out! You are helping to prevent baldness in website owners!</description>
		<content:encoded><![CDATA[<p>Thanks so much for this &#8211; I was tearing my hair out! You are helping to prevent baldness in website owners!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-43656</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Tue, 18 May 2010 09:13:08 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-43656</guid>
		<description>@Jaden, @Webbie, Great to know that it worked for you.</description>
		<content:encoded><![CDATA[<p>@Jaden, @Webbie, Great to know that it worked for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alignment of Ads, Two Horizontal And Rest Vertical &#8211; BuySellAds</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-30600</link>
		<dc:creator>Alignment of Ads, Two Horizontal And Rest Vertical &#8211; BuySellAds</dc:creator>
		<pubDate>Tue, 19 Jan 2010 19:37:13 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-30600</guid>
		<description>[...] Related:CSS Code To align 125X125 Ad Banner On WordPress Sidebar [...]</description>
		<content:encoded><![CDATA[<p>[...] Related:CSS Code To align 125X125 Ad Banner On WordPress Sidebar [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Webbie</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-26426</link>
		<dc:creator>Webbie</dc:creator>
		<pubDate>Tue, 08 Dec 2009 00:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-26426</guid>
		<description>Thanks a million for posting this. Man CSS can be maddening sometimes. This worked for me.</description>
		<content:encoded><![CDATA[<p>Thanks a million for posting this. Man CSS can be maddening sometimes. This worked for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jaden</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-25236</link>
		<dc:creator>Jaden</dc:creator>
		<pubDate>Fri, 27 Nov 2009 04:03:31 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-25236</guid>
		<description>Thanks so much I have spent an hour or more trying to find how to align my ads like this and nothing was working! Cheers.</description>
		<content:encoded><![CDATA[<p>Thanks so much I have spent an hour or more trying to find how to align my ads like this and nothing was working! Cheers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Satish</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-23314</link>
		<dc:creator>Satish</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-23314</guid>
		<description>@hari, Use the following code:
&lt;code&gt;
&lt;!-- insert ad blocks instead of fake images --&gt;
&lt;a href=&quot;destination-url&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://urdomain.com/blog/wp-content/themes/constructor
/images/banner125.jpg&quot;/&gt;
&lt;/a&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>@hari, Use the following code:<br />
<pre><code>
&lt;!-- insert ad blocks instead of fake images --&gt;
&lt;a href=&quot;destination-url&quot; rel=&quot;nofollow&quot;&gt;
&lt;img src=&quot;http://urdomain.com/blog/wp-content/themes/constructor
/images/banner125.jpg&quot;/&gt;
&lt;/a&gt;
</code></pre></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hari</title>
		<link>http://technotip.org/javascript-125x125-ads-on-sidebar/#comment-23149</link>
		<dc:creator>hari</dc:creator>
		<pubDate>Tue, 03 Nov 2009 06:52:13 +0000</pubDate>
		<guid isPermaLink="false">http://technotip.org/?p=1138#comment-23149</guid>
		<description>Hello, i am unable to show the image...using this code.....
&lt;code&gt;
&lt;!-- insert ad blocks instead of fake images --&gt;
&lt;a href=&quot;destination-url&quot; rel=&quot;nofollow&quot;&gt;
&lt;/a&gt;
&lt;/code&gt;
&quot;image-url&quot; unable to find the mage url, i have saved image in,
&quot;/public_html/blog/wp-content/themes/constructor/images/banner125.jpg&quot;

can you help me to let me know the image url!!!!!!!</description>
		<content:encoded><![CDATA[<p>Hello, i am unable to show the image&#8230;using this code&#8230;..<br />
<pre><code>
&lt;!-- insert ad blocks instead of fake images --&gt;
&lt;a href=&quot;destination-url&quot; rel=&quot;nofollow&quot;&gt;
&lt;/a&gt;
</code></pre><br />
&#8220;image-url&#8221; unable to find the mage url, i have saved image in,<br />
&#8220;/public_html/blog/wp-content/themes/constructor/images/banner125.jpg&#8221;</p>
<p>can you help me to let me know the image url!!!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

