<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar</title>
		<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar</link>
		<description>Support Forum - Topic: Resizing the &quot;Newscast Advertising Widget&quot; for One Sidebar</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 04:56:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/resizing-the-newscast-advertising-widget-for-one-sidebar" rel="self" type="application/rss+xml" />

		<item>
			<title>fulanito on "Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar#post-3533</link>
			<pubDate>Thu, 26 Aug 2010 12:58:27 +0000</pubDate>
			<dc:creator>fulanito</dc:creator>
			<guid isPermaLink="false">3533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you! that worded just perfect!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar#post-3528</link>
			<pubDate>Thu, 26 Aug 2010 12:28:18 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">3528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;For Google Ads, whether 125px x 125px (2 across) or 300px x 300px I'd use this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;my-300-ads&#38;quot;&#38;gt;
&#38;lt;!-- Insert Google Ad code here --&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this CSS:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.my-300-ads { padding: 20px; }&#60;/code&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>fulanito on "Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar#post-3372</link>
			<pubDate>Tue, 24 Aug 2010 01:20:34 +0000</pubDate>
			<dc:creator>fulanito</dc:creator>
			<guid isPermaLink="false">3372@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;James I want to do just the opposite! lol two 125x125 syde-by-side to place google 125px ads and one big 300x300 px for a costume ad!&#60;br /&#62;
I{m guessing for the big ad I just put this on the html text widget:&#60;/p&#62;
&#60;p&#62;&#38;lt;div class=&#34;my-300-ads&#34;&#38;gt;&#60;br /&#62;
&#60;a href=&#34;your/link/here&#34;&#62;&#60;img src=&#34;your/image/url.jpg&#34; alt=&#34;Ad Name&#34; /&#62;&#60;/a&#62;&#60;br /&#62;
&#38;lt;/div&#38;gt;&#60;/p&#62;
&#60;p&#62;and this in the CSS:&#60;/p&#62;
&#60;p&#62;.my-300-ads { padding: 20px; }&#60;/p&#62;
&#60;p&#62;is that right? what about for the two 125x125 SIDE-BYSIDE google ads?&#60;/p&#62;
&#60;p&#62;thank you
&#60;/p&#62;</description>
		</item>
		<item>
			<title>James Morrison on "Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar#post-673</link>
			<pubDate>Sat, 24 Jul 2010 14:29:24 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">673@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The one big sidebar width is 340px, so for the 125 x 125 ads I would suggest using this HTML in a text widget:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;my-125-ads&#38;quot;&#38;gt;
&#38;lt;a href=&#38;quot;your/link/here&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;your/image/url.jpg&#38;quot; alt=&#38;quot;Ad Name&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;a href=&#38;quot;your/link/here&#38;quot;&#38;gt;&#38;lt;img src=&#38;quot;your/image/url.jpg&#38;quot; alt=&#38;quot;Ad Name&#38;quot; /&#38;gt;&#38;lt;/a&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;along with this CSS:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.my-125-ads { padding: 20px; }
.my-125-ads img { float: left; margin: 25px; }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And for the 300px Google Ad this HTML:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;my-300-ads&#38;quot;&#38;gt;
&#38;lt;!-- Insert Google Ad code here --&#38;gt;
&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with this CSS:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.my-300-ads { padding: 20px; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Obviously this is just an example and you'll probably want to play around with the code to get it just right.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sunkapoor on "Resizing the &#34;Newscast Advertising Widget&#34; for One Sidebar"</title>
			<link>http://www.kriesi.at/support/topic/resizing-the-newscast-advertising-widget-for-one-sidebar#post-597</link>
			<pubDate>Fri, 23 Jul 2010 22:46:07 +0000</pubDate>
			<dc:creator>sunkapoor</dc:creator>
			<guid isPermaLink="false">597@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am displaying &#34;One big sidebar&#34; so you may have already guessed how awkward the advertising widget looks here. Could you please provide us guidance so we can have the following two options:&#60;/p&#62;
&#60;p&#62;1) Two 125x125 side-by-side (next to each other)&#60;br /&#62;
2) 300px wide area where a google 300px ad could fit&#60;/p&#62;
&#60;p&#62;Thank you for the support,&#60;/p&#62;
&#60;p&#62;Sunny
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
