<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<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>WordPress.com Forums &#187; Tag: side by side - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/side-by-side</link>
		<description>WordPress.com Forums &#187; Tag: side by side - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 07:25:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/side-by-side" rel="self" type="application/rss+xml" />

		<item>
			<title>elanacastle on "Images Side by Side"</title>
			<link>http://en.forums.wordpress.com/topic/images-side-by-side-2#post-1300434</link>
			<pubDate>Tue, 11 Jun 2013 04:02:46 +0000</pubDate>
			<dc:creator>elanacastle</dc:creator>
			<guid isPermaLink="false">1300434@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi.  I use the following html to easily paste all my uploaded media images into my post:<br />
[gallery columns="1" size="full"]</p>
<p>However, now I would like to place my vertical images side by side like this blog: <a href="http://www.brookeholm.com.au/blog/" rel="nofollow">http://www.brookeholm.com.au/blog/</a></p>
<p>Is this possible?<br />
Also, is this possible without having to insert image by image and then change their justification? (which by the way didn't seem to work?)</p>
<p>Thanks
</p>
]]></description>
					</item>
		<item>
			<title>thebirdingbunch on "How to do Side by Side Images without text next to them?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-do-side-by-side-images-without-text-next-to-them#post-941228</link>
			<pubDate>Thu, 12 Jul 2012 19:06:43 +0000</pubDate>
			<dc:creator>thebirdingbunch</dc:creator>
			<guid isPermaLink="false">941228@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!  That worked.  :)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to do Side by Side Images without text next to them?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-do-side-by-side-images-without-text-next-to-them#post-941127</link>
			<pubDate>Thu, 12 Jul 2012 17:20:31 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">941127@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Switch the editor to HTML and write the paragraph that follows the image pair this way:<br />
<code>&lt;p style=&quot;clear:both;&quot;&gt;TEXT HERE&lt;/p&gt;</code></p>
<p>This will cancel the wrap-around effect of the left aligned images.
</p>
]]></description>
					</item>
		<item>
			<title>thebirdingbunch on "How to do Side by Side Images without text next to them?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-do-side-by-side-images-without-text-next-to-them#post-941115</link>
			<pubDate>Thu, 12 Jul 2012 17:03:27 +0000</pubDate>
			<dc:creator>thebirdingbunch</dc:creator>
			<guid isPermaLink="false">941115@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I took a screenshot of my preview, so you can see what I am talking about.<br />
<a href="https://lh4.googleusercontent.com/-33ulCOHqlaY/T_7_6_KConI/AAAAAAAADH8/3qM3kT7nrM0/s720/HELP.jpg" rel="nofollow">https://lh4.googleusercontent.com/-33ulCOHqlaY/T_7_6_KConI/AAAAAAAADH8/3qM3kT7nrM0/s720/HELP.jpg</a></p>
<p>What I want is the two photos next to each other, but with the line of text below and another set of side by side pictures under that.  When I inserted the photos I aligned them to the left.  I also tried center, which does remove the side text, but then I could not have the two images next to each other. </p>
<p>Normally, I do not have so many photos I want to put within a single post and so haven't dealt with this before. </p>
<p>Thank you for your help.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do you insert two photos side by side...."</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-insert-two-photos-side-by-side#post-938033</link>
			<pubDate>Mon, 09 Jul 2012 19:30:10 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">938033@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The alignment icons in the WordPress editor are for aligning text; they are not for aligning images. <a href="http://en.support.wordpress.com/visual-editor/#alignment" rel="nofollow">http://en.support.wordpress.com/visual-editor/#alignment</a> They are used to achieve wrapping text around images on either the right or left hand side, or to display an image that's centered without text on either side of it. If the text beside the images does not occupy the same amount of space that the image beside it does then the text wrapping will continue and the images and text that follow will have a staggered appearance.</p>
<ul>
<li>Align-left means position left, with the rest of the content wrapping around the right side of the image.</li>
<li>Align-right means position right, with the rest of the content wrapping around the left side of the image.</li>
<li>Align-center means position center, with no wrap-around (= the rest of the content below the image).</li>
</ul>
<p>Every theme has a maximum displayed image width <a href="http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/23/maximum-image-width/</a> so it's important to keep that in mind when posting multiple images side-by-side. If you want two images to be side by side on the same line start by setting the alignment of both images to left.  To prevent the staggered effect what you do is insert the following snippet of code into the HTML editor after each image/text pair:<br />
&#60;br style="clear:both;" /&#62;
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How do you insert two photos side by side...."</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-insert-two-photos-side-by-side#post-938030</link>
			<pubDate>Mon, 09 Jul 2012 19:28:36 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">938030@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here &#62; <a href="http://en.support.wordpress.com/images/image-alignment/#side-by-side" rel="nofollow">http://en.support.wordpress.com/images/image-alignment/#side-by-side</a>
</p>
]]></description>
					</item>
		<item>
			<title>disc440 on "How do you insert two photos side by side...."</title>
			<link>http://en.forums.wordpress.com/topic/how-do-you-insert-two-photos-side-by-side#post-938008</link>
			<pubDate>Mon, 09 Jul 2012 19:18:25 +0000</pubDate>
			<dc:creator>disc440</dc:creator>
			<guid isPermaLink="false">938008@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have never been able to insert two photos side by side.  Why is this so difficult?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861195</link>
			<pubDate>Tue, 10 Apr 2012 05:16:51 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">861195@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861194</link>
			<pubDate>Tue, 10 Apr 2012 05:13:09 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861194@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>damn I have so much to learn about html...thanks guys, everything is working just the way I wanted!
</p>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861193</link>
			<pubDate>Tue, 10 Apr 2012 05:11:01 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">861193@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sure you can change the code as you wish; Just keep an eye on how it looks in the browser at each change so that you can reverse it if it doesn't work.</p>
<p>Good luck.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861192</link>
			<pubDate>Tue, 10 Apr 2012 05:10:07 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">861192@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>First, table cells in the theme you'r using have default padding you need to override. Second, a table is used for items in rows and columns: you don't use a table for just a couple of items. This is what you need:<br />
<pre><code>&lt;div style=&quot;float:left;&quot;&gt;
[vimeo http://vimeo.com/39498131 w=480]
&lt;/div&gt;
&lt;div style=&quot;float:right;&quot;&gt;
[vimeo http://vimeo.com/37992053 w=480]
&lt;/div&gt;
&lt;br style=&quot;clear:both;&quot; /&gt;</code></pre>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861191</link>
			<pubDate>Tue, 10 Apr 2012 05:09:08 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861191@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>wow...you've got the skillz!<br />
thanks a lot for your patience and quick replies, it's working fine now!</p>
<p>can I also just change 495px to higher if ever I just want to make the whole thing wider to increase the size of the videos (since they're kinda small now, in order to fit next to each other...)?
</p>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861189</link>
			<pubDate>Tue, 10 Apr 2012 05:03:02 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">861189@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>OK now change the fist line of the code to this one:</p>
<p><code>&lt;table style=&quot;margin-left:auto;margin-right:auto; border: 0;&quot;&gt;</code></p>
<p>In the above code, I have inserted border: 0; as additional table property.</p>
<p>See if this works.
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861185</link>
			<pubDate>Tue, 10 Apr 2012 04:58:40 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861185@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>my god you're a genius!<br />
the only thing now is I have a ugly gray little frame around the 2 videos...is there any way to get rid of that?<br />
thanks a bunch!
</p>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861182</link>
			<pubDate>Tue, 10 Apr 2012 04:55:59 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">861182@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try this code:</p>
<p><code>&lt;table style=&quot;margin-left:auto;margin-right:auto;&quot;&gt;&lt;br /&gt;
	&lt;tr&gt;&lt;br /&gt;
		&lt;td style=&quot;width: 495px; text-align:center;&quot;&gt;Video 1 goes here&lt;/td&gt;&lt;br /&gt;
		&lt;td style=&quot;width: 495px; text-align:center&quot;&gt;Video 2 goes here&lt;/td&gt;&lt;br /&gt;
	&lt;/tr&gt;&lt;br /&gt;
&lt;/table&gt;</code></p>
<p>Let us see what happens.  You might need to change the 495px to slightly less just in case it has borders and margins.  With WP CSS style sheet, we are not able to change the main/default style sheet so we need to improvise using inline styles.</p>
<p>Good luck.
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861178</link>
			<pubDate>Tue, 10 Apr 2012 04:41:59 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861178@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ps: actually it seems like there's a little extra room at the right that I should be able to use (considering that my content can't exceed the width of the head banner) but somehow it won't let my two videos stick side by side in that full potential space...
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861176</link>
			<pubDate>Tue, 10 Apr 2012 04:39:08 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861176@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hey there<br />
yes I've tried something similar:</p>
<p>&#60;table&#62;&#60;tr&#62;&#60;td&#62;<br />
  **paste code for photograph 1 here**<br />
&#60;/td&#62;&#60;td&#62;<br />
  **paste code for photograph 2 here**<br />
&#60;/td&#62;&#60;/tr&#62;&#60;/table&#62;</p>
<p>but still, I have to reduce the size of each video considerably for them to "fit" within the width of my header.</p>
<p>I'd sure like to try that "insert explicit width size of the two columns in the above code" that you are talking about but I don't know how to... :s
</p>
]]></description>
					</item>
		<item>
			<title>jtanna01 on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861173</link>
			<pubDate>Tue, 10 Apr 2012 04:32:17 +0000</pubDate>
			<dc:creator>jtanna01</dc:creator>
			<guid isPermaLink="false">861173@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>'ve looked into those links and have noticed that I already have done what I need to do to have the most width possible (using the no sidebar option), but I still can't manage to put 2 videos one next to the other...perhaps even 990 pixels is still not wide enough for that...
</p></blockquote>
<p>Have you tried puting the 2 videos in a table of 1 row by 2 columns?  It is worth a try.</p>
<p><code>&lt;table&gt;&lt;br /&gt;
	&lt;tr&gt;&lt;br /&gt;
		&lt;td&gt;Video 1 goes here&lt;/td&gt;&lt;br /&gt;
		&lt;td&gt;Video 2 goes here&lt;/td&gt;&lt;br /&gt;
	&lt;/tr&gt;&lt;br /&gt;
&lt;/table&gt;</code></p>
<p>When this done and if it still does't work then you could insert explicit width size of the two columns in the above code.  But do one step at a time.</p>
<p>Good luck.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861165</link>
			<pubDate>Tue, 10 Apr 2012 04:07:19 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">861165@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't think so, unless you reduce the size of the videos. There's not only the video width, but the frame width too. If you make them both 400 px they might work.
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861157</link>
			<pubDate>Tue, 10 Apr 2012 03:55:34 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks timechief,<br />
I've looked into those links and have noticed that I already have done what I need to do to have the most width possible (using the no sidebar option), but I still can't manage to put 2 videos one next to the other...perhaps even 990 pixels is still not wide enough for that...
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861040</link>
			<pubDate>Mon, 09 Apr 2012 22:56:31 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">861040@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,<br />
 The custom design upgrade does come with Staff support. Please be patient while waiting for help with your CSS editing.<br />
Useful information here &#62; <a href="http://en.forums.wordpress.com/topic/how-to-make-coraline-full-width?replies=13#post-550249" rel="nofollow">http://en.forums.wordpress.com/topic/how-to-make-coraline-full-width?replies=13#post-550249</a><br />
How to here instructions here &#62; <a href="http://en.forums.wordpress.com/topic/change-width-of-theme-1?replies=13#post-776950" rel="nofollow">http://en.forums.wordpress.com/topic/change-width-of-theme-1?replies=13#post-776950</a>
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861028</link>
			<pubDate>Mon, 09 Apr 2012 22:44:41 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861028@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ps: it seems that the width of the content of the post can't exceed the width of the header at the top of the page, basically...
</p>
]]></description>
					</item>
		<item>
			<title>williamkraushaar on "making more width space...help please!"</title>
			<link>http://en.forums.wordpress.com/topic/making-more-width-spacehelp-please#post-861025</link>
			<pubDate>Mon, 09 Apr 2012 22:43:23 +0000</pubDate>
			<dc:creator>williamkraushaar</dc:creator>
			<guid isPermaLink="false">861025@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hey there!<br />
I'm new to CSS (really new!), and I'd like to manage to be able to put 2 videos (small vimeo frames) one beside the other, rather than one under the other, in a post. But I don't know how to achieve this... can someone help me please? Or send me to a link that explains how to do it (for noobs)?<br />
Thanks!<br />
Bill
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Aligning affiliate links beside each other"</title>
			<link>http://en.forums.wordpress.com/topic/aligning-affiliate-links-beside-each-other#post-822320</link>
			<pubDate>Sun, 19 Feb 2012 00:33:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">822320@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This support forum is only for those who have free hosted WordPress.<strong>com</strong> blogs. See here if you are referring to a free hosted WordPress.com blog:<br />
 <a href="http://en.support.wordpress.com/affiliate-links/" rel="nofollow">http://en.support.wordpress.com/affiliate-links/</a><br />
<a href="http://en.support.wordpress.com/advertising/" rel="nofollow">http://en.support.wordpress.com/advertising/</a><br />
<a href="http://wordpress.com/types-of-blogs/" rel="nofollow">http://wordpress.com/types-of-blogs/</a></p>
<p>If you are still confused after you read those entries above then please read <a href="http://support.wordpress.com/com-vs-org/" rel="nofollow">http://support.wordpress.com/com-vs-org/</a></p>
<p>If you are refering to a self hosted WordPress.org install then please post to the correct forum for your software <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a>
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Aligning affiliate links beside each other"</title>
			<link>http://en.forums.wordpress.com/topic/aligning-affiliate-links-beside-each-other#post-822318</link>
			<pubDate>Sun, 19 Feb 2012 00:26:47 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">822318@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You did not specify a blog address or reason for posting when you created this topic.</p>
<p>This support forum is for blogs hosted at WordPress.com. If your question is about a self-hosted WordPress blog then you'll find help at the <a href="http://wordpress.org/support/">WordPress.org forums</a>.</p>
<p>If you don't understand the difference between WordPress.com and WordPress.org, you may find <a href="http://support.wordpress.com/com-vs-org/">this information</a> helpful.</p>
<p>If you forgot to include a link to your blog, you can reply and include it below.  It'll help people to answer your question.</p>
<p>This is an automated message.
</p>
]]></description>
					</item>
		<item>
			<title>tjturner684 on "Aligning affiliate links beside each other"</title>
			<link>http://en.forums.wordpress.com/topic/aligning-affiliate-links-beside-each-other#post-822317</link>
			<pubDate>Sun, 19 Feb 2012 00:26:46 +0000</pubDate>
			<dc:creator>tjturner684</dc:creator>
			<guid isPermaLink="false">822317@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm really new to wordpress, but I have some html and css experience. I have some affiliate links with images that I want to be beside each other instead of one on top of the other. They are affiliate codes for Amazon and CD Baby. Right now the Amazon image is on top of the CD Baby one, but I want them to be side by side next to each other and I can't figure it out.<br />
Any help is greatly appreciated!<br />
Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "side by side pics"</title>
			<link>http://en.forums.wordpress.com/topic/side-by-side-pics#post-707425</link>
			<pubDate>Tue, 27 Sep 2011 22:10:22 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">707425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Side by Side Images<br />
If you would like to see images appear side by side on the same line, put the images next to each other and give them both either left or right alignment. Make sure the images are small enough that they will both fit on one line, including borders and margins. <a href="http://en.support.wordpress.com/images/image-alignment/#side-by-side" rel="nofollow">http://en.support.wordpress.com/images/image-alignment/#side-by-side</a> </p></blockquote>
]]></description>
					</item>
		<item>
			<title>truthinreligionandpolitics on "side by side pics"</title>
			<link>http://en.forums.wordpress.com/topic/side-by-side-pics#post-707421</link>
			<pubDate>Tue, 27 Sep 2011 22:06:44 +0000</pubDate>
			<dc:creator>truthinreligionandpolitics</dc:creator>
			<guid isPermaLink="false">707421@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it possible with the "Morning After" theme to get pictures to post directly side by side?
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "side-by-side polls"</title>
			<link>http://en.forums.wordpress.com/topic/side-by-side-polls#post-651641</link>
			<pubDate>Wed, 20 Jul 2011 23:08:02 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">651641@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One way to do it (in the HTML editor):<br />
<pre><code>&lt;div style=&quot;float:left;margin-right:24px;&quot;&gt;
[polldaddy poll=5251279]
&lt;/div&gt;
[polldaddy poll=5251296]
&lt;br style=&quot;clear:both;&quot; /&gt;</code></pre>
<p>You can change the margin-right number to adjust the space between the two polls.
</p>
]]></description>
					</item>
		<item>
			<title>shapechangers on "side-by-side polls"</title>
			<link>http://en.forums.wordpress.com/topic/side-by-side-polls#post-651562</link>
			<pubDate>Wed, 20 Jul 2011 21:31:02 +0000</pubDate>
			<dc:creator>shapechangers</dc:creator>
			<guid isPermaLink="false">651562@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How do I put two polls side-by-side in a page (or post)?  Here is my page.</p>
<p><a href="http://shapechangertales.com/shapechanger-stories/poll-test/" rel="nofollow">http://shapechangertales.com/shapechanger-stories/poll-test/</a></p>
<p>As you can see it displays both polls, but one below the other. They are both set to NARROW and would fit beside each other.</p>
<p>If I place the shortcode for the two polls side-by-side the second poll only shows up as text beneath the first poll.
</p>
]]></description>
					</item>

	</channel>
</rss>
