<?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: formatting issues - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/formatting-issues</link>
		<description>WordPress.com Forums &#187; Tag: formatting issues - Recent Posts</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 20:39:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/formatting-issues" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "Formatting Issues"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-issues-5#post-995342</link>
			<pubDate>Sat, 01 Sep 2012 16:17:34 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">995342@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>
<p>Align-left means position left, with the rest of the content wrapping around the right side of the image.<br />
Align-right means position right, with the rest of the content wrapping around the left side of the image.<br />
Align-center means position center, with no wrap-around (= the rest of the content below the image).</p>
<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 "Formatting Issues"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-issues-5#post-995341</link>
			<pubDate>Sat, 01 Sep 2012 16:17:03 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">995341@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's important to know that Blog editors and wordproccessers are not the same and do not work the same way. The web standard is one blank line only, so you cannot add more blank lines by pressing return repeatedly like you would do with a typewriter or in a word processing application. If you want to learn yow to format and space your posts and pages see:<br />
<a href="http://en.support.wordpress.com/writing-and-formatting-poetry/" rel="nofollow">http://en.support.wordpress.com/writing-and-formatting-poetry/</a></p>
<p>If you are working in the Visual editor, to get single spacing between paragraphs hold the SHIFT key down and simultaneously click ENTER at the end of the paragraph. If you are working in the HTML (Text) editor, a single click of ENTER will give you a single-spaced line, and two clicks of ENTER will result in double spaced lines. <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>
</p>
]]></description>
					</item>
		<item>
			<title>beautyandthefreak on "Formatting Issues"</title>
			<link>http://en.forums.wordpress.com/topic/formatting-issues-5#post-995236</link>
			<pubDate>Sat, 01 Sep 2012 11:48:36 +0000</pubDate>
			<dc:creator>beautyandthefreak</dc:creator>
			<guid isPermaLink="false">995236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, </p>
<p>I am having problems with my posts, I will get my formatting perfect, but then when I publish it and then preview it, the pictures and text have moved around. Any ideas as to what is happening?</p>
<p>Much appreciated!!
</p>
]]></description>
					</item>
		<item>
			<title>valleygirlv on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-909479</link>
			<pubDate>Mon, 11 Jun 2012 02:31:00 +0000</pubDate>
			<dc:creator>valleygirlv</dc:creator>
			<guid isPermaLink="false">909479@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Apologies for the delayed response. I've now deleted a bunch of &#60;/span&#62; and &#60;/div&#62; tags which has addressed the consistency issues. Thank you for your help justpi, it's much appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-895642</link>
			<pubDate>Sun, 27 May 2012 11:31:51 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">895642@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should <em>never</em> copypaste from Word into the Visual editor, as it introduces lots of wrong code that mess things up. If you have to copypaste, paste into the <em>HTML</em> editor, so that only the text will be copied, then continue formatting, if necessary, using code or using the Visual editor tools.</p>
<p>You're not familiar with p tags because plain p tags are hidden in the HTML editor.</p>
<p>You should delete all the span and all the div tags:<br />
<pre><code>&lt;span ETC ETC&gt;
&lt;/span&gt;
&lt;div ETC ETC&gt;
&lt;/div&gt;</code></pre>
<p>I suggest you start with one post, and after you clean it up you tell us what you'd like to change and we tell you how to do it.
</p>
]]></description>
					</item>
		<item>
			<title>valleygirlv on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-895625</link>
			<pubDate>Sun, 27 May 2012 10:49:05 +0000</pubDate>
			<dc:creator>valleygirlv</dc:creator>
			<guid isPermaLink="false">895625@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your response. It's true, I have been copypasting from Word as this provided the most consistent appearance. I recognise the div tags, but am not familiar with p tags. What do you suggest?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-895606</link>
			<pubDate>Sun, 27 May 2012 10:08:56 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">895606@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The formatting is inconsistent because the coding of your posts is inconsistent: some content is enclosed in p tags, some in div tags, some in span tags. Have you been copypasting from other sources such as Word?
</p>
]]></description>
					</item>
		<item>
			<title>valleygirlv on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-895576</link>
			<pubDate>Sun, 27 May 2012 08:59:29 +0000</pubDate>
			<dc:creator>valleygirlv</dc:creator>
			<guid isPermaLink="false">895576@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Anyone?
</p>
]]></description>
					</item>
		<item>
			<title>valleygirlv on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-876058</link>
			<pubDate>Tue, 01 May 2012 00:11:39 +0000</pubDate>
			<dc:creator>valleygirlv</dc:creator>
			<guid isPermaLink="false">876058@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I do not have the custom design upgrade.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-875701</link>
			<pubDate>Mon, 30 Apr 2012 17:43:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">875701@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you have custom design upgrade for this blog, do CSS editing on it and then change the theme? CSS is theme specific. If you have custom CSS and later change themes, you need to delete whatever CSS you have in the Editor, otherwise, you’ll get undesired results. To ‘reset’ a theme, you need to delete the CSS in the Editor, make sure the “add to existing CSS” radio button is checked, then save. Things should go back to normal.
</p>
]]></description>
					</item>
		<item>
			<title>valleygirlv on "links - out of whack"</title>
			<link>http://en.forums.wordpress.com/topic/links-out-of-whack#post-875357</link>
			<pubDate>Mon, 30 Apr 2012 04:42:33 +0000</pubDate>
			<dc:creator>valleygirlv</dc:creator>
			<guid isPermaLink="false">875357@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I recently switched themes to Blogum and now the link formatting in posts has become out of whack. Some are just black with a faint underline, others are blue and underlined. For example <a href="http://valleygirlv.wordpress.com/2012/03/01/mopno-publication/" rel="nofollow">http://valleygirlv.wordpress.com/2012/03/01/mopno-publication/</a> compared with <a href="http://valleygirlv.wordpress.com/2011/10/24/img_0199/" rel="nofollow">http://valleygirlv.wordpress.com/2011/10/24/img_0199/</a> and/or <a href="http://valleygirlv.wordpress.com/2011/07/29/file2/" rel="nofollow">http://valleygirlv.wordpress.com/2011/07/29/file2/</a> (which have also lost the returns/paragraph breaks). Would love for posts to appear consistent and neat, hoping there’s a relatively easy fix? Any advice would be much appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>aarondalton on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435222</link>
			<pubDate>Sun, 21 Feb 2010 03:13:27 +0000</pubDate>
			<dc:creator>aarondalton</dc:creator>
			<guid isPermaLink="false">435222@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dreamsburnred -- I tried firefox safe mode. Did not make a difference.</p>
<p>I do have ad block plus, but I've been using it for years.</p>
<p>Basic page style is selected.</p>
<p>Tellyworth - I do see the big block of code (all on one line) starting with body{background:#fff;color:#333;font:62.5% Georgia...</p>
<p>So interestingly, now my blogs (<a href="http://1GreenProduct.com" rel="nofollow">http://1GreenProduct.com</a> and <a href="http://ImaginationWins.com" rel="nofollow">http://ImaginationWins.com</a>) appear normally - <a href="http://tinypic.com/r/2585ifr/6" rel="nofollow">http://tinypic.com/r/2585ifr/6</a></p>
<p>But the WordPress.com dashboard still seems all messed up / unformatted - <a href="http://tinypic.com/r/x1lif4/6" rel="nofollow">http://tinypic.com/r/x1lif4/6</a></p>
<p>So...very happy that the blogs themselves look OK!! Wish the dashboard looked ok too...</p>
<p>Thanks to everyone for help + suggestions!
</p>
]]></description>
					</item>
		<item>
			<title>tellyworth on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435208</link>
			<pubDate>Sun, 21 Feb 2010 02:18:44 +0000</pubDate>
			<dc:creator>tellyworth</dc:creator>
			<guid isPermaLink="false">435208@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Aaron, click here:</p>
<p><a href="http://s1.wp.com/wp-content/themes/pub/cutline/style.css?m=1261078703g" rel="nofollow">http://s1.wp.com/wp-content/themes/pub/cutline/style.css?m=1261078703g</a></p>
<p>You should see a big block of code starting with <code>body{background:#fff;color:#333..</code></p>
<p>Do you see that or something else?
</p>
]]></description>
					</item>
		<item>
			<title>dreamsburnred on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435188</link>
			<pubDate>Sun, 21 Feb 2010 00:29:45 +0000</pubDate>
			<dc:creator>dreamsburnred</dc:creator>
			<guid isPermaLink="false">435188@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If that does work try: In your firefox browser, go to view -&#62; Page Style -&#62; Make sure basic page style is selected.
</p>
]]></description>
					</item>
		<item>
			<title>dreamsburnred on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435186</link>
			<pubDate>Sun, 21 Feb 2010 00:27:53 +0000</pubDate>
			<dc:creator>dreamsburnred</dc:creator>
			<guid isPermaLink="false">435186@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Trying opening it in safe mode (all programs --&#62; firefox, safe mode).</p>
<p>You by any chance you any ad blockers like ad block plus?
</p>
]]></description>
					</item>
		<item>
			<title>aarondalton on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435181</link>
			<pubDate>Sun, 21 Feb 2010 00:17:05 +0000</pubDate>
			<dc:creator>aarondalton</dc:creator>
			<guid isPermaLink="false">435181@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the explanation dreamsburned.</p>
<p>I knew how to take a screenshot, but I did not know about tinypic.com</p>
<p>Here is the tinypic URL - <a href="http://tinypic.com/r/29f9ifa/6" rel="nofollow">http://tinypic.com/r/29f9ifa/6</a></p>
<p>All the usual sidebar stuff is invisible because it shows up at the bottom of the screen now. Anyway, the screenshot should be enough to convince you that what I see is not what is supposed to appear.</p>
<p>For reference, here is how the WordPress.com site appears - <a href="http://tinypic.com/r/2cp7prp/6" rel="nofollow">http://tinypic.com/r/2cp7prp/6</a></p>
<p>I have to run out, but I will check the forum later tonight or tomorrow morning in hopes someone has seen this problem before or know what might be causing it. All other (non-Wordpress) sites seem to display normally.
</p>
]]></description>
					</item>
		<item>
			<title>dreamsburnred on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435180</link>
			<pubDate>Sun, 21 Feb 2010 00:09:37 +0000</pubDate>
			<dc:creator>dreamsburnred</dc:creator>
			<guid isPermaLink="false">435180@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Opps, Press prtsc (next to f12) open up paint, <strong>cntl+v to paste the image</strong>, save the file.
</p>
]]></description>
					</item>
		<item>
			<title>dreamsburnred on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435179</link>
			<pubDate>Sun, 21 Feb 2010 00:08:02 +0000</pubDate>
			<dc:creator>dreamsburnred</dc:creator>
			<guid isPermaLink="false">435179@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>CTRL+F5 see if that helps.</p>
<p>What is your firefox version?</p>
<p>What is the resolution?</p>
<p>Press prtsc (next to f12) open up paint, save the file.</p>
<p>Go to tinypic.com and upload the image.</p>
<p>Attach the screenshot url to your next comment.
</p>
]]></description>
					</item>
		<item>
			<title>aarondalton on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435178</link>
			<pubDate>Sun, 21 Feb 2010 00:04:21 +0000</pubDate>
			<dc:creator>aarondalton</dc:creator>
			<guid isPermaLink="false">435178@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Dear timethief and justjennifer,</p>
<p>1) please know that I really do appreciate your efforts to solve the problem.</p>
<p>2) I tried resetting my wireless router. That did not solve the problem.</p>
<p>3) I did clear the cache and cookies (I have my Firefox browser set to clear those when I hit clear Everything), but that did not help.</p>
<p>4) I'd love to post a screenshot, but I don't know how to do that on this forum. If you tell me how to put an image/screenshot in the forum, I would be happy to do that.</p>
<p>And yes, I did participate in two threads yesterday, but as my problem still persisted, I was trying again by starting my own thread today.</p>
<p>Not sure what to try! It has to just be a problem on this computer since obviously the desktop is OK. I thought it might be a firewall issue, but I turned off the firewall and the problem was still there.</p>
<p>Anything else I could disable / enable to try?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435109</link>
			<pubDate>Sat, 20 Feb 2010 19:58:28 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">435109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I agree with you but we just seem to be going round and round in circles. :(
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435107</link>
			<pubDate>Sat, 20 Feb 2010 19:53:58 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">435107@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for pointing that out, tt. In both threads he mentions clearing <strong>history</strong>. Clearing history won't do much. Clearing cache and cookies might. </p>
<p>He also mentions the problem is with his laptop (not a mobile device), so if he is using it on a wireless network, it might be a router problem, requiring a router restart as well.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435056</link>
			<pubDate>Sat, 20 Feb 2010 17:42:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">435056@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Two other threads on the same topic by the same OP from yesterday:<br />
<a href="http://en.forums.wordpress.com/topic/wordpress-does-not-display-properly-on-all-browsers?replies=6" rel="nofollow">http://en.forums.wordpress.com/topic/wordpress-does-not-display-properly-on-all-browsers?replies=6</a><br />
<a href="http://en.forums.wordpress.com/topic/site-messed-up-in-ie-7?replies=12" rel="nofollow">http://en.forums.wordpress.com/topic/site-messed-up-in-ie-7?replies=12</a>
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435011</link>
			<pubDate>Sat, 20 Feb 2010 15:34:43 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">435011@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>And just a suggestion, please, when you ask for help, it's easier to see the blog in question via a live link or screenshot rather than dumping an entire post into your question. :)
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435010</link>
			<pubDate>Sat, 20 Feb 2010 15:32:24 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">435010@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On the computer that is not displaying correctly, log out of WP.com entirely, completely dump the browser cache and cookies, shut down your browser.<br />
<a href="http://en.support.wordpress.com/browser-issues/" rel="nofollow">http://en.support.wordpress.com/browser-issues/</a>
</p>
]]></description>
					</item>
		<item>
			<title>aarondalton on "ALL WordPress.com blogs (and admin page) appear unformatted"</title>
			<link>http://en.forums.wordpress.com/topic/all-wordpresscom-blogs-and-admin-page-appear-unformatted#post-435007</link>
			<pubDate>Sat, 20 Feb 2010 15:20:27 +0000</pubDate>
			<dc:creator>aarondalton</dc:creator>
			<guid isPermaLink="false">435007@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have two blogs on WordPress.com (<a href="http://ImaginationWins.com" rel="nofollow">http://ImaginationWins.com</a> and <a href="http://1GreenProduct.com" rel="nofollow">http://1GreenProduct.com</a>).</p>
<p>A couple of days ago - around the same time as the WordPress server problems - I noticed that both blogs were displaying 'strangely' (looking unformatted, all content displaying in a single column left justified). I checked other WordPress.com blogs (for example, <a href="http://besthike.wordpress.com/" rel="nofollow">http://besthike.wordpress.com/</a>) and they ALL appear similarly unformatted.</p>
<p>Even the WordPress.com log-in and admin pages appear unformatted. </p>
<p>Note that this is only a problem on my (Vista) laptop computer. All blogs appear formatted just fine on my (XP) desktop.</p>
<p>Any idea what could be causing this problem?</p>
<p>Here's what it looks like on the laptop: </p>
<p>1GreenProduct</p>
<p>    * Front Page<br />
    * About<br />
    * Contact<br />
    * Suggest a Product!<br />
    * Disclaimer</p>
<p>Green Travel in Palm Beach and Boca Raton, Florida<br />
February 17, 2010 · Leave a Comment<br />
Getting fit at The Breakers (image courtesy of Palm Beach Convention and Visitors Bureau)</p>
<p>Getting fit at The Breakers (image courtesy of Palm Beach Convention and Visitors Bureau)</p>
<p>The town of Palm Beach, Florida may be one of the richest communities in the United States (#26 per capita, if you believe Wikipedia), but money isn’t the only thing that’s Green down there.</p>
<p>Your intrepid correspondent spent a long weekend braving the sun and surf (not to mention the crazies on I-95) to seek out some of the eco-friendly travel highlights in Palm Beach and its surrounding County.</p>
<p>- The famous Breakers resort in Palm Beach not only maintains an organic herb &#38; vegetable garden to supply its restaurants, it also runs a weekly Green Market (November to May) that gives employees access to fresh produce from local farms. Not content with just making a difference at the resort itself, two members of The Breakers’ executive purchasing team (Geoffrey Sagrans and Rick Hawkins) founded an independent, non-profit organization called Localeopia to match local Florida farmers and organic food producers with nearby chefs and restaurants. This locavore initiative not only gives customers fresher food, it also helps preserve farmland while cutting out the greenhouse gas pollution associated with transporting food cross country.<br />
The oceanfront pool at the Four Seasons in Palm Beach (photo via Four Seasons website)</p>
<p>The oceanfront pool at the Four Seasons in Palm Beach (photo via Four Seasons website)</p>
<p>- Palm Beach County contains numerous natural and wild areas. Some of the highlights include the Arthur R. Marshall Loxahatchee National Wildlife Refuge (221 square miles of Everglades), a portion of the 110-mile LOST trail around Lake Okeechobee, the 90-acre Okeeheelee Nature Center in West Palm Beach and the 325-acre MacArthur Beach State Park where you can go kayaking among the mangroves.</p>
<p>- Yes, it sometimes seem like everyone is driving either a Bentley or a Ferrari (neither of which are known for their MPGs), but you’ll also see plenty of joggers and bicyclists taking advantage of Palm Beach’s flat terrain and well-developed trail system.</p>
<p>- You can get a little tipsy in style while still maintaining your eco-cred at the Four Seasons Resort Palm Beach thanks to organic cocktails like the Herb Garden Mojito served in The Restaurant.<br />
The very beautiful, very pink Boca Raton Resort &#38; Club (photo via resort website)</p>
<p>The very beautiful, very pink Boca Raton Resort &#38; Club (photo via resort website)</p>
<p>- The Boca Raton Resort &#38; Club gained admission to Florida’s Green Lodging Program last year. In addition to expected eco-friendly programs (recycling, fluorescent light bulbs, use of Green cleaning products), the resort installed an electricity-saving energy management system and reclaims enough water to support 90% of all exterior landscaping!</p>
<p>- Enjoy some peaceful contemplation at the Morikami Museum &#38; Park in Delray Beach. The museum tells about the Japanese settlers who created a Floridian colony called Yamato in the early 20th Century.  Paths lead visitors through 200-acres of gardens representing various eras in Japanese landscape design.</p>
<p>- Pick up fresh and local fruits, vegetables, breads, pastries, plants and more at the West Palm Beach Greenmarket, open Saturdays from 8 a.m. to 1 p.m. (October – April) at 2nd Street and Narcissus Avenue in Downtown West Palm Beach.</p>
<p>→ Leave a CommentCategories: Organic · Travel<br />
Tagged: boca raton, florida, garden, Localeopia, locavore, Organic, palm beach</p>
<p>    *<br />
    *<br />
      Email Subscription</p>
<p>    *<br />
      1GreenProduct.com on BlogTalkRadio<br />
      Listen to 1GreenProduct.com on Blog Talk Radio<br />
    *<br />
      Spread the Word<br />
      submit to reddit<br />
      Digg!<br />
      Bookmark and Share</p>
<p>    *<br />
      Categories<br />
          o Appliances (6)<br />
          o Baby (3)<br />
          o Bagasse (2)<br />
          o Bamboo (23)<br />
          o Bath (20)<br />
          o Beauty (12)<br />
          o Bedroom (4)<br />
          o Bicycles (14)<br />
          o Biodegradable (18)<br />
          o Books (5)<br />
          o Cars (10)<br />
          o CFL (6)<br />
          o Cleaning Products (15)<br />
          o Computers (8)<br />
          o Cork (2)<br />
          o Drinks / Food (19)<br />
          o Energy Efficient (28)<br />
          o Fashion (37)<br />
          o Fitness (7)<br />
          o Footwear (7)<br />
          o Games / Toys (4)<br />
          o Health (7)<br />
          o Hemp (6)<br />
          o Home (27)<br />
          o Human-Powered (9)<br />
          o Internet (5)<br />
          o Kitchen (26)<br />
          o LCD (1)<br />
          o LED (12)<br />
          o Modal (1)<br />
          o Office (12)<br />
          o OLED (1)<br />
          o Organic (44)<br />
          o Outdoor (19)<br />
          o Plantable (5)<br />
          o Recycled (37)<br />
          o Solar-Powered (7)<br />
          o Soy (1)<br />
          o Travel (14)<br />
          o Uncategorized (20)<br />
          o Water (11)<br />
          o Wind-Powered (4)<br />
    *<br />
    *<br />
      Archives<br />
    *<br />
      Blogroll<br />
          o Crave – Green tech<br />
          o ecovalcucine<br />
          o Gavarni Ecotourism Blog<br />
          o Green Your Decor<br />
          o MetaEfficient<br />
          o Philadelphia Eco-Living Examiner<br />
          o The Professional Vegan<br />
          o Urban Garden Casual<br />
    *<br />
      Freelance Writing Portfolio<br />
          o Imagination Wins<br />
    *<br />
      Recent Comments<br />
      	Danilo on GeoBulb LED light bulb<br />
      	Elemental LED staff on Where have all the Green produ…<br />
      	Rob on Where have all the Green produ…<br />
      	Where have all the G… on About<br />
      	greenconsumer on Pharox LED light bulb<br />
    *<br />
      © Aaron Dalton 2008-2009. All rights reserved.</p>
<p>Blog at WordPress.com. Theme: Cutline by Chris Pearson.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Problem with Column 2 (adding widgets)"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-column-2-adding-widgets#post-424242</link>
			<pubDate>Thu, 21 Jan 2010 19:32:01 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">424242@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@lblackamore<br />
The blog you have linked to above is not a wordpress.COM blog. This is the wordpress.COM support forum where we provide support only to those who have blogs which are free hosted by wordpress.COM. So we cannot help you here. </p>
<p>The correct forum for those who are self hosting wordpress.ORG software installs is here &#62; <a href="http://wordpress.ORG/support/" rel="nofollow">http://wordpress.ORG/support/</a>
</p>
]]></description>
					</item>
		<item>
			<title>lblackamore on "Problem with Column 2 (adding widgets)"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-column-2-adding-widgets#post-424179</link>
			<pubDate>Thu, 21 Jan 2010 16:11:04 +0000</pubDate>
			<dc:creator>lblackamore</dc:creator>
			<guid isPermaLink="false">424179@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://www.ebonyjet.com/bigideas" rel="nofollow">http://www.ebonyjet.com/bigideas</a> widgets is not displaying correctly on page and goes underneath blog entries.
</p>
]]></description>
					</item>
		<item>
			<title>supportbot on "Problem with Column 2 (adding widgets)"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-column-2-adding-widgets#post-424178</link>
			<pubDate>Thu, 21 Jan 2010 16:09:30 +0000</pubDate>
			<dc:creator>supportbot</dc:creator>
			<guid isPermaLink="false">424178@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>lblackamore on "Problem with Column 2 (adding widgets)"</title>
			<link>http://en.forums.wordpress.com/topic/problem-with-column-2-adding-widgets#post-424177</link>
			<pubDate>Thu, 21 Jan 2010 16:09:28 +0000</pubDate>
			<dc:creator>lblackamore</dc:creator>
			<guid isPermaLink="false">424177@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I add widgets they fall underneath the blog entries instead of showing up in the 2nd column. I thought it was an image in column 1 that was too large throwing off the columns but I resize the images and the problem is still there. Can someone help me?
</p>
]]></description>
					</item>
		<item>
			<title>katm on "Using blog desk"</title>
			<link>http://en.forums.wordpress.com/topic/using-blog-desk#post-157858</link>
			<pubDate>Sun, 20 Jan 2008 23:13:20 +0000</pubDate>
			<dc:creator>katm</dc:creator>
			<guid isPermaLink="false">157858@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Craig,</p>
<p>Copy/paste from any word processor that does formatting is going to insert a lot of additional code that can and probably will screw up things in your blog.  </p>
<p>If you have an older computer, yes, I can see the current version of OpenOffice slowing things down.  I'm assuming you do have an older computer based on the age of Office 97.  You might be better off getting someone to help you figure out why Office 97 no longer works for you.</p>
<p>OpenOffice will save as .doc (the Microsoft format), you just have to tell it to do that when you save a file.</p>
<p>Here's what I think might be a good course of action for you.  Find Notepad in your version of Windows.  No need to download anything else.  Write your blog entries in there.  You won't have any formatting options.  It's just plain text.  Copy and paste into the Visual Editor here at wordpress.  Use that editor to format your posts.  It will work much in the same way that Word worked for you minus the risk.  </p>
<p>I left my email address above.  Please let me know if there is any other way I can help you.
</p>
]]></description>
					</item>

	</channel>
</rss>
