<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Wordpress Tip: 3 Awesome Custom Field Tricks</title>
	<atom:link href="http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/</link>
	<description>Pittsburgh Web Design » Cagintranet Web Design - Web Designer, Developer, Graphic Artist and Web 2.0 Guru</description>
	<pubDate>Sun, 06 Jul 2008 19:25:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Brooke</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-294</link>
		<dc:creator>Brooke</dc:creator>
		<pubDate>Sun, 18 May 2008 19:25:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-294</guid>
		<description>ok, i fixed it by putting the php for the plugin in a different spot.  i dont know what the problem was, but i fixed it for now! thanks! you can delete my useless comments if you want!  ;)</description>
		<content:encoded><![CDATA[<p>ok, i fixed it by putting the php for the plugin in a different spot.  i dont know what the problem was, but i fixed it for now! thanks! you can delete my useless comments if you want!  ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooke</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-293</link>
		<dc:creator>Brooke</dc:creator>
		<pubDate>Sun, 18 May 2008 19:11:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-293</guid>
		<description>It was a plugin
http://guff.szub.net/2006/04/12/welcome-visitor/

its what i used to display the three category image at the top of my index page(technology, fun, politics). when i remove the php for it in the index file, my thumbnail list works like it should. strange.</description>
		<content:encoded><![CDATA[<p>It was a plugin<br />
<a href="http://guff.szub.net/2006/04/12/welcome-visitor/" rel="nofollow">http://guff.szub.net/2006/04/12/welcome-visitor/</a></p>
<p>its what i used to display the three category image at the top of my index page(technology, fun, politics). when i remove the php for it in the index file, my thumbnail list works like it should. strange.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-288</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Sun, 18 May 2008 01:49:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-288</guid>
		<description>@Brooke - I do see you have a lot of plugins that place stylesheets on your site. If you find it is a particular plugin, let me know - it may end up being something I need to change on my end...

Thanks!</description>
		<content:encoded><![CDATA[<p>@Brooke - I do see you have a lot of plugins that place stylesheets on your site. If you find it is a particular plugin, let me know - it may end up being something I need to change on my end&#8230;</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooke</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-287</link>
		<dc:creator>Brooke</dc:creator>
		<pubDate>Sun, 18 May 2008 00:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-287</guid>
		<description>hrmmm no luck. i deleted that entry. didnt work. then i deleted all the contents of the two stylesheets that control my theme, except for the thumbnail list styles, and it still shifts. replaced my alterations with your exact css, still does it. maybe its styles from a plugin i have. i know its something on my end, because your demo behaves perfectly for me. 

my issue is only in firefox, so im trying to think of a firefox specific issue.....

i dont know. ive taken enough of your time anyways, thanks for looking at it. im so glad to have found this article!</description>
		<content:encoded><![CDATA[<p>hrmmm no luck. i deleted that entry. didnt work. then i deleted all the contents of the two stylesheets that control my theme, except for the thumbnail list styles, and it still shifts. replaced my alterations with your exact css, still does it. maybe its styles from a plugin i have. i know its something on my end, because your demo behaves perfectly for me. </p>
<p>my issue is only in firefox, so im trying to think of a firefox specific issue&#8230;..</p>
<p>i dont know. ive taken enough of your time anyways, thanks for looking at it. im so glad to have found this article!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cagle</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-284</link>
		<dc:creator>Chris Cagle</dc:creator>
		<pubDate>Sat, 17 May 2008 21:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-284</guid>
		<description>I am really glad it helped!!

if I had my guess, it would be that you specified a padding or margin in a different part of the CSS. My best bet would be that it is this in your style.css:

&lt;pre&gt;&lt;code class="css"&gt;ul li{
	list-style-type:square;
	margin:0.5em 0 0 2em;
}
&lt;/code&gt;&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>I am really glad it helped!!</p>
<p>if I had my guess, it would be that you specified a padding or margin in a different part of the CSS. My best bet would be that it is this in your style.css:</p>
<pre><code class="css">ul li{
	list-style-type:square;
	margin:0.5em 0 0 2em;
}
</code></pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brooke</title>
		<link>http://www.cagintranet.com/archive/wordpress-tip-3-awesome-custom-field-tricks/#comment-283</link>
		<dc:creator>Brooke</dc:creator>
		<pubDate>Fri, 16 May 2008 18:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.cagintranet.com/?p=61#comment-283</guid>
		<description>This post is awesome! I've been looking for a way to make a Thumbnailed Recent Posts list like this. I tried it out on my site, but in firefox, when you mouse over the thumbnails, they move a little. Any advice on what may be causing this? 

You can see it under the post on my homepage here http://www.justastupidgirl.com/

Its been driving me bonkers, I'd really appreciate any thoughts you may have.</description>
		<content:encoded><![CDATA[<p>This post is awesome! I&#039;ve been looking for a way to make a Thumbnailed Recent Posts list like this. I tried it out on my site, but in firefox, when you mouse over the thumbnails, they move a little. Any advice on what may be causing this? </p>
<p>You can see it under the post on my homepage here <a href="http://www.justastupidgirl.com/" rel="nofollow">http://www.justastupidgirl.com/</a></p>
<p>Its been driving me bonkers, I&#039;d really appreciate any thoughts you may have.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
