<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015731" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015731</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091796</link>
    <description> &lt;p&gt;Thanks, that worked!  I tried it before, but it didn&#039;t change anything, so I took it out.  I was probably just being stupid and not hitting Ctrl-F5 to refresh instead of grabbing from the cached files.&lt;/p&gt;
&lt;p&gt;Thanks again,&lt;/p&gt;
&lt;p&gt;Zimbabwe&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Oct 2001 22:09:07 +0000</pubDate>
 <dc:creator>zimbabwe</dc:creator>
 <guid isPermaLink="false">comment 1091796 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091723</link>
    <description> &lt;p&gt;I just had a look, (sorry forgot to check back), I downloaded the page and top 3 graphics, add the &amp;amp;nbsp; to the table cell and it worked, here the top part of the table, so you can see I only added the space tag&lt;br /&gt;
&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;lt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;table width&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;=\&lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&quot;100%\&quot; border=\&quot;1\&quot; cellspacing=\&quot;0\&quot; cellpadding=\&quot;0\&quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;tr&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td background=\&quot;topmid.gif\&quot; colspan=\&quot;2\&quot; height=\&quot;38\&quot; style=\&quot;background-repeat:repeat-x\&quot;&amp;gt;&amp;lt;img src=\&quot;mainhead.gif\&quot; width=\&quot;342\&quot; height=\&quot;87\&quot;&amp;gt;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td background=\&quot;topmid.gif\&quot; colspan=\&quot;2\&quot; height=\&quot;38\&quot; style=\&quot;background-repeat:repeat-x\&quot;&amp;gt;&amp;amp;nbsp;&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td width=\&quot;16%\&quot; height=\&quot;38\&quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div align=\&quot;left\&quot;&amp;gt;&amp;lt;img src=\&quot;rightcorner.gif\&quot; width=\&quot;98\&quot; height=\&quot;87\&quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;I noticed you are also using div align= .., you can just as well use align= in the td (or tr) tags&lt;/p&gt;
&lt;p&gt;Had to use PHP, as CODE wasnt showing half the tags, also noticed afterwards your td and images heights are different, it hasnt affected your layout but two sizes can confuse the browser and also give you table problems, &lt;/p&gt;
&lt;p&gt;useless imformation - using width and heights tags in both image and td cells can cause spaces in small cells, if you have alignment problems check your quotes first, then missing tags etc then if all else ails remove the width and height tags from the td cell.&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Oct 2001 05:51:17 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1091723 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Netscape and backgrounds in tables</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091721</link>
    <description> &lt;p&gt;Netscape 4.x likes to carry over the background from the holder table into the nested tables.  It&#039;s evil that way.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.carterjackson.com/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;carterjackson.com/index/celtic.html&lt;/a&gt; may have some tips that will help (it&#039;s been awhile since I&#039;ve tried to make nested table backgrounds work, and I&#039;m not really here -- I&#039;m on mat leave and not supposed to be thinking of these things, but I&#039;m addicted), and will possibly give pointers, if not.&lt;/p&gt;
&lt;p&gt;background=&quot;none&quot; I think was one solution, another to use both the bgcolor=&quot;#hexhex&quot; and background=&quot;specificimage.gif&quot; for every cell or nested table.  Another was only to have the backgrounds in the cells themselves (NOT the table element), and to make sure there are enough characters in the cell to hold it open and/or a non-breaking space to show the background in the first place.&lt;/p&gt;
&lt;p&gt;I hope that helps some, if not, I&#039;ll stop by tomorrow and look at the code and see if I can see what the issue is.&lt;/p&gt;
&lt;p&gt;&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; Suzanne&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Oct 2001 05:28:18 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1091721 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091711</link>
    <description> &lt;p&gt;I have tried putting in a transparent pic, but that didn&#039;t work out.  I then tried out the &amp;nbsp; but that didn&#039;t work either.  Do you know what else it could be?  I havn&#039;t looked at the site through Netscape 6.1 yet. The school that I am doing this for is running Netscape 4.7 on almost all of the computers, so I have to have it running on 4.7.  I will probably just change the design if that will save me on some of the headache.&lt;/p&gt;
&lt;p&gt;Zimbabwe&lt;/p&gt;
 </description>
     <pubDate>Wed, 17 Oct 2001 00:47:22 +0000</pubDate>
 <dc:creator>zimbabwe</dc:creator>
 <guid isPermaLink="false">comment 1091711 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091238</link>
    <description> &lt;p&gt;I didnt go see the site but by Enigmatic reply, i guessed, another way than using the transparent gif is just using &quot;&amp;amp;nbsp;&quot; which is a blank space (without the quotes)&lt;/p&gt;
&lt;p&gt;and if its a small cell you can use the font tag around it, say verdana at -2&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Oct 2001 21:58:54 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1091238 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091225</link>
    <description> &lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;Netscape (6.1) does not accept empty cells, even if you have bg pic set. Additionally to this sell, you should insert the transparent 1x1 pic with the width/hight (one of those is usually enough) set to reflect the size of the cell.&lt;/p&gt;
&lt;p&gt;Try that and see what you get. &lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Enigmatic&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Oct 2001 14:44:53 +0000</pubDate>
 <dc:creator>Enigmatic</dc:creator>
 <guid isPermaLink="false">comment 1091225 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/netscape-problems-0#comment-1091224</link>
    <description> &lt;p&gt;The problem is in Netscape 4.7.  Everything works in IE.&lt;/p&gt;
 </description>
     <pubDate>Mon, 08 Oct 2001 14:35:06 +0000</pubDate>
 <dc:creator>zimbabwe</dc:creator>
 <guid isPermaLink="false">comment 1091224 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
