<?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: Removing quote marks from quote block</title>
		<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block</link>
		<description>WordPress.com Forums &#187; Topic: Removing quote marks from quote block</description>
		<language>en</language>
		<pubDate>Mon, 20 May 2013 22:07:46 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removing-quote-marks-from-quote-block" rel="self" type="application/rss+xml" />

		<item>
			<title>rbroberg on "Removing quote marks from quote block"</title>
			<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block#post-460467</link>
			<pubDate>Sun, 09 May 2010 11:00:28 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">460467@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>nice hint on the html -yhx
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Removing quote marks from quote block"</title>
			<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block#post-460466</link>
			<pubDate>Sun, 09 May 2010 10:58:10 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">460466@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ah, it seems I'm too slow - and awful at typing. Although you could get away with just specifying the background-color, you don't need the attributes after the hex colour code.</p>
<p><code>background-color:#F4F5F7;</code></p>
<p>lh
</p>
]]></description>
					</item>
		<item>
			<title>hallluke on "Removing quote marks from quote block"</title>
			<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block#post-460464</link>
			<pubDate>Sun, 09 May 2010 10:54:04 +0000</pubDate>
			<dc:creator>hallluke</dc:creator>
			<guid isPermaLink="false">460464@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you already have the paid CSS upgrade you can add:</p>
<p><code>blockquote {background-image:none;}</code></p>
<p>to your stylesheet and it will remove the picture of the quote marks. If you don't have the CSS upgrade you'll have to rely on inline styles which will work for now, but there is/was talk of removing this feature, so it might not work forever.</p>
<p>Instead of using the <code>&lt;blockgquote&gt;</code> tag when writing your post, switch to the HTML editor and add your inline styles to a regular paragraph tag. To get it to look the same as before but without the image place your text between tags like the ones below.</p>
<p><code>&lt;p style=&quot;border:1px dashed #CCCCCC;margin:5px 0;padding:8px 12px 8px 36px; background-color:#F4F5F7;&quot;&gt;&lt;br /&gt;
TEXT GOES HERE&lt;br /&gt;
&lt;/p&gt;</code></p>
<p>lh
</p>
]]></description>
					</item>
		<item>
			<title>rbroberg on "Removing quote marks from quote block"</title>
			<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block#post-460458</link>
			<pubDate>Sun, 09 May 2010 10:38:40 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">460458@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Never mind ... I think I have it</p>
<p>change ...</p>
<pre><code>blockquote, pre {
	background:#F4F5F7 url (img/blockquote.gif) 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:8px 12px 8px 36px;
	margin:5px 0;
}</code></pre>
<pre><code>blockquote, pre {
	background:#F4F5F7 3px 3px no-repeat;
	border:1px dashed #CCC;
	padding:2px 3px 2px 18px;
	margin: 5px 0;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>rbroberg on "Removing quote marks from quote block"</title>
			<link>http://en.forums.wordpress.com/topic/removing-quote-marks-from-quote-block#post-460456</link>
			<pubDate>Sun, 09 May 2010 10:26:03 +0000</pubDate>
			<dc:creator>rbroberg</dc:creator>
			<guid isPermaLink="false">460456@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to remove the quote marks from inside the quote blocks (iNove theme).</p>
<p>Is CSS the place to be?<br />
Anyone have a fix?</p>
<p>Thanks
</p>
]]></description>
					</item>

	</channel>
</rss>
