<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1023715" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1023715</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145620</link>
    <description> &lt;p&gt;Yeah, but it only validates when I remove my tracking code. I need to get server side tracking, because I don&#039;t know if it is hurting my SEO.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.seemecreate.com/archive/css.jpg&quot; class=&quot;bb-url&quot;&gt;http://www.seemecreate.com/archive/css.jpg&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.seemecreate.com/archive/xhtml.jpg&quot; class=&quot;bb-url&quot;&gt;http://www.seemecreate.com/archive/xhtml.jpg&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks again!!&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2004 18:20:11 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1145620 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145616</link>
    <description> &lt;p&gt;It looks great, Joe. You can and should nest  elements.&lt;/p&gt;
&lt;p&gt;Have you validated it? (Do you feel validated? heh)&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2004 16:23:57 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145616 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145614</link>
    <description> &lt;p&gt;Indeed it is IE, that worked perfectly Suzanne, I really appreciate your help.&lt;/p&gt;
&lt;p&gt;I know I have nested Block Level Items, but am I on the right track?&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2004 15:40:10 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1145614 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145584</link>
    <description> &lt;p&gt;Heh, well IE has it wrong. text-align is to align the text, not the block level elements.&lt;/p&gt;
&lt;p&gt;margin: 0 auto; &lt;/p&gt;
&lt;p&gt;That will align it center in pretty well everything except IE (which will ignore it safely, I think).&lt;/p&gt;
&lt;p&gt;You don&#039;t need unit measures for zero values.&lt;/p&gt;
&lt;p&gt;i.e. the red part shouldn&#039;t be there:&lt;/p&gt;
&lt;p&gt;margin: 0px;&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Feb 2004 04:28:32 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145584 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145575</link>
    <description> &lt;p&gt;Blasted! So close.&lt;/p&gt;
&lt;p&gt;I have my site converted completly to CSS, but I am having one little problem with Moz.&lt;/p&gt;
&lt;p&gt;Take a look at the left nav menu, that column&#039;s width is 150px, and the menu div&#039;s width is 140px. So far so good. But, when I use a text-align:center; only IE renders it that way. Moz still keeps it left-aligned, very frustrating.&lt;/p&gt;
&lt;p&gt;I&#039;m stumped, and it could easily be that I am simply doing it wrong. I could really use some help, I&#039;d like to get this new version up tommorow.&lt;/p&gt;
&lt;p&gt;Here is the link to the CSS version: &lt;a href=&quot;http://63.166.206.4/seemecreate/css.htm&quot; class=&quot;bb-url&quot;&gt;http://63.166.206.4/seemecreate/css.htm&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Feb 2004 23:40:41 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1145575 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145504</link>
    <description> &lt;p&gt;Hey, that&#039;s perfect Suzanne, thanks a bunch!!&lt;/p&gt;
&lt;p&gt;Cheers&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Feb 2004 18:40:03 +0000</pubDate>
 <dc:creator>nicora</dc:creator>
 <guid isPermaLink="false">comment 1145504 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/web-design-and-graphics/css-trouble#comment-1145501</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://css.maxdesign.com.au/listamatic/&quot; class=&quot;bb-url&quot;&gt;http://css.maxdesign.com.au/listamatic/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&#039;m all for letting someone else reinvent the wheel. In this case, the author has put together piles of different list types and the code that works in them all across browsers.&lt;/p&gt;
&lt;p&gt;Happy coding!&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Feb 2004 18:30:47 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1145501 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
