<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Style lists in footer</title>
		<link>http://www.kriesi.at/support/topic/style-lists-in-footer</link>
		<description>Support Forum - Topic: Style lists in footer</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 00:42:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/style-lists-in-footer" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Style lists in footer"</title>
			<link>http://www.kriesi.at/support/topic/style-lists-in-footer#post-32415</link>
			<pubDate>Fri, 18 Nov 2011 22:58:12 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">32415@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;first add a UL tag around your list items, list items don't work well without a grouping tag.&#60;/p&#62;
&#60;p&#62;Then, add this to your style.css&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.execphpwidget ul {
padding: 5px 0 0 30px;
    list-style: url(&#38;#39;http://www.montessoricenter.org/wp-content/themes/avisio/images/skin1/footer_comment.png&#38;#39;)
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Of course, you can change the link to the message image depending on where you've put it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>JulieS on "Style lists in footer"</title>
			<link>http://www.kriesi.at/support/topic/style-lists-in-footer#post-32013</link>
			<pubDate>Wed, 16 Nov 2011 04:05:01 +0000</pubDate>
			<dc:creator>JulieS</dc:creator>
			<guid isPermaLink="false">32013@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I'd like to add a custom bullet to a list in the footer. The list is the School Blog in the footer of my website &#60;a href=&#34;http://www.montessoricenter.org&#34; rel=&#34;nofollow&#34;&#62;http://www.montessoricenter.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The image is here: &#60;a href=&#34;http://www.montessoricenter.org/wp-content/themes/avisio/images/skin1/footer_comment.png&#34; rel=&#34;nofollow&#34;&#62;http://www.montessoricenter.org/wp-content/themes/avisio/images/skin1/footer_comment.png&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;From Firebug, I can see this list is styled in Column 2, with a div name:&#60;br /&#62;
&#60;code&#62;&#38;lt;div class=&#38;quot;execphpwidget&#38;quot;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;First, I tried adding this code to style.css in the /****COLUMN 2*****/ section&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.execphpwidget li{
list-style-image: url(http://www.montessoricenter.org/wp-content/themes/avisio/images/skin1/footer_comment.png);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But no luck. &#60;/p&#62;
&#60;p&#62;Then I tried adding code to the PHP in the widget:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php query_posts(&#38;#39;category_name=school-blog&#38;amp;showposts=5&#38;#39;); ?&#38;gt;
&#38;lt;?php while (have_posts()) : the_post(); ?&#38;gt;
        &#38;lt;li style=&#38;quot;list-style-image: url(http://www.montessoricenter.org/wp-content/themes/avisio/images/skin1/footer_comment.png&#38;quot;&#38;gt;&#38;lt;a&#38;gt;&#38;quot;&#38;gt;
          &#38;lt;?php the_title(); ?&#38;gt;
          &#38;lt;/a&#38;gt;
        &#38;lt;?php endwhile; ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Again no luck. &#60;/p&#62;
&#60;p&#62;Can you help? Any suggestions on where I am going wrong would be much appreciated!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
