<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>layout &#8211; Dabbled</title>
	<atom:link href="https://dabbled.org/tag/layout/feed/" rel="self" type="application/rss+xml" />
	<link>https://dabbled.org</link>
	<description>Experiments in Art, Craft, and Food - an archive</description>
	<lastBuildDate>Sun, 06 Mar 2011 15:06:26 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
<site xmlns="com-wordpress:feed-additions:1">145231836</site>	<item>
		<title>WordPress tips &#8211; Layout of multiple images in a post.</title>
		<link>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/</link>
					<comments>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/#comments</comments>
		
		<dc:creator><![CDATA[Dot]]></dc:creator>
		<pubDate>Tue, 02 Feb 2010 14:01:12 +0000</pubDate>
				<category><![CDATA[website design]]></category>
		<category><![CDATA[layout]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Tutorials/Tips]]></category>
		<category><![CDATA[wordpress]]></category>
		<guid isPermaLink="false">http://dabbled.org/?p=3085</guid>

					<description><![CDATA[<p>When you&#8217;re new to WordPress, working with multiple images in a post can be frustrating.  If you just want to insert a single floating picture, it&#8217;s easy, but what if you have multiples close together?  Well, there may be other ways to handle this issue (in fact, I&#8217;ve used several myself, including the gallery feature, using tables, and so forth), but this is one quick fix on how to get your images looking like they should, that just takes adding a line of HTML to the post.&#8230; <a href="https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/" class="read-more"> [ KEEP READING ] </a></p>]]></description>
										<content:encoded><![CDATA[<p>When you&#8217;re new to WordPress, working with multiple images in a post can be frustrating.  If you just want to insert a single floating picture, it&#8217;s easy, but what if you have multiples close together?  Well, there may be other ways to handle this issue (in fact, I&#8217;ve used several myself, including the gallery feature, using tables, and so forth), but this is one quick fix on how to get your images looking like they should, that just takes adding a line of HTML to the post.  So if this has always bugged you, read on!  And if you know of other good quick fixes for image issues like this, leave them in the comments!</p>
<h2>Two Side by Side</h2>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/01/Steamer-Parts.jpg"><img decoding="async" class="alignleft size-medium wp-image-392" title="Steamer Parts" src="" alt="" width="265" /></a><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/frying1.jpg"><img decoding="async" class="alignright size-medium wp-image-438" title="frying1" src="" alt="" width="265" /></a></p>
<div style="clear: both;">Two pictures, inserted at medium size.  First one is Left, second one is Right.<br />
Key:  After inserting the pictures, add this in the html</div>
<p><strong>&lt;div style=&#8221;clear: both;&#8221;&gt;&lt;/div&gt;</strong></p>
<p>AND SAVE IT, without going back to Visual Mode!  (If you save in Visual mode you&#8217;ll delete the div tag)  so you may want to do this LAST.</p>
<h2>Single images, with text beside them:</h2>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-514" title="lemons" src="" alt="" width="300" height="225" /></a> This is text that shows us beside the image.  These might be steps in a recipe, for example</p>
<p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</p>
<div style="clear: both;"></div>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing.jpg"><img decoding="async" loading="lazy" class="alignleft size-medium wp-image-516" title="freezing" src="" alt="" width="300" height="208" /></a>Second set of text that shows us beside the image.</p>
<p>test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test</p>
<div style="clear: both;">The div line above is inserted AFTER the text.  Again, do this last and in HTML mode.</div>
<p>The HTML for this last part looks like this:<br />
<em><br />
&lt;h2&gt;Single images, with text beside them:&lt;/h2&gt;<br />
&lt;a href=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons.jpg&#8221;&gt;&lt;img title=&#8221;lemons&#8221; src=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/lemons-300&#215;225.jpg&#8221; alt=&#8221;&#8221; width=&#8221;300&#8243; height=&#8221;225&#8243; /&gt;&lt;/a&gt; This is text that shows us beside the image. </em></p>
<p><em>test text<br />
&lt;div style=&#8221;clear: both;&#8221;&gt;    &lt;/div&gt;</em></p>
<p><em>&lt;a href=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing.jpg&#8221;&gt;&lt;img src=&#8221;http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/freezing-300&#215;208.jpg&#8221; alt=&#8221;&#8221; title=&#8221;freezing&#8221; width=&#8221;300&#8243; height=&#8221;208&#8243; /&gt;&lt;/a&gt;This is text that shows us beside the image. </em></p>
<p><em>test text<br />
&lt;div style=&#8221;clear: both;&#8221;&gt;    &lt;/div&gt;</em></p>
<p><a href="http://www.dabbledstudios.com/supperwhirl/wp-content/uploads/2010/02/EGGS.jpg"><img decoding="async" loading="lazy" class="alignright size-medium wp-image-515" title="EGGS" src="" alt="" width="300" height="300" /></a>Here is the same thing, except with a right picture.  Works the same way as the left.</p>
<div style="clear: both;">And finally&#8230; you can also put your text that goes under the picture inside those div tags.  That will clear the float and move it to the next line.  This also seems to have less of an issue with WP deleting the div tags.</div>
<p>For just a picture by itself (no float) just use the None option when inserting the photo.</p>
<p>Hope this is useful to you!  It was to me :)  I try not to post too much web design related stuff here, since it&#8217;s not really the topic of this blog, but I figured this would be more universally useful.  <em>If you&#8217;re into this stuff, I post more if it at the DabbledStudios blog &#8211; latest was a post on <a href="http://dabbledstudios.com/contact-form-7-fix-what-do-try-when-you-get-the-failed-to-send-message">troubleshooting problems with Contact Form 7</a>, if you&#8217;re interested!</em></p>
]]></content:encoded>
					
					<wfw:commentRss>https://dabbled.org/wordpress-tips-layout-of-multiple-images-in-a-post/feed/</wfw:commentRss>
			<slash:comments>9</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3085</post-id>	</item>
	</channel>
</rss>
