<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 4:26 pm</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 4:26 pm</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>Re: Frame links to other frame</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2572#2572</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=31'&gt;Corey Bryant&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Jan 17, 2005 5:49 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Your Target &quot;Home Page&quot; - get rid of the spaces there.  That might have been one issue.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2572#2572</comments>
                                        <author>Corey Bryant</author>
                                        <pubDate>Mon Jan 17, 2005 5:49 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=2572#2572</guid>
                                      </item>
                                      <item>
                                        <title>Thanks anyway</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2557#2557</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=971'&gt;Gordon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jan 16, 2005 5:19 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks to all who might have replied, but I finally figured it out.  The results aren't great, but they function.  If you want to have a look at the end result, go to &lt;a href=&quot;http://www.globalexpo.com.&quot; target=&quot;_blank&quot;&gt;http://www.globalexpo.com.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Gordon</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2557#2557</comments>
                                        <author>Gordon</author>
                                        <pubDate>Sun Jan 16, 2005 5:19 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=2557#2557</guid>
                                      </item>
                                      <item>
                                        <title>Frame links to other frame</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2553#2553</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=971'&gt;Gordon&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Jan 16, 2005 12:57 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      I have tried most formats for this, and know that I am doing something wrong.  There will other links in this code, but for now I'm just trying to get the words About us to display index2.html in Home page.  This is the html so far.  Any and all suggestions would be more than welcome.  After I resolve this problem, I have to figure out how to remove the lines between the partitions in the left window.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;html&amp;gt;&lt;br /&gt;
   &amp;lt;head&amp;gt;&lt;br /&gt;
      &amp;lt;meta name=&quot;Generator&quot; content=&quot;Testing design&quot;&amp;gt;&lt;br /&gt;
      &amp;lt;title&amp;gt;&lt;br /&gt;
         Sharpe Consulting Group&lt;br /&gt;
      &amp;lt;/title&amp;gt;&lt;br /&gt;
   &amp;lt;/head&amp;gt;&lt;br /&gt;
   &amp;lt;FRAMESET COLS=&quot;15%,85%&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAMESET ROWS=&quot;25%,25%,25%,25%&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME NAME=&quot;About us&quot; SRC=&quot;About.html&quot; A HREF=&quot;index2&quot; TARGET=&quot;Home page&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME NAME=&quot;Companies&quot; SRC=&quot;Client_companies.html&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME NAME=&quot;Countries&quot; SRC=&quot;Countries list.html&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME NAME=&quot;Rancho&quot; SRC=&quot;Rancho.html&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/FRAMESET&amp;gt;&lt;br /&gt;
&amp;lt;FRAMESET&amp;gt;&lt;br /&gt;
&amp;lt;FRAME NAME=&quot;Home page&quot; SRC=&quot;index.html&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/FRAMESET&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/html&amp;gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=2553#2553</comments>
                                        <author>Gordon</author>
                                        <pubDate>Sun Jan 16, 2005 12:57 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=2553#2553</guid>
                                      </item></channel></rss>