<?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: Gilder/Levin with centered text</title>
	<atom:link href="http://troidus.com/article/11/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.troidus.com/article/11</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 22 Nov 2008 22:18:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: noname</title>
		<link>http://www.troidus.com/article/11#comment-31</link>
		<dc:creator>noname</dc:creator>
		<pubDate>Tue, 22 Jul 2008 21:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-31</guid>
		<description>Sorry, you load so much javascript, wanted to see if this is ajaxed</description>
		<content:encoded><![CDATA[<p>Sorry, you load so much javascript, wanted to see if this is ajaxed</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.troidus.com/article/11#comment-30</link>
		<dc:creator>john</dc:creator>
		<pubDate>Tue, 05 Feb 2008 18:29:13 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-30</guid>
		<description>I was hoping to view your test case, but the link is broken. Should be enough here though to experiment with centering on my own. Thanks for the article and comments.</description>
		<content:encoded><![CDATA[<p>I was hoping to view your test case, but the link is broken. Should be enough here though to experiment with centering on my own. Thanks for the article and comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://www.troidus.com/article/11#comment-29</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Tue, 07 Aug 2007 01:50:46 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-29</guid>
		<description>I'm a newcomer to webdesign and CSS, and have been experimenting with the Gilder/Levin ir technique.  I wonder if you know of any way to add some padding to the  - as a way of creating some space between the h border (if there is one) and the text - without at the same time creating unwanted space around the background image in the ?

Thanks, in advance, for any tip you'd care to share.

- Michael</description>
		<content:encoded><![CDATA[<p>I&#8217;m a newcomer to webdesign and CSS, and have been experimenting with the Gilder/Levin ir technique.  I wonder if you know of any way to add some padding to the  - as a way of creating some space between the h border (if there is one) and the text - without at the same time creating unwanted space around the background image in the ?</p>
<p>Thanks, in advance, for any tip you&#8217;d care to share.</p>
<p>- Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://www.troidus.com/article/11#comment-28</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Mon, 17 Apr 2006 18:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-28</guid>
		<description>The situation where text-align: center centered the inline element in Firefox and IE, but didn't in Safari.</description>
		<content:encoded><![CDATA[<p>The situation where text-align: center centered the inline element in Firefox and IE, but didn&#8217;t in Safari.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trovster</title>
		<link>http://www.troidus.com/article/11#comment-27</link>
		<dc:creator>trovster</dc:creator>
		<pubDate>Mon, 17 Apr 2006 16:06:48 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-27</guid>
		<description>What situation are you talking about?</description>
		<content:encoded><![CDATA[<p>What situation are you talking about?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://www.troidus.com/article/11#comment-26</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Mon, 17 Apr 2006 14:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-26</guid>
		<description>*trovster* : Actually, using margin: 0 auto isn't always the best idea.
Also, it is for the Firefox and Safari anamoly that I posted this.</description>
		<content:encoded><![CDATA[<p>*trovster* : Actually, using margin: 0 auto isn&#8217;t always the best idea.<br />
Also, it is for the Firefox and Safari anamoly that I posted this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trovster</title>
		<link>http://www.troidus.com/article/11#comment-25</link>
		<dc:creator>trovster</dc:creator>
		<pubDate>Sun, 16 Apr 2006 16:38:44 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-25</guid>
		<description>Are you trying to achieve a centered image using the Gilder/Levin technique? If so, because you are using a fixed width margin: 0 auto; would be the ideal solution to center the block element.

Actually, thinking about it, I'm not sure what Safari is doing with what you described above. You need to set display: block; on the span, to allow for height/width measurements to display the image. text-align is for centering inline elements, but the span is now display: block; Best bet is to use margin on the containing element (usually a heading).</description>
		<content:encoded><![CDATA[<p>Are you trying to achieve a centered image using the Gilder/Levin technique? If so, because you are using a fixed width margin: 0 auto; would be the ideal solution to center the block element.</p>
<p>Actually, thinking about it, I&#8217;m not sure what Safari is doing with what you described above. You need to set display: block; on the span, to allow for height/width measurements to display the image. text-align is for centering inline elements, but the span is now display: block; Best bet is to use margin on the containing element (usually a heading).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James AkaXakA</title>
		<link>http://www.troidus.com/article/11#comment-24</link>
		<dc:creator>James AkaXakA</dc:creator>
		<pubDate>Sun, 02 Apr 2006 09:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-24</guid>
		<description>Wha-hey! It's like I've got a renderer inside my head!</description>
		<content:encoded><![CDATA[<p>Wha-hey! It&#8217;s like I&#8217;ve got a renderer inside my head!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Indranil</title>
		<link>http://www.troidus.com/article/11#comment-23</link>
		<dc:creator>Indranil</dc:creator>
		<pubDate>Sat, 01 Apr 2006 14:22:03 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-23</guid>
		<description>Actually, setting the text-align: left attribute to the span does nothing. Setting it to the parent block tag displays it alright.
Also, as you said, display: block does make the span display correctly.
:)</description>
		<content:encoded><![CDATA[<p>Actually, setting the text-align: left attribute to the span does nothing. Setting it to the parent block tag displays it alright.<br />
Also, as you said, display: block does make the span display correctly. <img src='http://www.troidus.com/article/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James AkaXakA</title>
		<link>http://www.troidus.com/article/11#comment-22</link>
		<dc:creator>James AkaXakA</dc:creator>
		<pubDate>Sat, 01 Apr 2006 13:50:07 +0000</pubDate>
		<guid isPermaLink="false">http://troidus.com/article/8#comment-22</guid>
		<description>And text-align:left on the span itself sets it right again of all browsers?

You may want to test your theory by putting display:block on the span too...</description>
		<content:encoded><![CDATA[<p>And text-align:left on the span itself sets it right again of all browsers?</p>
<p>You may want to test your theory by putting display:block on the span too&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
