<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1003212" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1003212</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/anchors#comment-1014188</link>
    <description> &lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;  I agree with Suzanne.  In fact, I tend to use acronyms (The Learning Curve == tlc, etc)&lt;br /&gt;
It makes everything easier to find &amp;amp; type.&lt;/p&gt;
&lt;p&gt;Vinny&lt;/p&gt;
&lt;p&gt;------------------&lt;br /&gt;
my site:&lt;a href=&quot;http://members.aol.com/grassblad&quot; class=&quot;bb-url&quot;&gt;GrassBlade: cut&amp;amp;paste javascript&lt;/a&gt;&lt;br /&gt;
moderator at:&lt;a href=&quot;http://www.javaplace.co.uk&quot; class=&quot;bb-url&quot;&gt;The Javascript Place&lt;/a&gt;&lt;br /&gt;
&lt;A target=&quot;_blank&quot;&gt;Javascript City&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 21 Jun 2000 01:57:00 +0000</pubDate>
 <dc:creator>Vincent Puglia</dc:creator>
 <guid isPermaLink="false">comment 1014188 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/anchors#comment-1014187</link>
    <description> &lt;p&gt;Don&#039;t use spaces.  &lt;/p&gt;
&lt;p&gt;An internal anchor (like a hyperlink) looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;#whatever&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;and the actual place it goes to looks like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;a name=&quot;whatever&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;So you need to just make sure there is a name for every href...&lt;/p&gt;
&lt;p&gt;When you call to an anchor on another page, it&#039;s like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;a href=&quot;page.html#whatever&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;But on that page.html, the name is still just &lt;/p&gt;
&lt;p&gt;&amp;lt;a name=&quot;whatever&quot;&amp;gt;&amp;lt;/a&amp;gt;&lt;/p&gt;
&lt;p&gt;Just avoid spaces and capitals, and make sure  you have named all the places you want to get to.&lt;br /&gt;
 &lt;a href=&quot;http://www.htmlvalidator.com&quot; class=&quot;bb-url&quot;&gt;www.htmlvalidator.com&lt;/a&gt;  will be of help for this, as it will track the errors and let you fix them right away. I find it invaluable.&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, 20 Jun 2000 19:11:00 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1014187 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/anchors#comment-1014186</link>
    <description> &lt;p&gt;The webdesigner before me used frontpage, and now when i take it over im using dreamweaver, all the extra comments that frontpage put in really annoyed me becaus ei had to cut and paste text and links when redoing the site&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jun 2000 12:23:00 +0000</pubDate>
 <dc:creator />
 <guid isPermaLink="false">comment 1014186 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/anchors#comment-1014185</link>
    <description> &lt;p&gt;A lot of times Front Page puts %20 into the code when it&#039;s not necessary.  Try taking it out.&lt;br /&gt;
Also, when using A name the code moves the viewer to the word that is specified, i.e. Clicking on Playgroup took me to Playgroup, but I missed the top part of the info I was to read.&lt;br /&gt;
EXAMPLE:&lt;br /&gt;
&amp;lt;a href=&quot;#playgroup&quot;&amp;gt;Playgroup&lt;br /&gt;
&amp;lt;a href=&quot;#child%20care&quot;&amp;gt;Child Care&lt;/p&gt;
&lt;p&gt;You may also want to change the A name code -- maybe just use &#039;adu&#039; instead of the 3 word phrases that are currently used.  For the next phrase that begins &#039;adult&#039; add another letter.  &lt;/p&gt;
&lt;p&gt;Also, this piece of code:&lt;br /&gt;
&amp;lt;a href=&quot;kids.html#summer camps&quot;&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
has no associated link to click on.&lt;/p&gt;
&lt;p&gt;[This message has been edited by Star (edited 20 June 2000).]&lt;/p&gt;
 </description>
     <pubDate>Tue, 20 Jun 2000 11:26:00 +0000</pubDate>
 <dc:creator>Star</dc:creator>
 <guid isPermaLink="false">comment 1014185 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
