<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015570" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015570</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-file-netscape#comment-1090249</link>
    <description> &lt;p&gt;Hiya Busy&lt;br /&gt;
Thanx for that - I&#039;ll check out that stylesheet stuff...yeah Im not uploading it to the web, just using it locally as a quick way to access my fave bookmarks...im lazy! *grin*&lt;/p&gt;
&lt;p&gt;Hey Suzanne&lt;br /&gt;
Ta - I never knew that bout the no spaces and the way Netscape changes the way it lists directories and stuff - that&#039;ll be whats up with it! Thankyou! &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>Fri, 21 Sep 2001 06:28:50 +0000</pubDate>
 <dc:creator>tania721</dc:creator>
 <guid isPermaLink="false">comment 1090249 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>fixed background</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-file-netscape#comment-1090242</link>
    <description> &lt;p&gt;It won&#039;t matter how you do it, it won&#039;t work in Netscape 4.x -- it doesn&#039;t do fixed backgrounds.&lt;/p&gt;
&lt;p&gt;Also, those of us who never tweaked our Netscapes will have a bgcolor defaulting to grey -- so even if you are using white as your bgcolor, you *might* want to include it.  &lt;/p&gt;
&lt;p&gt;As far as the background goes for viewing on your harddrive, Netscape and IE trace where the file is differently, Netscape using file:///u|Internet%20Start%20Page/back.gif -- note also that while IE is permissive with spaces in names of folders and such, Netscape is not.  Getting in the habit of not using spaces in folders and file names will stand you in good stead of you are doing a lot of web production.  It&#039;s the single most common problem people bring to me -- not viewing files because of spaces in the file or directory names.&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>Fri, 21 Sep 2001 04:05:37 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1090242 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/background-file-netscape#comment-1090237</link>
    <description> &lt;p&gt;you have &quot;u&quot; drive where your background image is, if your going to upload this to the net your cant have the drive included in the link.&lt;/p&gt;
&lt;p&gt;if your images are in the same folder as the html page just use the image name, if the images are in a folder in the folder your html files are use folder_name/image name ...&lt;/p&gt;
&lt;p&gt;Do the same for Netscape as you would for IE, however some things dont work or both browsers, for example, bgproperties=fixed wont work in Netscape, instead you need a style sheet like so:&lt;/p&gt;
&lt;p&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;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&amp;lt;!--&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;BODY &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;{ &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;background&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;-&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;properties &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;: &lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;fixed &lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;}&lt;br /&gt;--&amp;gt;&lt;br /&gt;&amp;lt;/&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;style&lt;/span&gt;&lt;span style=&quot;color: #007700&quot;&gt;&amp;gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;br /&gt;
ignore the &quot;php&quot;, just add this in your head section.&lt;/p&gt;
&lt;p&gt;when you add an image to your pages, (any color apart from white) you should always use a bgcolor=?? as well, this way if the background doesnt show or is slow loading the text can always be read.&lt;/p&gt;
&lt;p&gt;basefont is another tag thats being dropped, you can also use a style sheet to replace this, use &quot;px&quot; (stands for pixel), i think 12px is equal to default, as this is more reliable than &quot;pt&quot;, for font size - works in most browsers equally (size 5 is BIG, default is 3)&lt;/p&gt;
 </description>
     <pubDate>Fri, 21 Sep 2001 02:31:01 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1090237 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
