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

		<item>
			<title>houstonweaver on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1029849</link>
			<pubDate>Thu, 04 Oct 2012 12:35:56 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1029849@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oh super.  Designsimply did the heavy lifting, but I'm glad my little hint helped.
</p>
]]></description>
					</item>
		<item>
			<title>myhcaa on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1029640</link>
			<pubDate>Thu, 04 Oct 2012 03:27:38 +0000</pubDate>
			<dc:creator>myhcaa</dc:creator>
			<guid isPermaLink="false">1029640@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perfect! Did the trick just like I wanted. Thanks so much for this tip!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1020415</link>
			<pubDate>Mon, 24 Sep 2012 13:43:44 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1020415@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try surrounding your full area you want outlined with a div class called callout. Just keep the exact same CSS supplied by designsimply and use this with your html instead of the "p" designation.</p>
<p><code>&lt;div class=&quot;callout&quot;&gt;all your paragraphs, list, etc. here&lt;/div&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>myhcaa on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1020246</link>
			<pubDate>Mon, 24 Sep 2012 06:14:47 +0000</pubDate>
			<dc:creator>myhcaa</dc:creator>
			<guid isPermaLink="false">1020246@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for the CSS code! I can see that is works well for a single paragraph of text. </p>
<p>I would like to use this same "box" idea to surround a paragraph of text that contains a bulleted list, or perhaps several paragraphs of text that are separated by a blank line. How do I do this?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1018240</link>
			<pubDate>Fri, 21 Sep 2012 16:49:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1018240@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I forgot to mention that you can change out the <a href="http://automattic.github.com/Iris/">color code</a> if you'd like, and you can also adjust the type of border from dotted to solid or make it bigger by changing the 1px value.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-1018238</link>
			<pubDate>Fri, 21 Sep 2012 16:47:59 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1018238@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would recommend editing the HTML of your post to include a class for the media picks. Then you can add CSS that will add a border any time you use that class.</p>
<p>Here is an example of the HTML:<br />
<code>&lt;p class=&quot;callout&quot;&gt;</code></p>
<p>Here is the CSS you could add to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.callout {
border: 1px dotted red;
padding: 1em;
}</code></pre>
<p>Here is more info about the HTML editor:<br />
<a href="http://en.support.wordpress.com/editors/#text-editor" rel="nofollow">http://en.support.wordpress.com/editors/#text-editor</a>
</p>
]]></description>
					</item>
		<item>
			<title>myhcaa on "How can I add a border around text on a static page?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-add-a-border-around-text-on-a-static-page#post-999884</link>
			<pubDate>Thu, 06 Sep 2012 04:47:00 +0000</pubDate>
			<dc:creator>myhcaa</dc:creator>
			<guid isPermaLink="false">999884@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How can I add a border around a piece of text on a static page? I want to draw attention to the text, but I don't want to fill the background with color since I already used that for previous text on the same page. I anticipate that this can be done with CSS, but will this cause an issue with the previous CSS I put in to get a colored box? See <a href="http://myhcaa.com" rel="nofollow">http://myhcaa.com</a> - center column. I want to put a colored border around the Media Picks area.  Thanks!<br />
Blog url: <a href='http://myhcaa.wordpress.com/'>http://myhcaa.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>londonirishcentre on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-264667</link>
			<pubDate>Tue, 28 Oct 2008 15:27:38 +0000</pubDate>
			<dc:creator>londonirishcentre</dc:creator>
			<guid isPermaLink="false">264667@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks.</p>
<p>I'm pretty much sorted!</p>
<p><a href="http://www.londonirishcentre.wordpress.com" rel="nofollow">http://www.londonirishcentre.wordpress.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>rosclarke on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262884</link>
			<pubDate>Thu, 23 Oct 2008 15:55:49 +0000</pubDate>
			<dc:creator>rosclarke</dc:creator>
			<guid isPermaLink="false">262884@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Could be.  Did you try it?  The preview feature in the CSS editor is a really useful tool for getting your code right before it goes public.</p>
<p>Just paste those sections of the code into the editing box (having changed the colour codes).  Make sure you have 'Add to existing stylesheet' checked.  And then click on Preview.  If it works, then make sure you Save Changes.
</p>
]]></description>
					</item>
		<item>
			<title>londonirishcentre on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262883</link>
			<pubDate>Thu, 23 Oct 2008 15:51:17 +0000</pubDate>
			<dc:creator>londonirishcentre</dc:creator>
			<guid isPermaLink="false">262883@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've done that. Thanks.</p>
<p>Is this where I need to change the bg colour?</p>
<p>/* Main Content Area */</p>
<p>body {<br />
	font-size: 62.5%; /* Resets 1em to 10px */<br />
	font-family: Verdana, Arial, Sans-Serif;<br />
	background-color: #d5d6d7;<br />
	color: #000;<br />
	text-align: center;<br />
	margin: 0;<br />
	padding: 0;<br />
	}</p>
<p>#page {<br />
	border: 1px solid #959596;<br />
	text-align: left;<br />
	background-color: white;<br />
	margin: 20px auto;<br />
	padding: 0;<br />
	width: 760px;<br />
	border: 1px solid #959596;<br />
	}
</p>
]]></description>
					</item>
		<item>
			<title>rosclarke on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262508</link>
			<pubDate>Wed, 22 Oct 2008 16:12:40 +0000</pubDate>
			<dc:creator>rosclarke</dc:creator>
			<guid isPermaLink="false">262508@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you use Firefox, another really good thing to do is to install Firebug and the Web Developer's Toolbar.  They will allow you to analyse the CSS on your blog and edit it.
</p>
]]></description>
					</item>
		<item>
			<title>londonirishcentre on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262506</link>
			<pubDate>Wed, 22 Oct 2008 16:06:37 +0000</pubDate>
			<dc:creator>londonirishcentre</dc:creator>
			<guid isPermaLink="false">262506@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks.</p>
<p>I have, but no joy as yet.
</p>
]]></description>
					</item>
		<item>
			<title>rosclarke on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262494</link>
			<pubDate>Wed, 22 Oct 2008 15:10:14 +0000</pubDate>
			<dc:creator>rosclarke</dc:creator>
			<guid isPermaLink="false">262494@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Did you read the sticky threads at the top of the CSS forum on Getting Started and Learning CSS?  There are lots of helpful links to CSS tutorials there.</p>
<p>There is no staff support for the CSS feature and there are very few volunteers on the forums who know enough to help either, I'm afraid.
</p>
]]></description>
					</item>
		<item>
			<title>londonirishcentre on "London Irish Charity in need of newbie help..."</title>
			<link>http://en.forums.wordpress.com/topic/london-irish-charity-in-need-of-newbie-help#post-262476</link>
			<pubDate>Wed, 22 Oct 2008 14:15:44 +0000</pubDate>
			<dc:creator>londonirishcentre</dc:creator>
			<guid isPermaLink="false">262476@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,<br />
Greetings from The London Irish Charity in Camden Town. We provide welfare services to older members of the Irish community in London, as well as running a programme of social and cultural events.</p>
<p>We are working on a new (and very simple) website at <a href="http://www.londonirishcentre.wordpress.com" rel="nofollow">http://www.londonirishcentre.wordpress.com</a>, using the Sapphire theme. I’ve done as much reading as I can follow on these forums; I’ve bought the CSS editor, and would greatly appreciate answers or guidance on the following questions:</p>
<p>How do I…<br />
Change the background colour?</p>
<p>Change the colour and font of links?</p>
<p>Change the font of both post title and body text?</p>
<p>Thanks in advance,<br />
Gary</p>
<p>Cultural Officer<br />
London Irish Centre
</p>
]]></description>
					</item>

	</channel>
</rss>
