<?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: media queries - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/media-queries</link>
		<description>WordPress.com Forums &#187; Tag: media queries - Recent Posts</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 23:01:30 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/media-queries" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1264894</link>
			<pubDate>Mon, 13 May 2013 23:48:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1264894@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Love the blog btw—I hope you do more interviews!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1264888</link>
			<pubDate>Mon, 13 May 2013 23:45:46 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1264888@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There are a couple ways around the issue you've described. One way is to use media queries to target the changes to different screen sizes. Here is a great primer with more info. about how media queries work that you should check out first:<br />
<a href="http://css-tricks.com/css-media-queries/" rel="nofollow">http://css-tricks.com/css-media-queries/</a></p>
<p>Here is an example of two media queries that target small and medium screen sizes and do different things with the search depending on the screen width:</p>
<pre><code>@media screen and (min-width: 600px) and (max-width: 740px) {
	#page {
		position: relative;
	}
	.widget_search {
		position: absolute;
		top: 110px;;
		right: 20px;
	}
	.widget-area .widget_search h3 {
		margin-bottom: 0;
	}
	.site-header h2 {
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	#page {
		position: relative;
	}
	.widget_search {
		position: absolute;
		top: 175px;
		left: 5%;
		width: 90%;
		text-align: center;
	}
	.widget_search h3,
	.widget_search div,
	.widget_search form {
		display: inline;
		clear: none;
	}
	.widget-area #s {
		width: 25%;
	}
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260252</link>
			<pubDate>Thu, 09 May 2013 04:13:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260252@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When using position: absolute to move a text widget, it will float independent of all other elements so it does not flow with them. There isn't any other way really to reposition one though. I wish I had a magic bullet, but I've never been able to figure out how to do it.</p>
<p>I would suggest the search box at the top of the sidebar, but then the sidebar falls to the bottom on narrower screens.</p>
<p>There are some themes that have a search box built into the header area. You might take a look at those themes and see if any of them are responsive designs. I know 2011 is.
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260244</link>
			<pubDate>Thu, 09 May 2013 03:56:46 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1260244@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hey, thanks for the tip. I like the look better with the mobile option off. However, the search widget is plopped right on top of the logo. Do you think there are any clever work-arounds for this?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1260121</link>
			<pubDate>Thu, 09 May 2013 00:46:32 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1260121@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@whatsnickeating, since you are using a responsive theme, go to appearance &#62; mobile and turn off the mobile theme option. Your theme will adjust for any screen width, including mobiles and will give you better results. Give it a try and see what you think. You may have to clear the cache on your mobile browser before the change will show up though.
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1259359</link>
			<pubDate>Wed, 08 May 2013 03:14:47 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1259359@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks designsimply! That worked great for the template!</p>
<p>However, the mobile version is messed up now. If you view it, the search widget appears in the middle of every screen. Is there perhaps some code to disable this modified widget for the mobile version since the mobile version already has its own search function?
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258613</link>
			<pubDate>Tue, 07 May 2013 16:07:51 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1258613@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you once again, that's fixed it.  It had tried after logging out but it didn't make enough difference!</p>
<p>It's just what I wanted now!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258590</link>
			<pubDate>Tue, 07 May 2013 15:35:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258590@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It might just be where the page happens to get cut off for printing, but try reducing the space inside the print media query with this:</p>
<pre><code>#content article {
	margin-bottom: 0;
	padding-bottom: 0;
}</code></pre>
<p>Also note that logged out users (i.e. normal readers) won't see that "(Edit)" link, so that will reduce some of the space as well. To test that, try doing a print preview after logging out or from a different browser where you have not logged in to WordPress.com.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258549</link>
			<pubDate>Tue, 07 May 2013 14:36:19 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1258549@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you.  I worked on the image sizes till the width looked OK (640px)  then merged 2 images.  Resolution not good but Anita has the original images and will re-work them this evening.</p>
<p>One last question if I may!  Why is there such a large gap between the last line and the footer?  Is that configurable?  I tried putting a height on the @media print { 	#content but it made no difference.  I was hoping that the Home page would be on 1 sheet of paper rather 1 and a tiny bit!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1258509</link>
			<pubDate>Tue, 07 May 2013 13:41:09 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258509@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I think what you have looks okay.</p>
<p>Here is what I see in a print preview on my laptop: <a href="http://cl.ly/Om8c" rel="nofollow">http://cl.ly/Om8c</a></p>
<p>Note the circled option on the left, it's an option on the user's side whether or not to print background images.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1258489</link>
			<pubDate>Tue, 07 May 2013 13:10:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1258489@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can use absolute positioning to move blocks of HTML around on a page. Here is an example that will move the search widget to the top right of the main container element.</p>
<pre><code>#page {
	position: relative;
}
.widget_search {
	position: absolute;
	top: 135px;
	right: 20px;
}</code></pre>
<p>Adjust the number values as needed.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257795</link>
			<pubDate>Mon, 06 May 2013 22:22:47 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257795@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Found out how but can't work out what size the image needs to be!
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257693</link>
			<pubDate>Mon, 06 May 2013 21:14:00 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257693@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That looks great now.  Many thanks</p>
<p>All that remains is - Is it also possible to print a different image for the header, rather than the screen header?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257584</link>
			<pubDate>Mon, 06 May 2013 19:59:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257584@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The difference isn't WordPress so much as it's the HTML structure of the theme you're using. In CSS, you just need to figure out the proper selector to target the areas you want to change. See <a href="http://www.htmldog.com/guides/css/beginner/selectors/" rel="nofollow">http://www.htmldog.com/guides/css/beginner/selectors/</a> to learn more.</p>
<p>In  your theme, which is Fresh &#38; Clean as you've mentioned, you can target and hide the sidebar, header area, main menu, and post flair (sharing links and likes) all in one swoop. </p>
<p>Find this part of the previous example:</p>
<pre><code>#sidebar {
	display: none;
}</code></pre>
<p>And change it to this: </p>
<pre><code>#sidebar,
#branding,
#access,
#jp-post-flair {
	display: none;
}</code></pre>
<p>Note that WordPress.com requires keeping the footer credits in tact, but they don't take up a ton of space so hopefully you'll think they're okay in the example above!
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257565</link>
			<pubDate>Mon, 06 May 2013 19:43:51 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1257565@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's fixed the sidebar!  Thanks.</p>
<p>Can I now exclude the Menu and the Footer in the same fashion?  I have tried playing with various options but can't seem to find the correct "words"!  I am wondering if the difference is WordPress?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1257523</link>
			<pubDate>Mon, 06 May 2013 19:12:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1257523@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can do this with a media query. Here is an example to get you started:</p>
<pre><code>@media print {
	#content {
		width: 96%;
	}
	#sidebar {
		display: none;
	}
}</code></pre>
<p>Here is some additional info about print stylesheets:<br />
<a href="http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/" rel="nofollow">http://coding.smashingmagazine.com/2011/11/24/how-to-set-up-a-print-style-sheet/</a></p>
<p>You can get a good idea about previewing if you write the CSS without the "@media print { }" wrapper first (just to preview), and then add it back before saving and use your browser's print preview option to see what the final outcome will look like if printed.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1257439</link>
			<pubDate>Mon, 06 May 2013 17:59:20 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1257439@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That cannot be done without purchasing an annually renewable custom design upgrade for the blog so you can do CSS editing. As I don't help with CSS editing I don't know if it can be done so I tagged this thread and it will be moved to the CSS Forum where you can get a definitive answer.<br />
<a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a><br />
<a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>whatsnickeating on "Moving the search widget to nav bar or header"</title>
			<link>http://en.forums.wordpress.com/topic/moving-the-search-widget-to-nav-bar-or-header#post-1256511</link>
			<pubDate>Sun, 05 May 2013 15:24:07 +0000</pubDate>
			<dc:creator>whatsnickeating</dc:creator>
			<guid isPermaLink="false">1256511@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I am am using the Twenty Twelve theme for my blog (www.whatsnickeating.com) and would like to move the search bar up. I guess technically it would be in the navigation bar or the header. Is there a way to do that?
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1252143</link>
			<pubDate>Thu, 02 May 2013 09:18:58 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1252143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thought it might be useful to add that I am using the theme Fresh &#38; Clean.<br />
I feel sure there must be a CSS solution for this but can't figure it out so far.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250346</link>
			<pubDate>Wed, 01 May 2013 09:51:46 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250346@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, I do.  Have you looked at the site?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250332</link>
			<pubDate>Wed, 01 May 2013 09:29:32 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1250332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Interesting: I had been told it printed the print-optimized version of the website. Do you have the Custom Design upgrade?
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250325</link>
			<pubDate>Wed, 01 May 2013 09:18:55 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250325@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On a "conventional" website, I would control this by a print.css file.</p>
<p>For example<br />
<pre><code>#logos, #skip, #menu, #footer, #blind_user, #no_print
{
	   display : none;
 }</code></pre>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1250274</link>
			<pubDate>Wed, 01 May 2013 07:34:37 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1250274@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Share to Print button is shown at the bottom of each page and post but it just gives the same print preview as any other means of printing a page.</p>
<p>How can I control what appears on the printed page?</p>
<ul>
<li>no sidebar, widget area</li>
<li>different image header</li>
</ul>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1249761</link>
			<pubDate>Tue, 30 Apr 2013 22:55:45 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1249761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Use the Share to Print button on your Settings-&#62;Sharing page.
</p>
]]></description>
					</item>
		<item>
			<title>puffinld on "Printing with the sidebar widget area"</title>
			<link>http://en.forums.wordpress.com/topic/printing-with-the-sidebar-widget-area#post-1249744</link>
			<pubDate>Tue, 30 Apr 2013 22:46:16 +0000</pubDate>
			<dc:creator>puffinld</dc:creator>
			<guid isPermaLink="false">1249744@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I feel that the sidebar widget area is important when looking at the site.  However when printing a page, I would prefer not to see it.</p>
<p>Is it also possible to print a different image for the header, rather than the screen header?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1088547</link>
			<pubDate>Thu, 06 Dec 2012 19:33:48 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088547@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here are some guides and examples about media queries if you're interested:</p>
<p><a href="http://www.binvisions.com/tutorials/css3-media-query-tutorial-introduction/" rel="nofollow">http://www.binvisions.com/tutorials/css3-media-query-tutorial-introduction/</a></p>
<p><a href="http://www.maxdesign.com.au/articles/css3-media-queries/media-sample/" rel="nofollow">http://www.maxdesign.com.au/articles/css3-media-queries/media-sample/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1088537</link>
			<pubDate>Thu, 06 Dec 2012 19:30:21 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1088537@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Twenty Eleven theme is responsive, so it has slightly different CSS for different screen sizes based on break points (i.e. 800px, 650px, etc.). They are added using media queries (which start with @media in the CSS). You can see them near the bottom of the stylesheet if you look at the one for Twenty Eleven. Here is a link:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/twentyeleven/style.css?m=1354677609g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/twentyeleven/style.css?m=1354677609g&#038;minify=false</a></p>
<p>So, if you wanted to target a smaller screen size, you may need to add a new @media rule with the background image rule you want inside it. Here's a basic example:</p>
<pre><code>@media (max-width: 650px) {
    p {
        color: red;
    }
    [ put your CSS rules here ]
}</code></pre>
]]></description>
					</item>
		<item>
			<title>ilivebytheriverblog on "Background image resizes along with browser"</title>
			<link>http://en.forums.wordpress.com/topic/background-image-resizes-along-with-browser#post-1067806</link>
			<pubDate>Tue, 13 Nov 2012 11:24:12 +0000</pubDate>
			<dc:creator>ilivebytheriverblog</dc:creator>
			<guid isPermaLink="false">1067806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have been trying to get <a href="http://ilivebytheriverblog.wordpress.com" rel="nofollow">http://ilivebytheriverblog.wordpress.com</a> to look the way I want but one thing is bugging me: when I resize the browser window or zoom in and out, the background image changes with respect to the main body of the blog. It also looks different in other browsers (I use Firefox) and doesn't look right on tablets etc.</p>
<p>At the moment I haven't paid to have access to the CSS sheets, although I have a very basic idea of CSS and have used it to do a few other minor things to the site etc.</p>
<p>Is there something I can do?
</p>
]]></description>
					</item>
		<item>
			<title>alpower on "Custom CSS purchased and added but doesn&#039;t appear for mapped domain blog"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-purchased-and-added-but-doesnt-appear-for-mapped-domain-blog#post-648409</link>
			<pubDate>Sat, 16 Jul 2011 16:36:30 +0000</pubDate>
			<dc:creator>alpower</dc:creator>
			<guid isPermaLink="false">648409@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Just as a followup: </p>
<p>I've contacted support, who were very nice and helpful, but it turns out that the CSS Processor they use for their customer design doesn't currently support using CSS3 media queries as detailed in my above post.</p>
<p>Hope this knowledge is useful for someone battling the same issue.
</p>
]]></description>
					</item>
		<item>
			<title>alpower on "Custom CSS purchased and added but doesn&#039;t appear for mapped domain blog"</title>
			<link>http://en.forums.wordpress.com/topic/custom-css-purchased-and-added-but-doesnt-appear-for-mapped-domain-blog#post-645231</link>
			<pubDate>Tue, 12 Jul 2011 22:04:38 +0000</pubDate>
			<dc:creator>alpower</dc:creator>
			<guid isPermaLink="false">645231@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Done - apologies for that - I've been away from wordpress.com for a while and that was an old link. Didn't realise it was there!! Thanks for the polite reminder! :D</p>
<p>I've also made my blog visible, as while there's no design there as such yet, it makes it easier for you guys. Thanks for your help so far!
</p>
]]></description>
					</item>

	</channel>
</rss>
