<?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; Topic: 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</link>
		<description>WordPress.com Forums &#187; Topic: How can I add a border around text on a static page?</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 12:44:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-can-i-add-a-border-around-text-on-a-static-page" 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>

	</channel>
</rss>
