<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003020" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003020</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013326</link>
    <description> &lt;p&gt;the &lt;strong&gt;url&lt;/strong&gt; is the address, and it stands for Universal Resource Locator.  It is the part after the http:// in the address.&lt;/p&gt;
&lt;p&gt;Andy has answered you twice now, and I am going to try again with pointing you to an online tutorial that will teach you what you need to know -- &lt;a href=&quot;http://hotwired.lycos.com/webmonkey/96/31/index3a.html&quot; class=&quot;bb-url&quot;&gt;http://hotwired.lycos.com/webmonkey/96/31/index3a.html&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;AND you have errors in your code.  I don&#039;t know if Dreamweaver has a built in validator or not, if so, use it.  If not, &lt;a href=&quot;http://www.netmechanic.com&quot; class=&quot;bb-url&quot;&gt;www.netmechanic.com&lt;/a&gt;  has an online validator that will tell you where the problem lies.  For the record, two single quotes is not the same as a double quote.&lt;/p&gt;
&lt;p&gt;Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 16:35:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013326 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013325</link>
    <description> &lt;p&gt;THIS is your frameset files:&lt;/p&gt;
&lt;p&gt;&amp;lt;html&amp;gt;&lt;br /&gt;
&amp;lt;FRAMESET cols=&quot;20%,80%&quot; border=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME SRC=&quot;frame1.html&quot; name=&quot;left_frame&quot; scrolling=&quot;no&quot;&amp;gt;&lt;br /&gt;
&amp;lt;FRAME SRC=&quot;page1.html&quot; name=&quot;right_frame&quot;&amp;gt;&lt;br /&gt;
&amp;lt;/FRAMESET&amp;gt;&lt;br /&gt;
&amp;lt;/html&amp;gt;&lt;/p&gt;
&lt;p&gt;See the name=&quot;right_frame&quot; that is the NAME that must be used as your target for links in another frame.  So in the menu frame, a proper link looks like:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;page.html&quot; target=&quot;right_frame&quot;&amp;gt; ...&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 14:12:00 +0000</pubDate>
 <dc:creator>AndyB</dc:creator>
 <guid isPermaLink="false">comment 1013325 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013324</link>
    <description> &lt;p&gt;sorry to keep posting but i still can&#039;t figure it out the url is &lt;a href=&quot;http://www.geocities.com/ssj3gottenks&quot; class=&quot;bb-url&quot;&gt;www.geocities.com/ssj3gottenks&lt;/a&gt;  thanx alot for everyones help&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
SilICoNsHadOw&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 14:02:00 +0000</pubDate>
 <dc:creator>siliconshadow00</dc:creator>
 <guid isPermaLink="false">comment 1013324 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013323</link>
    <description> &lt;p&gt;If you post the url, everyone can take a look and help you out...&lt;/p&gt;
&lt;p&gt;  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I see that AndyB answered your question in the other thread -- the name=&quot;something&quot; has to be the same as the target=&quot;something&quot; in the a tag.  &lt;/p&gt;
&lt;p&gt;Do check out the online tutorials -- they really are there to help you figure out just this sort of thing.  &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt;&lt;/p&gt;
&lt;p&gt;[This message has been edited by Suzanne (edited 28 March 2000).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 07:13:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013323 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013322</link>
    <description> &lt;p&gt;Tried what you said it didnt work i probably did something wrong could you take a look&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
SilICoNsHadOw&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 01:10:00 +0000</pubDate>
 <dc:creator>siliconshadow00</dc:creator>
 <guid isPermaLink="false">comment 1013322 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/help-me-please#comment-1013321</link>
    <description> &lt;p&gt;In the frameset, frame src=&quot;whatever.html&quot; you should also have name=&quot;something&quot;, src=&quot;nav.html&quot; name=&quot;navigation&quot;, et cetera...&lt;/p&gt;
&lt;p&gt;In the navigation frame (nav.html), you have anchor tags, that look like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;file.html&quot; &lt;strong&gt;target=&quot;something&quot;&lt;/strong&gt;&amp;gt;&lt;/p&gt;
&lt;p&gt;so that any link clicked on will open that file in the window named &#039;something&#039;...&lt;br /&gt;
 &lt;a href=&quot;http://www.hotwired.com/webmonkey&quot; class=&quot;bb-url&quot;&gt;www.hotwired.com/webmonkey&lt;/a&gt;  has a great tutorial on frames and how they work (search for it).&lt;/p&gt;
&lt;p&gt; &lt;img src=&quot;http://www.webmaster-forums.com/ubb/smile.gif&quot; alt=&quot;&quot; class=&quot;bb-image&quot; /&gt; Suzanne&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
&lt;a href=&quot;http://www.zerocattle.com&quot; class=&quot;bb-url&quot;&gt;Zero Cattle&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/&quot; class=&quot;bb-url&quot;&gt;Suzanne&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.inforamp.net/~suzanne/index/celtic.html&quot; class=&quot;bb-url&quot;&gt;Tables DeMystified&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Tue, 28 Mar 2000 00:59:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1013321 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
