<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1028933" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1028933</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1170146</link>
    <description> &lt;p&gt;don&#039;t forget that other missing &lt;/p&gt;
&lt;p&gt;the w3c.org validator is your friend &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Apr 2005 10:49:35 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1170146 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1170144</link>
    <description> &lt;p&gt;It&#039;s worked!&lt;/p&gt;
&lt;p&gt;Thank you so very much &#039;busy&#039; - I didn&#039;t realise a stray gap like that could have such an effect! I&#039;m not very experienced with this ole HTML thang!&lt;/p&gt;
&lt;p&gt;Many thanks to all for your help.&lt;/p&gt;
&lt;p&gt;Best wishes,&lt;/p&gt;
&lt;p&gt;Seagoat, London, UK&lt;/p&gt;
 </description>
     <pubDate>Tue, 26 Apr 2005 10:29:44 +0000</pubDate>
 <dc:creator>seagoat</dc:creator>
 <guid isPermaLink="false">comment 1170144 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1170116</link>
    <description> &lt;p&gt;looks like you&#039;re missing a tag somewhere, have you run the index through the validator? if not I&#039;d suggest you do that next as it looks like it&#039;s missing an end table tag somewhere, or could just be you missed a &#039;colspan=...&#039; out or not enough colsums in it.&lt;/p&gt;
&lt;p&gt;I had a quick look at your code (really to early for this kinda thing), did find your missing a  tag in the copyright section, but run it through the validator.&lt;br /&gt;
You also have a lot wasted tables usage, the shim&#039;s are a bad idea, use the old  and list aliments for the contents (as they are a list)&lt;/p&gt;
&lt;p&gt;think I found the fault, just about the copyright table you have:&lt;/p&gt;
&lt;p&gt;note the gap in colspan&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Apr 2005 22:16:22 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1170116 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1170102</link>
    <description> &lt;p&gt;Thanks for your input guys - I&#039;ve still had no luck righting the discrepancy.&lt;/p&gt;
&lt;p&gt;The url is&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.mandcventures.co.uk/sector/index.html&quot; class=&quot;bb-url&quot;&gt;http://www.mandcventures.co.uk/sector/index.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you click on any other page on the site you&#039;ll see how the headers and footers etc should be appearing.&lt;/p&gt;
&lt;p&gt;I&#039;m baffled!&lt;/p&gt;
&lt;p&gt;Many thanks again,&lt;/p&gt;
&lt;p&gt;Seagoat&lt;/p&gt;
 </description>
     <pubDate>Mon, 25 Apr 2005 17:04:50 +0000</pubDate>
 <dc:creator>seagoat</dc:creator>
 <guid isPermaLink="false">comment 1170102 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1169773</link>
    <description> &lt;p&gt;Your home computer is run differently than a server, so the displays can be different.&lt;br /&gt;
Your computer will usually work in quirks mode unless otherwise set, so in other words it guesses what you want, where as the server has a different level of quirkiness.&lt;/p&gt;
&lt;p&gt;Also when you upload new stuff you might still actually be seeing the old one - server cache. Most web page things get cached twice, once by your computer and once by your ISP&#039;s, a normal &#039;refresh&#039; wont usually refresh both caches so a server refresh (ctrl F5) is often needed.&lt;/p&gt;
&lt;p&gt;As for the alignment problem, can you show us the URL? much easier than guessing the problem, but usually the align= is in the wrong place, align=&quot;center&quot; in a TD will only align the contents, in a TR will only align the row, in the TABLE tag will align the whole table. Two 50% width tables side by side will go underneath of eachother unless cellpadding, cellspacing and all body margins are set to 0&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Apr 2005 21:50:34 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1169773 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-discrepancy#comment-1169749</link>
    <description> &lt;p&gt;Sounds like a weird problem. Normally, when I upload a file, then check it and the old one is there, not the new one, I find that I&#039;ve accidentally uploaded it in the wrong place. Is that a possibility?&lt;/p&gt;
&lt;p&gt;I guess the main question is whether the remote file you&#039;re viewing has code that matches up with the local file you&#039;re viewing. I would start by checking that, if you haven&#039;t already.&lt;/p&gt;
 </description>
     <pubDate>Tue, 19 Apr 2005 12:59:28 +0000</pubDate>
 <dc:creator>timjpriebe</dc:creator>
 <guid isPermaLink="false">comment 1169749 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
