<?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; Topic: Layout distortion when placing images side by side</title>
		<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side</link>
		<description>WordPress.com Forums &#187; Topic: Layout distortion when placing images side by side</description>
		<language>en</language>
		<pubDate>Sat, 18 May 2013 17:49:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/layout-distortion-when-placing-images-side-by-side" rel="self" type="application/rss+xml" />

		<item>
			<title>justpi on "Layout distortion when placing images side by side"</title>
			<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side#post-1123430</link>
			<pubDate>Mon, 14 Jan 2013 13:26:04 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1123430@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome.<br />
Left or right doesn't make a difference: the command "clear:both;" cancels the wrap-around effect of left <em>and</em> right aligned images.<br />
To increase the distance, turn the code we suggested to this:<br />
<code>&lt;p style=&quot;clear:both;padding-top:12px;&quot;&gt;TEXT HERE&lt;/p&gt;</code><br />
Change the number to adjust.</p>
<p>PS Above the correctly coded paragraph you've also pasted this:<br />
<code>&lt;p style=&quot;clear:both;&quot;&gt;</code><br />
You need to delete that one.
</p>
]]></description>
					</item>
		<item>
			<title>bhavenjani on "Layout distortion when placing images side by side"</title>
			<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side#post-1123412</link>
			<pubDate>Mon, 14 Jan 2013 12:58:47 +0000</pubDate>
			<dc:creator>bhavenjani</dc:creator>
			<guid isPermaLink="false">1123412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thanks timethief and justpi. this solved my problem.</p>
<p>(Just a note though: Right now, the image on the left is left-aligned, and the one on the right is right-aligned, thats how I got the way the home page looks)</p>
<p>However, is it possible to control the spacing between the images and the text that starts after it? After entering the above code, the text starts immediately after the image, what needs to be done if I want to control the spacing between the two?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Layout distortion when placing images side by side"</title>
			<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side#post-1122684</link>
			<pubDate>Sun, 13 Jan 2013 22:00:32 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1122684@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Correction: to prevent the text from ending up "between the images rather than going below them", you enclose <em>the first paragraph</em> of that text in this code:<br />
<code>&lt;p style=&quot;clear:both;&quot;&gt;TEXT HERE&lt;/p&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Layout distortion when placing images side by side"</title>
			<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side#post-1122429</link>
			<pubDate>Sun, 13 Jan 2013 18:18:51 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1122429@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.</p>
<p>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>
<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 />
<code>&lt;p style=&quot;clear:both;&quot;&gt;TEXT HERE&lt;/p&gt;</code></ul>
]]></description>
					</item>
		<item>
			<title>bhavenjani on "Layout distortion when placing images side by side"</title>
			<link>http://en.forums.wordpress.com/topic/layout-distortion-when-placing-images-side-by-side#post-1122426</link>
			<pubDate>Sun, 13 Jan 2013 18:12:35 +0000</pubDate>
			<dc:creator>bhavenjani</dc:creator>
			<guid isPermaLink="false">1122426@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>My requirement is to place images side by side on a page/ post, and I've generally observed that WP layout is very unfriendly in doing so. I struggle in placing images side by side (similar to how they are on my home page at <a href="http://www.bhavenjani.com" rel="nofollow">http://www.bhavenjani.com</a>), its by lots of trial &#38; error in resizing these images that I managed to get them how they currently are.</p>
<p>Another greater problem on my Home page is in the formatting that follows these images. The text invariably ends up between the images rather than going below them, irrespective of entering carriage return. At the back-end of this page,  I have entered the carriage return atleast a 100 times to get the space that exists below the image  on my Home page. </p>
<p>While the theme of my blog is Hatch, I've encountered this problem on various other themes too.</p>
<p>Any help/ guidance on this would be appreciated.</p>
<p>Thanks in advance.<br />
Bhaven
</p>
]]></description>
					</item>

	</channel>
</rss>
