<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Dot Net Nuke &#38; Cleargraphix &#187; Wordpress</title>
	<atom:link href="http://www.cleargraphix.com/blog/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cleargraphix.com/blog</link>
	<description>your clear path... to your online success</description>
	<lastBuildDate>Wed, 08 Sep 2010 22:36:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How Do I Get Rid Of Those Arrows Before Every Link In My WordPress Theme Under Blogroll And Categories?</title>
		<link>http://www.cleargraphix.com/blog/2008/09/29/how-do-i-get-rid-of-those-arrows-before-every-link-in-my-wordpress-theme-under-blogroll-and-categories/</link>
		<comments>http://www.cleargraphix.com/blog/2008/09/29/how-do-i-get-rid-of-those-arrows-before-every-link-in-my-wordpress-theme-under-blogroll-and-categories/#comments</comments>
		<pubDate>Mon, 29 Sep 2008 16:16:15 +0000</pubDate>
		<dc:creator>Tom Haschenburger</dc:creator>
				<category><![CDATA[CSS (Cascading Style Sheets)]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wordpress css]]></category>
		<category><![CDATA[wordpress design]]></category>
		<category><![CDATA[wordpress layout]]></category>
		<category><![CDATA[wordpress theme problems]]></category>

		<guid isPermaLink="false">http://www.cleargraphix.com/blog/?p=25</guid>
		<description><![CDATA[So, how do you get rid of those annoying little arrow icons before each link in your blogroll and your categories sidebar in WordPress? Alright, I had to post something about this issue as I haven&#8217;t seen much on it. It&#8217;s a lower level CSS function that although useful, because of our favorite browsers like [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cleargraphix.com/blog/images/uploads/09192008-wordpress-arrows1.png"><img class="alignright size-medium wp-image-46" title="wordpress-bullet-style-arrows" src="http://www.cleargraphix.com/blog/images/uploads/09192008-wordpress-arrows1.png" alt="" width="279" height="150" /></a>So, how do you get rid of those annoying little arrow icons before each link in your blogroll and your categories sidebar in WordPress? Alright, I had to post something about this issue as I haven&#8217;t seen much on it. It&#8217;s a lower level CSS function that although useful, because of our favorite browsers like Microsoft&#8217;s Internet Explorer not supporting it, we tend to forget to check it. Look in your style sheets for this code and delete it or comment it out and you&#8217;re good to go. It&#8217;s too bad it doesn&#8217;t work cross-browser as it would be a nice tool to use.</p>
<pre class="code">.entry ul li:before, #sidebar ul ul li:before {
    content: "\00BB \0020";
}</pre>
<p>As an alternative to list styles images, if you have links in those lists, try styling the &lt;a&gt; tag and put a background image in it with padding on whatever side you choose to put the image on. Here&#8217;s an example of what that might look like.</p>
<pre class="code">a {
    background:url("mybullet.png") top right;
    padding:0px 10px 0px 0px;
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.cleargraphix.com/blog/2008/09/29/how-do-i-get-rid-of-those-arrows-before-every-link-in-my-wordpress-theme-under-blogroll-and-categories/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
