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

		<item>
			<title>maggietaylor1957 on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1109823</link>
			<pubDate>Wed, 02 Jan 2013 08:35:40 +0000</pubDate>
			<dc:creator>maggietaylor1957</dc:creator>
			<guid isPermaLink="false">1109823@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you very much.  That has worked perfectly.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1108789</link>
			<pubDate>Tue, 01 Jan 2013 14:55:53 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1108789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>However, my site is still resizing up and down if you reduce or expand the browser width, but that's not a problem as it looks OK</p></blockquote>
<p>This is expected—it's how the theme was designed to work.</p>
<blockquote><p>my problem is when you view it at a narrow screen width, e.g. ipad size, at which point the second column moves to flow beneath the first column and converts to a black background - presumably to make the distinction of the second column</p></blockquote>
<p>Take a look at the @media rule for the 900 px max width here:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/reddle/style.css?m=1356723415g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/reddle/style.css?m=1356723415g&#038;minify=false</a></p>
<p>You'll notice there are a few rules that set the background color to black. To override those, copy the @media block, remove everything but the rules for the colors, and replace the color values. Here is an example to get you started:</p>
<pre><code>@media (max-width: 900px) {
	#page #main .widget-area {
		background: #fff;
		color: #000;
	}
	#wp-calendar caption {
		color: #bbb;
	}
	#wp-calendar tbody td {
		background: #fff;
		border-color: #fff;
		color: #bbb;
	}
	#colophon,
	#supplementary {
		background: #fff;
		border-color: #fff;
		color: #000;
	}
	#page #supplementary .widget-area {
		background: #fff;
		color: #000;
	}
}</code></pre>
]]></description>
					</item>
		<item>
			<title>maggietaylor1957 on "Colour change for two column view"</title>
			<link>http://en.forums.wordpress.com/topic/colour-change-for-two-column-view#post-1098994</link>
			<pubDate>Wed, 19 Dec 2012 15:59:48 +0000</pubDate>
			<dc:creator>maggietaylor1957</dc:creator>
			<guid isPermaLink="false">1098994@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Reddle which has a liquid format, which is apparently  overridden if you have custom header and/or two column layout (I have both) to create fixed column width.  However, my site is still  resizing up and down if you reduce or expand the browser width, but that's not a problem as it looks OK,  but my problem is when you view it at a narrow screen width, e.g. ipad size, at which point the second column moves to flow beneath the first column and converts to a black background - presumably to make the distinction of the second column.  I don't like the look of this, as it doesn't match the navy custom colour scheme I've adopted and is in use on the milestone widget.  Can someone please tell me if this can be overcome in the css and if so give me a push in the right direction. css is new to me, so very trial and error and I don't really know where to start on this one. All input much appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Menu and hover colour change"</title>
			<link>http://en.forums.wordpress.com/topic/menu-and-hover-colour-change#post-707971</link>
			<pubDate>Wed, 28 Sep 2011 17:41:24 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">707971@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is the light purple (non-current/non-hover page item)</p>
<pre><code>#pagenav a {
border-bottom: 4px solid #D7BCED;
}</code></pre>
<p>This is the dark purple (hover/current page item)</p>
<pre><code>#pagenav li.current_page_item a, #pagenav li.current-menu-item a, pagenav li.current-menu-ancestor a, #pagenav li a:hover {
border-color: #3B0466;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Menu and hover colour change"</title>
			<link>http://en.forums.wordpress.com/topic/menu-and-hover-colour-change#post-707930</link>
			<pubDate>Wed, 28 Sep 2011 17:10:48 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">707930@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@clairedoubleyou<br />
Hello there. I do not help with CSS editing but another Volunteer or Staff will help you when they can. Before you start CSS editing note that when you alter a theme’s stylesheet, you only need to put in the Editor the modification/additions to the CSS, not the entire thing. Read this for more info: <a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a></p>
<p>Also note that Bueno has been CSS edited by others and you may find the answer to your questions by searching. <a href="http://en.forums.wordpress.com/tags/bueno" rel="nofollow">http://en.forums.wordpress.com/tags/bueno</a>
</p>
]]></description>
					</item>
		<item>
			<title>zirvemekani on "Menu and hover colour change"</title>
			<link>http://en.forums.wordpress.com/topic/menu-and-hover-colour-change#post-707847</link>
			<pubDate>Wed, 28 Sep 2011 15:39:55 +0000</pubDate>
			<dc:creator>zirvemekani</dc:creator>
			<guid isPermaLink="false">707847@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://www.zirvemekani.com"></a><code>&lt;strong&gt;&lt;/strong&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>clairedoubleyou on "Menu and hover colour change"</title>
			<link>http://en.forums.wordpress.com/topic/menu-and-hover-colour-change#post-707806</link>
			<pubDate>Wed, 28 Sep 2011 13:52:40 +0000</pubDate>
			<dc:creator>clairedoubleyou</dc:creator>
			<guid isPermaLink="false">707806@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I and using a Bueno theme, and would like to change the colour of the line underneath my menu of pages along the top of my blog to #46C7C7. It is currenlty purple. </p>
<p>Please can you let me know if this is possible and if so, how to achieve this. I would also like to insert a header and hide my title which I was told you can now do. </p>
<p>Please help - thank you</p>
<p>Claire
</p>
]]></description>
					</item>
		<item>
			<title>gwideman on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-397102</link>
			<pubDate>Fri, 30 Oct 2009 09:09:01 +0000</pubDate>
			<dc:creator>gwideman</dc:creator>
			<guid isPermaLink="false">397102@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>... and to reinforce what TSP said.... to just change a color, use the "Add this to the Xxxx theme's CSS" option, NOT the "Start from scratch" option, and as TSP said, in the edit window only enter the CSS for items that you want to change.  </p>
<p>wp.com sends your custom CSS to the browser after it sends the theme's own CSS, so your custom settings override the corresponding settings from the theme's own CSS.</p>
<p>-- Graham
</p>
]]></description>
					</item>
		<item>
			<title>gwideman on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-397097</link>
			<pubDate>Fri, 30 Oct 2009 08:55:42 +0000</pubDate>
			<dc:creator>gwideman</dc:creator>
			<guid isPermaLink="false">397097@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>&#62; what guarantee do I get that if I go ahead and pay for<br />
&#62; CSS Upgrade, that this wont happen once I have paid for it? </p>
<p>... I can testify that in many hundreds of uses of wp.com's Edit CSS feature, it has never once not done what it's supposed to.  Now the CSS might not produce quite the effect I expected in the browser, but that was always because I didn't yet understand some aspect of CSS or browser that I later saw was the cause, and was able to remediate.</p>
<p>-- Graham
</p>
]]></description>
					</item>
		<item>
			<title>devblog on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-397078</link>
			<pubDate>Fri, 30 Oct 2009 05:40:49 +0000</pubDate>
			<dc:creator>devblog</dc:creator>
			<guid isPermaLink="false">397078@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You should read this too:</p>
<p><a href="http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/" rel="nofollow">http://csswiz.wordpress.com/2009/10/15/if-you-have-the-wp-com-css-upgrade/</a>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-397070</link>
			<pubDate>Fri, 30 Oct 2009 04:42:09 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">397070@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do not paste the entire CSS into the CSS edit window. Paste only the specific sections, and the specific declarations that you are changing. As an example if you are changing the body background color, that section may look like this in the original CSS:</p>
<pre><code>body {
background:#acacac;
font:normal 1em Arial, Helvetica, sans-serif;
margin:0;
}</code></pre>
<p>What you would add to the CSS edit window to change the background color would be:</p>
<pre><code>body {
background:#acacac;
}</code></pre>
<p>and then change the hex color code.
</p>
]]></description>
					</item>
		<item>
			<title>husdal on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-396789</link>
			<pubDate>Thu, 29 Oct 2009 11:26:01 +0000</pubDate>
			<dc:creator>husdal</dc:creator>
			<guid isPermaLink="false">396789@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><em>Why is this happening and what guarantee do I get that if I go ahead and pay for CSS Upgrade, that this wont happen once I have paid for it? </em></p>
<p>Without knowing the exact code you edited and which theme you used it is impossible to tell what could be the cause or why things did not work out as expected.
</p>
]]></description>
					</item>
		<item>
			<title>sampotts on "CSS &amp; Previewing not working properly??"</title>
			<link>http://en.forums.wordpress.com/topic/css-amp-previewing-not-working-properly#post-396769</link>
			<pubDate>Thu, 29 Oct 2009 08:02:12 +0000</pubDate>
			<dc:creator>sampotts</dc:creator>
			<guid isPermaLink="false">396769@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have selected a 3 column template but all I wanted to try out was changing the colour scheme. In doing this, I dont have to change anything except for the Hex Colour. As there are no changes to the physical structure in doing this, I didnt expect things to change at all apart from the colour I entered.</p>
<p>For some reason, no matter what colour I change, when I preview the CSS as either new or add to existing, I see the colour change but also different areas are within the template seem to get effected in the layout and things are not where they should be. This is probably the easiest task you can do in CSS so I am confused!!</p>
<p>Why is this happening and what guarantee do I get that if I go ahead and pay for CSS Upgrade, that this wont happen once I have paid for it?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing header colour and adding logo"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-colour-and-adding-logo#post-375562</link>
			<pubDate>Fri, 28 Aug 2009 13:57:03 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">375562@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We need a link to the blog, and could you explain what you mean by "it is not letting me?"
</p>
]]></description>
					</item>
		<item>
			<title>kathymckinnon on "Changing header colour and adding logo"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-colour-and-adding-logo#post-375531</link>
			<pubDate>Fri, 28 Aug 2009 10:04:10 +0000</pubDate>
			<dc:creator>kathymckinnon</dc:creator>
			<guid isPermaLink="false">375531@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>HI I am also having a problem using cutline theme and am trying to change the header image and it is not letting me , any suggestions would be much appreciated kathy
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing header colour and adding logo"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-colour-and-adding-logo#post-371403</link>
			<pubDate>Mon, 17 Aug 2009 23:42:26 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">371403@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is this the site you are talking about <a href="http://lisresearch.org/" rel="nofollow">http://lisresearch.org/</a> ? I'm seeing Contempt as a theme.
</p>
]]></description>
					</item>
		<item>
			<title>lisresearchcoalition on "Changing header colour and adding logo"</title>
			<link>http://en.forums.wordpress.com/topic/changing-header-colour-and-adding-logo#post-371371</link>
			<pubDate>Mon, 17 Aug 2009 21:24:55 +0000</pubDate>
			<dc:creator>lisresearchcoalition</dc:creator>
			<guid isPermaLink="false">371371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using one of the templates Light and I want to change the heading to purple instead of using a repeating image, what is the code I need to create to do this?</p>
<p>Also I would like to insert a logo next to the text and want to know if this is possible and what code I would need to create to do this.</p>
<p>If either of these are going to be tricky with the current template is there any better ones for doing this?</p>
<p>thanks
</p>
]]></description>
					</item>
		<item>
			<title>boblets on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214608</link>
			<pubDate>Sun, 08 Jun 2008 16:26:54 +0000</pubDate>
			<dc:creator>boblets</dc:creator>
			<guid isPermaLink="false">214608@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well -such is life, and that is how computers are and how it is. Programmers are clever people, but they have spec to stick to, and programming is a never-ending compromise. </p>
<p>I am not suggesting you should switch to firefox for good   - I wanted you to try it in firefox (or any other browser except the one you are using) to see if it worked there. If so, it's a browser problem. If not, then it would be important to notify staff.<br />
See? It's called problem determination.</p>
<p>Update the browser you are using. </p>
<p>And personally, I'd prefer a browser that worked for the things I wanted to do. Browsers are not really that diffrent - you'd get used to it.
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214604</link>
			<pubDate>Sun, 08 Jun 2008 16:06:37 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214604@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi boblets..i'm not going to change browser, i have used firefox and don't like it...i like to stick with what i'm used to work with and it works well for me...thanks for your help...thought it could be solved without changing browsers...why is it that you have to change browsers to suit programs or platforms, i mean, next time i want to use something else, got a problem, asking what browser...firefox,...oh, could you change browser please, it shouldn't be like that...everything should run smoothly and if there are problems, it should be solved, i mean, programmers are clever people... ;)
</p>
]]></description>
					</item>
		<item>
			<title>boblets on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214602</link>
			<pubDate>Sun, 08 Jun 2008 16:02:35 +0000</pubDate>
			<dc:creator>boblets</dc:creator>
			<guid isPermaLink="false">214602@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah. Ok, then I'm with you. I should think it has something to do with the browser, as raincoaster is indicating. Update browser, try another browser first, and let us know what happens.<br />
(I rarely change the colour of the text, so this is a problem I wouldn't have come across).
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214601</link>
			<pubDate>Sun, 08 Jun 2008 15:58:18 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214601@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi raincoaster...i think i've already said...it's Internet Explorer 7...if that is not a browser and the version... then tell me what is a browser etc....:)
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214600</link>
			<pubDate>Sun, 08 Jun 2008 15:57:03 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214600@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Let's forget about it, i will just continue saving..(unpublished) and maybe use blogdesk to save myself a lot of frustration...
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214599</link>
			<pubDate>Sun, 08 Jun 2008 15:55:33 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214599@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi boblets..it is  not just editing...even in a new post..<br />
1.when i want to make the text a different colour.<br />
2. I highlight the text which i want a different colour<br />
3. the mouse jumps back to line 1, first word( of first paragraph, if i want to change colour isn3rd paragraph)<br />
4. in order to get the colour changed...i have to save first<br />
5. then it allows me to change the colour without having the mouse back to the first line of the first paragraph at the first word</p>
<p>i can't write it more clearer than this, sorry!<br />
and it is only when i want to change the colour of any bit of writing...
</p>
]]></description>
					</item>
		<item>
			<title>boblets on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214595</link>
			<pubDate>Sun, 08 Jun 2008 15:35:09 +0000</pubDate>
			<dc:creator>boblets</dc:creator>
			<guid isPermaLink="false">214595@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have read all your posts and checked out the link. I am sorry, but I still don't understand what it is that you want. Here is what I think you're trying to say:</p>
<p>-you have trouble with editing. Apparently, strange things happen when you try to format text.<br />
-you want the links to stand out even more that what they do (how?! they're uppercase, fire engine red and bold).</p>
<p>If this is not correct, please correct me, and please be succinct.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214587</link>
			<pubDate>Sun, 08 Jun 2008 15:17:17 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">214587@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What browser and version are you using?
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214585</link>
			<pubDate>Sun, 08 Jun 2008 15:13:07 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214585@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>(if you are confused, boblets...please go to the link i've given and you will see what i mean, I like the links to stand out even more...)Yes, I do like them in red, but this change of colour isn't the only problem, if i type anything and want to go back to highlight only something to change the colour, let's forget now about the links as it's not just with links......then the mouse jumps back to the first word in the first paragraph...from the post, so e.g. if i want to change colour in the middle of par 3...then it jumps back to par 1, line 1, first word!<br />
it's really a pain if you want to change a couple of times, then you have to save your work first before it allows you to change it exactly where you want to change it...e.g. in the middle of that particular paragraph or at any point...and it only started today...</p>
<p>There  used to appear a message when you wanted to change colour, now that message doesn't come up anymore (thanks heaven), but now this jumping back of the pointer...
</p>
]]></description>
					</item>
		<item>
			<title>boblets on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214580</link>
			<pubDate>Sun, 08 Jun 2008 14:59:51 +0000</pubDate>
			<dc:creator>boblets</dc:creator>
			<guid isPermaLink="false">214580@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am confused. You want to change the colour of ONE link to one colour, or all links to same colour?
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214579</link>
			<pubDate>Sun, 08 Jun 2008 14:57:51 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">214579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, but it doesn't fail as much.</p>
<p>Links in WordPress.com blogs generally ARE a different colour from the background.
</p>
]]></description>
					</item>
		<item>
			<title>chessaleeinlondon on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214576</link>
			<pubDate>Sun, 08 Jun 2008 14:45:04 +0000</pubDate>
			<dc:creator>chessaleeinlondon</dc:creator>
			<guid isPermaLink="false">214576@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yes, that was a post from about a year ago...and i wanted to add a link from another post to that post...<br />
Internet explorer 7<br />
I put my link up and then only on the link itself...e.g. please click HERE .....and then the word "here"....a different colour...you can check that link i put up here...there are a few you can see...i always change the colour of the link where people have to click...and in that post you can see how i change the colour for diff bits of writing...i mean, it's very boring just blogging in the default colour...;)
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Links in post diff colour"</title>
			<link>http://en.forums.wordpress.com/topic/links-in-post-diff-colour#post-214566</link>
			<pubDate>Sun, 08 Jun 2008 14:23:17 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">214566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you mean you are editing posts from before, rather than making new ones?</p>
<p>What browser and version are you using?</p>
<p>Are you trying to change the colour of the LINKS, or just add them?
</p>
]]></description>
					</item>

	</channel>
</rss>
