<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028758" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028758</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169393</link>
    <description> &lt;p&gt;I can&#039;t believe I did this. There was an actual black line down the side of the image. In other words, it was part of the image itself. Problem fixed.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Apr 2005 22:13:11 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169393 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169359</link>
    <description> &lt;p&gt;Oh, you can see the latest CSS and HTML here: &lt;a href=&quot;http://www.tandswebdesign.com/samples/plantech/&quot; class=&quot;bb-url&quot;&gt;http://www.tandswebdesign.com/samples/plantech/&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Apr 2005 02:54:44 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169359 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169358</link>
    <description> &lt;p&gt;One last (hopefully) question. I&#039;ve got almost everything how I want it, but I can&#039;t seem to get rid of the right border on the image. Here&#039;s the tag for the image:&lt;/p&gt;
&lt;p&gt;#content img&lt;br /&gt;
{&lt;br /&gt;
    float: right;&lt;br /&gt;
    border-left: 1px solid black;&lt;br /&gt;
    border-bottom: 1px solid black;&lt;br /&gt;
    border-right: 0px hidden black;&lt;br /&gt;
    margin-left: 10px;&lt;br /&gt;
    margin-bottom: 10px;&lt;br /&gt;
/*    margin-right: -1px; */&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;The margin-right part was working fine before, but I set the containing div&#039;s overflow to auto to allow a scroll bar, so that makes it have a vertical scroll bar as well.&lt;/p&gt;
&lt;p&gt;Any ideas here? The containing div also has a right border, so I&#039;m not sure what the deal is.&lt;/p&gt;
 </description>
     <pubDate>Mon, 11 Apr 2005 02:53:52 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169358 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169218</link>
    <description> &lt;p&gt;Thanks, Andyk. I&#039;ll give that a try.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Apr 2005 14:43:34 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169218 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169212</link>
    <description> &lt;p&gt;centering in css is quite easy. Firstly, add text-align: center to your body tag, this is for IE. Then, put a wrapper div around your content with a fixed width, set the text-align: left and margin left and right to &quot;auto&quot; (margin: 0 auto 0 auto).&lt;/p&gt;
&lt;p&gt;Problem solved.&lt;/p&gt;
 </description>
     <pubDate>Thu, 07 Apr 2005 14:14:12 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1169212 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1169040</link>
    <description> &lt;p&gt;I figured it out. I needed to apply all the header stuff to my pageheader div, not just the first  in it. IE was inserting a blank line for the second .&lt;/p&gt;
 </description>
     <pubDate>Mon, 04 Apr 2005 00:51:40 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169040 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1168972</link>
    <description> &lt;p&gt;Thanks! Since I&#039;m using FP, I&#039;ve only looked at my HTML validation once or twice, then decided I&#039;d lose less hair if I stopped worrying about it.&lt;/p&gt;
&lt;p&gt;But since I hand-coded this page (still in FP, though), that was th eonly thing that didn&#039;t validate. It&#039;s now valid, though I&#039;m not 100% sure that I&#039;m using the right doctype.&lt;/p&gt;
&lt;p&gt;That did fix the space between the menu and the content divs. Now I just have the problem between those two and the pageHeader div above it.&lt;/p&gt;
&lt;p&gt;Any more ideas? These have been greatly helpful so far, and I&#039;m so close now!&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Apr 2005 16:36:29 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1168972 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1168965</link>
    <description> &lt;p&gt;Does the HTML validate? Use a doctype. &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/wink.png&quot; title=&quot;Wink&quot; alt=&quot;Wink&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Apr 2005 15:13:19 +0000</pubDate>
 <dc:creator>Abhishek Reddy</dc:creator>
 <guid isPermaLink="false">comment 1168965 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1168954</link>
    <description> &lt;p&gt;Thanks, Megan.&lt;/p&gt;
&lt;p&gt;While the site is now centered (at least in FireFox), The big problem of appearing all screwy in IE is still there. Any ideas?&lt;/p&gt;
 </description>
     <pubDate>Sat, 02 Apr 2005 05:11:33 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1168954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/first-allcss-page#comment-1168935</link>
    <description> &lt;p&gt;My site is centered, check the code there.  I forget how I did that.  I&#039;m pretty sure it&#039;s a container DIV but I forget what CSS I put in there.&lt;/p&gt;
 </description>
     <pubDate>Fri, 01 Apr 2005 14:36:22 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1168935 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
