<?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: image formatting - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/image-formatting</link>
		<description>WordPress.com Forums &#187; Tag: image formatting - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 20:19:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/image-formatting" 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>
		<item>
			<title>justjennifer on "Gallery images getting cut off"</title>
			<link>http://en.forums.wordpress.com/topic/gallery-images-getting-cut-off#post-1108658</link>
			<pubDate>Tue, 01 Jan 2013 06:00:17 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1108658@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since I cannot see your draft posts, I looked at <a href="http://37calvertrd.com/2012/12/31/to-infinity-and-beyond/">this post</a>, and do not see any images that are cut off on the right.</p>
<p>Gallery post format only affects how your post with an image gallery will appear on the front page/homepage of your site. It doesn't affect the gallery itself. You can read more on Post Formats here: <a href="http://en.support.wordpress.com/posts/post-formats/" rel="nofollow">http://en.support.wordpress.com/posts/post-formats/</a></p>
<p>You don't mention which browser you are using. WordPress.com is best viewed using an up-to-date browser. I viewed your above post in both Chrome 23 and FF 17.0.1. If you need to update your browser, you can do so at <a href="http://browsehappy.com/" rel="nofollow">http://browsehappy.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>carysdjones on "Gallery images getting cut off"</title>
			<link>http://en.forums.wordpress.com/topic/gallery-images-getting-cut-off#post-1108167</link>
			<pubDate>Mon, 31 Dec 2012 18:15:28 +0000</pubDate>
			<dc:creator>carysdjones</dc:creator>
			<guid isPermaLink="false">1108167@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello.</p>
<p>I am trying to create a post that has a gallery of images. I have gone to media menu and chosen the <code>display in mosaic</code>option and have scaled all my images tofit within the dimensions (ie. the largest images are 1000 x 750). I have chosen gallery format. When I preview the post, half of the images are cut off on the right side. I have tried changing the format to standard, have scaled all the images etc yet it still does it. Within the gallery, I have tried choosing random order or not with no luck.</p>
<p>Help!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016961</link>
			<pubDate>Thu, 20 Sep 2012 14:33:55 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1016961@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome. You're not dim or stupid, you're just not familiar with these tricks yet.
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016947</link>
			<pubDate>Thu, 20 Sep 2012 14:14:01 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1016947@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ignore me! I found it - sorry for being stupid! :)
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016945</link>
			<pubDate>Thu, 20 Sep 2012 14:13:10 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1016945@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm sorry for being dim but how do I set alignment to "none"<br />
sorry!<br />
:)
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016929</link>
			<pubDate>Thu, 20 Sep 2012 13:58:44 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1016929@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh thank you :)</p>
<p>I'll give that a go<br />
thanks very much<br />
:)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016925</link>
			<pubDate>Thu, 20 Sep 2012 13:57:03 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1016925@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To insert a relatively small image with nothing next to it, you set its alignment to None (that's how all the images in the first post have been set). To insert it with the rest of the content wrapping around, you set its alignment to Left (that's how all the images except the first two in the second post have been set).</p>
<p>To stop wrap around after a left aligned image, you need to add coding in the Text editor. For some text below an Image-Text pair, you'd write the following paragraph this way:<br />
<code>&lt;p style=&quot;clear: both;&quot;&gt;TEXT HERE&lt;/p&gt;</code><br />
Similarly, for an Image-Text pair below an Image-Text pair,<br />
<code>&lt;p style=&quot;clear: both;&quot;&gt;IMAGE CODE AND TEXT HERE&lt;/p&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016679</link>
			<pubDate>Thu, 20 Sep 2012 07:18:59 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1016679@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>1. Well actually I didn't intentionally put the images in either a column or side by side - it's just how they ended up after I inserted them. So actually I'd like to know how I specify that, AND how I stop text wrapping or cause the text to wrap if I want it to.</p>
<p>2.  I mean generally. Say for example in a future post I want to post an image and I want a few lines of text next to it. Then I want either another image below that on a separate line OR a new paragraph of text.<br />
so:<br />
Image Text<br />
Image Text</p>
<p>or Image Text<br />
Text</p>
<p>Basically I just want to know how I control the formatting of images and text :)</p>
<p>thanks<br />
Nancy :)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1016492</link>
			<pubDate>Thu, 20 Sep 2012 01:01:01 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1016492@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Your question isn't clear, because in "Time to say goodbye" the images are all in one column while in "Back home" you've got some side-by-side images: do you mean you want them side-by-side but no text wrap, or that you want them in one column instead?</p>
<p>2. Depends. What text next to what image, followed by what?
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1015441</link>
			<pubDate>Wed, 19 Sep 2012 07:43:39 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1015441@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>sorry - here is an example of the text wrapping I mean:</p>
<p><a href="http://nancypriston.com/2012/09/11/back-home-and-how-the-money-was-spent/" rel="nofollow">http://nancypriston.com/2012/09/11/back-home-and-how-the-money-was-spent/</a></p>
<p>:)
</p>
]]></description>
					</item>
		<item>
			<title>nancypriston on "image formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-formatting#post-1015438</link>
			<pubDate>Wed, 19 Sep 2012 07:42:41 +0000</pubDate>
			<dc:creator>nancypriston</dc:creator>
			<guid isPermaLink="false">1015438@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi there</p>
<p>I keep having problems with formatting of texts and images on my blog.</p>
<p>If I use the iphone app and insert images and then text the text sits below the images fine (e.g. <a href="http://nancypriston.com/2012/09/01/time-to-say-goodbye/" rel="nofollow">http://nancypriston.com/2012/09/01/time-to-say-goodbye/</a>)</p>
<p>However when I use the dashboard from my computer I always end up with the text wrapping. The weird thing is though, if I correct it in the visual editor and preview the post it looks fine. It's not until it's published that it comes up.<br />
I'm sure there's a simple way to ensure the text starts on the next line (perhaps in html?) but I just couldn't seem to find it.</p>
<p>Ideally I'd like to know<br />
1. how to make the text only appear above or below the images/group of images<br />
and<br />
2. If I DO want to position the text next to the image, how I do that?</p>
<p>Can anyone help me please?<br />
thanks very much<br />
Nancy :)
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-838214</link>
			<pubDate>Mon, 12 Mar 2012 09:09:59 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">838214@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>a) Yes it's complicated, because the theme you're using is faulty: it doesn't take into account the image borders it creates. You can report this to the Themes forum and hope that WP will make the theme understand how its own images are displayed, or you can switch to a better theme.</p>
<p>b) I didn't say pressing enter won't create a spacing, I said "pressing return <em>repeatedly</em> will never give you correct results, for various reasons" (hoping I could avoid elaborating on the reasons).<br />
- The web standard is no multiple horizontal spaces or multiple blank lines, so normally they are stripped out upon save or if you switch between HTML and Visual editor.<br />
- Pressing return, repeatedly or not, <em>may</em> survive and <em>may</em> work, depending on whether the section you're on is formatted as a paragraph or not, and depending on the image alignment.<br />
- Pressing return, repeatedly or not, may give you the illusion it's working but may prove wrong as soon as you switch to a theme with a different column width.<br />
- WP changes things all the time.</p>
<p>c) No, I didn't mean insert that code: that type of code is already there in your HTML editor. I meant you'd have to <em>modify</em> it as suggested.
</p>
]]></description>
					</item>
		<item>
			<title>momoandcoco on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-838032</link>
			<pubDate>Mon, 12 Mar 2012 00:01:03 +0000</pubDate>
			<dc:creator>momoandcoco</dc:creator>
			<guid isPermaLink="false">838032@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for your reply! That's seems rather complicated! It is strange but only two weeks ago or so, I was able to insert spaces between my images by simply pressing "enter" and I never had to switch between the Visual Editor and the HTML Editor. How then can it be that you say that pressing "enter" won't create a spacing because the theme of my blog is not set up in that way?</p>
<p>With regards to re-sizing my photos as you instructed above, do you mean that I edit each of my blog posts and insert that HTML code in the HTML Editor for each and every image?</p>
<p>A friend just told me that it might be a browser issue but I have since emptied all the cookies etc and downloaded any any updates so I don't think it can be that. What do you think?</p>
<p>Thankyou!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-837697</link>
			<pubDate>Sun, 11 Mar 2012 15:54:59 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">837697@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Pressing return repeatedly will never give you correct results, for various reasons.</p>
<p>The way the theme you're using is designed, to control the space above or below a captioned image you need to switch the editor to HTML and paste this:<br />
<code>&lt;div style=&quot;height:8px;visibility:hidden;&quot;&gt;-&lt;/div&gt;</code><br />
Change the number to adjust the space.</p>
<p>The theme you're using has another issue as well: notice how all your right-side borders are wrong? For captioned images that should cover the whole width of your posts, you need to go to Settings &#62; Media, set the width for the Large option to 608 and the height to 0, and select the Large instead of the Full Size option when inserting the images. Then you need to switch the editor to HTML and change the first 608 in the code to 622.<br />
Same thing for smaller captioned images: the first width number in the code must be increased by 14.</p>
<p>If you wish to correct your already published posts, you must change the code of all the full-size captioned so that it becomes like this:<br />
<code>[caption id=&quot;attachment_NUMBER HERE&quot; align=&quot;aligncenter&quot; width=&quot;622&quot; caption=&quot;CAPTION HERE&quot;]&lt;img class=&quot;size-full wp-image-NUMBER HERE&quot; title=&quot;TITLE HERE.jpg&quot; src=&quot;IMAGE URL HERE?w=608&quot; alt=&quot;&quot; width=&quot;608&quot; /&gt;[/caption]</code><br />
(First width number 622, second and third width numbers 608, <em>no height indications</em>.)</p>
<p>But it would be better if you used an image editing application to scale down copies of your images to 608px wide, and upload and insert those copies. This way you can use the Full Size option and forget about the numbers (except the first one), you won't waste your storage space by unnecessarily uploading the large files you've been uploading, and your pages will load faster. Plus you'll get better quality, because images downsized by WP lose some color and sharpness; see here:<br />
<a href="http://wpbtips.wordpress.com/2010/01/16/image-quality/" rel="nofollow">http://wpbtips.wordpress.com/2010/01/16/image-quality/</a>
</p>
]]></description>
					</item>
		<item>
			<title>momoandcoco on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-837665</link>
			<pubDate>Sun, 11 Mar 2012 14:15:57 +0000</pubDate>
			<dc:creator>momoandcoco</dc:creator>
			<guid isPermaLink="false">837665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>Thanks for your reply. The issue is that I cant seem to format my pictures to have a double space or single space in between each picture. The case is twofold: either i am able to insert a space but when I save changes and preview, that formatting disappears; or i simply cannot insert a space between the images no matter how many times I press "enter." I used to be able to do it on my past blog posts but all my blog posts published this month and those blog posts in unpublished draft stage are suffering from the same format issues. Here are the blog posts with spacing formatting issues that were published this month. Please let me know if this clarifies, apologies I am a relatively inexperienced blogger. Thankyou</p>
<p><a href="http://momoandcoco.wordpress.com/2012/03/08/jamies-italian/" rel="nofollow">http://momoandcoco.wordpress.com/2012/03/08/jamies-italian/</a></p>
<p><a href="http://momoandcoco.wordpress.com/2012/03/08/chefs-gallery/" rel="nofollow">http://momoandcoco.wordpress.com/2012/03/08/chefs-gallery/</a></p>
<p><a href="http://momoandcoco.wordpress.com/2012/03/08/jamies-italian/" rel="nofollow">http://momoandcoco.wordpress.com/2012/03/08/jamies-italian/</a>
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-837660</link>
			<pubDate>Sun, 11 Mar 2012 13:58:48 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">837660@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Please be specific: link or point to specific posts and tell us exactly what you'd like to change.
</p>
]]></description>
					</item>
		<item>
			<title>momoandcoco on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-837637</link>
			<pubDate>Sun, 11 Mar 2012 11:41:53 +0000</pubDate>
			<dc:creator>momoandcoco</dc:creator>
			<guid isPermaLink="false">837637@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>*Update: I followed this help guide (<a href="http://onecoolsitebloggingtips.com/2011/09/13/wordpress-formatting-and-spacing/" rel="nofollow">http://onecoolsitebloggingtips.com/2011/09/13/wordpress-formatting-and-spacing/</a>) and my text formatting is mostly ok now, but image formatting is still strange. I cannot seem to get any consistent spacing between images at all. It affects my published March posts, and unpublished posts. Please assist Thankyou
</p>
]]></description>
					</item>
		<item>
			<title>momoandcoco on "Image and text formatting"</title>
			<link>http://en.forums.wordpress.com/topic/image-and-text-formatting#post-837632</link>
			<pubDate>Sun, 11 Mar 2012 11:22:48 +0000</pubDate>
			<dc:creator>momoandcoco</dc:creator>
			<guid isPermaLink="false">837632@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Recently, the formatting of my blog posts have gone haywire. Everytime I try to edit a published or unpublished blog post, the spacing between the written content and the photos become lost and squished together with no spacing even though I formatted it as such...and I then have to go back again and space it all out manually...but once saved again, the spacing either takes on a double-spaced appearance rather than single-spaced appearance, or the spacing persists in being squished. Please advise if possible. Thankyou.
</p>
]]></description>
					</item>
		<item>
			<title>panaghiotisadam on "&quot;Under the influence&quot; image formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/under-the-influence-image-formatting-problem#post-785240</link>
			<pubDate>Fri, 06 Jan 2012 12:30:08 +0000</pubDate>
			<dc:creator>panaghiotisadam</dc:creator>
			<guid isPermaLink="false">785240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can change the displayed size by switching the editor to HTML and changing the image code from (for example) this:<br />
<code> &lt;img [etc. etc.] width=&quot;234&quot; height=&quot;123&quot; /&gt; </code><br />
to this: <br />
<code>&lt;img [etc. etc.] style=&quot;width: 234px;&quot; /&gt;</code></p>
<p>But the best practice is to make copies of your images, downsize them in an image editing application to resolution 72 and the right width, and upload and insert those copies to your blog. This way you'll never have issues with any theme or any WP update or any browser (call that Explorer), your blog pages will load faster, plus you get better quality as well - see here:<br />
 http://wpbtips.wordpress.com/2010/01/16/image-quality/
</p>
]]></description>
					</item>
		<item>
			<title>metal666blade on "&quot;Under the influence&quot; image formatting problem"</title>
			<link>http://en.forums.wordpress.com/topic/under-the-influence-image-formatting-problem#post-785157</link>
			<pubDate>Fri, 06 Jan 2012 07:30:19 +0000</pubDate>
			<dc:creator>metal666blade</dc:creator>
			<guid isPermaLink="false">785157@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
I like the theme "Under the influence" very much but I can't use it (maybe it's a common problem) because it doesn't keep the proper image formatting. All photos are displayed almost full sized and change the original view of a post. Now I use another theme - Twenty Ten. Can you repair that theme to show images correctly? Thanks in advance.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Images in my blog are too big"</title>
			<link>http://en.forums.wordpress.com/topic/images-in-my-blog-are-too-big#post-762548</link>
			<pubDate>Mon, 05 Dec 2011 22:26:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">762548@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for letting us know your issue has been resolved. Happy blogging! :)
</p>
]]></description>
					</item>
		<item>
			<title>danielmontgomery on "Images in my blog are too big"</title>
			<link>http://en.forums.wordpress.com/topic/images-in-my-blog-are-too-big#post-762546</link>
			<pubDate>Mon, 05 Dec 2011 22:25:06 +0000</pubDate>
			<dc:creator>danielmontgomery</dc:creator>
			<guid isPermaLink="false">762546@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks timethief.</p>
<p>I checked my email, and I actually did get a resolution to this issue about an hour ago.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Images in my blog are too big"</title>
			<link>http://en.forums.wordpress.com/topic/images-in-my-blog-are-too-big#post-762541</link>
			<pubDate>Mon, 05 Dec 2011 22:19:33 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">762541@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is the active thread on that issue &#62; <a href="http://en.forums.wordpress.com/topic/wp-changed-format-of-my-pictures-why/page/7?replies=195" rel="nofollow">http://en.forums.wordpress.com/topic/wp-changed-format-of-my-pictures-why/page/7?replies=195</a>
</p>
]]></description>
					</item>
		<item>
			<title>danielmontgomery on "Images in my blog are too big"</title>
			<link>http://en.forums.wordpress.com/topic/images-in-my-blog-are-too-big#post-762527</link>
			<pubDate>Mon, 05 Dec 2011 22:01:27 +0000</pubDate>
			<dc:creator>danielmontgomery</dc:creator>
			<guid isPermaLink="false">762527@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've seen other threads about this and sent an email to WordPress support several days ago but I haven't gotten a response. The pictures in many of my blog entries are suddenly appearing much larger than I originally set them. Can someone help?</p>
<p>My blog URL: danielmontgomery.wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Mystique Consistent Image Formatting on Image Post and Page"</title>
			<link>http://en.forums.wordpress.com/topic/mystique-consistent-image-formatting-on-image-post-and-page#post-654461</link>
			<pubDate>Sun, 24 Jul 2011 21:28:37 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">654461@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>

	</channel>
</rss>
