<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1021334" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1021334</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131555</link>
    <description> &lt;p&gt;OK, some very good tips , Thank you guys. I wasnt sure i was going to keep the iframe, but do you think i can make it work if i change the name . browser viewing ETC?&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 May 2003 23:02:32 +0000</pubDate>
 <dc:creator>djhals</dc:creator>
 <guid isPermaLink="false">comment 1131555 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131511</link>
    <description> &lt;p&gt;Make sure you use relative links if you&#039;re testing it on your computer then uploading, that there are no spaces in the file or image names, and that you&#039;re uploading ALL the files.&lt;/p&gt;
&lt;p&gt;If you follow Megan&#039;s suggestion and validate our code, you&#039;ll likely find things to fix (we all do) that will help, but here&#039;s a tip the validator won&#039;t tell you:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;td height=&amp;quot;26&amp;quot;&amp;gt; &lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;div align=&amp;quot;left&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;font color=&amp;quot;#800000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;start.html&amp;quot; target=&amp;quot;Main&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;font color=&amp;quot;#800000&amp;quot;&amp;gt;&amp;lt;/font&amp;gt; &lt;br /&gt;&amp;lt;font color=&amp;quot;#800000&amp;quot;&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Home&lt;br /&gt;&amp;lt;/font&amp;gt;&amp;lt;/a&amp;gt;&amp;lt;/b&amp;gt;&amp;lt;/font&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;Would be better written like this:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&amp;lt;td class=&amp;quot;navigation&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;a href=&amp;quot;start.html&amp;quot; target=&amp;quot;Main&amp;quot;&amp;gt;Home&amp;lt;/a&amp;gt;&lt;br /&gt;&amp;lt;/td&amp;gt;&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;And in your stylesheet:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;td.navigation {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; height: 26px;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; text-align: left;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;br /&gt;&lt;br /&gt;.navigation a {&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; color: #800000;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; font-weight: bold;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/code&gt;&lt;/div&gt;&#039;&lt;/p&gt;
&lt;p&gt;You&#039;ll want to remove all the hard returns that I put in so it won&#039;t break the forum display, of course.&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 May 2003 14:13:56 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1131511 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131505</link>
    <description> &lt;p&gt;I think the best way to make sure your sites work is to first of all keep it simple - if you&#039;re using stuff like iframes rather than plain old tables and HTML you&#039;re more likely to have problems.  After that it really helps to learn to write your code properly - if you run a &lt;a href=&quot;http://www.w3c.org&quot; class=&quot;bb-url&quot;&gt;validator&lt;/a&gt; you&#039;ll be able to catch potential problems right away.  This does involve some learning time - learning how to write cross-browser code is takes time. Trial and error is a good way to learn (and stick around here - chances are others have had the same problems!)&lt;/p&gt;
&lt;p&gt;I am having problems with some of the links but the iframe is showing up although it doesn&#039;t seem to be filling all of the space it should be (in Opera7).  Can&#039;t see anything right off that would be causing this.  You could try calling your iframe something other than &quot;Main&quot; - that could be confusing the browser (I think there might be a built-in HTML use for that term but I can&#039;t remember what for.)&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 May 2003 13:38:40 +0000</pubDate>
 <dc:creator>Megan</dc:creator>
 <guid isPermaLink="false">comment 1131505 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131498</link>
    <description> &lt;p&gt;Browserola has been discontinued... i used to use it and thought it was ace, but i can&#039;t find anywhere to download it anymore &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/sad.png&quot; title=&quot;Sad&quot; alt=&quot;Sad&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 16 May 2003 11:29:03 +0000</pubDate>
 <dc:creator>andy206uk</dc:creator>
 <guid isPermaLink="false">comment 1131498 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131438</link>
    <description> &lt;p&gt;Thank taff, i would appreciate that. A couple of links do work. They are the ones that open in a new browser though. Isnt a iframe very browser friendly. Thanks for the reply&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 May 2003 23:28:22 +0000</pubDate>
 <dc:creator>djhals</dc:creator>
 <guid isPermaLink="false">comment 1131438 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/webmasters-corner/browser-help#comment-1131436</link>
    <description> &lt;p&gt;There are some bowser emulators out there (Browserola is one) but I&#039;ve never been too impressed with their accuracy. There is really no better alternative to multiple browser testing, imo. If you don&#039;t have the browsers or the room for them, places like these forums are a good place to get multiple views.&lt;/p&gt;
&lt;p&gt;As far as links working on the home machine but not elsewhere, the first likely culprit is that you are linking to local files on your hard drive. Hard to detect from home but immediately noticeable everywhere else &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sorry I don&#039;t really have the time to look through your site right now but I&#039;ll try to get back a little later&lt;/p&gt;
 </description>
     <pubDate>Thu, 15 May 2003 23:03:37 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1131436 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
