<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1019066" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1019066</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1113365</link>
    <description> &lt;p&gt;That is true because xhtml says no caps in html attribs.&lt;br /&gt;
-dk&lt;/p&gt;
 </description>
     <pubDate>Sun, 01 Sep 2002 22:29:48 +0000</pubDate>
 <dc:creator>dk01</dc:creator>
 <guid isPermaLink="false">comment 1113365 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1113245</link>
    <description> &lt;p&gt;I had another look at my pages today and the weird thing is &lt;a href=&quot;#&quot; validated to i think the cause could of been some caps in the or just thought incase anyone dug this thread that a href=&quot;#&quot; does validate to xhtml but suzanne does make a valid point about javascript being turned some days we just need more coffee&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Sat, 31 Aug 2002 03:51:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1113245 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112976</link>
    <description> &lt;p&gt;Thanks Suzanne and Rob&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 23:09:28 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1112976 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112969</link>
    <description> &lt;p&gt;to prevent an anchor from being a link i usually do:&lt;br /&gt;
&lt;a href=&quot;void(0)&quot;&gt;&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 16:11:20 +0000</pubDate>
 <dc:creator>ROB</dc:creator>
 <guid isPermaLink="false">comment 1112969 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112957</link>
    <description> &lt;p&gt;Another solution is a bit of a hack, using the pseudo-element :hover for things other than a -- but really, you don&#039;t want to bother with that sort of thing when you can make it valid and accessible so easily.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 07:52:13 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112957 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112956</link>
    <description> &lt;p&gt;Think about how it would work with JavaScript off...&lt;/p&gt;
&lt;p&gt;Then put links in. Using return: false; in the onclick or onmouseover portion will prevent that from working. Additionally, for those without JavaScript on or functioning, would be able to view the images. So link to the images themselves in the href, which solves your problem and improves your accessibility many times over.&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; S&lt;/p&gt;
&lt;p&gt;Edited to add: if you link to a static page with the surround working, that would keep the look and feel for the other people as well.&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 07:49:34 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112956 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112954</link>
    <description> &lt;p&gt;&lt;a href=&quot;http://www.munchtech.com/models/pic01.html&quot; class=&quot;bb-url&quot;&gt;http://www.munchtech.com/models/pic01.html&lt;/a&gt; the &quot;rear&quot; &quot;under&quot; and &quot;motor&quot; are the mouseovers, none are links&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 05:24:08 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1112954 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/validating-href#comment-1112952</link>
    <description> &lt;p&gt;If you&#039;re using href=&quot;#&quot; because of DHTML, you can put non-DHTML help pages in the href (I do this on my old &lt;a href=&quot;http://www.zerocattle.com/&quot; class=&quot;bb-url&quot;&gt;zerocattle.com/&lt;/a&gt; site, if you mouseover a red term it&#039;s a definition, for people without JavaScript installed, it&#039;s a link to a page of terms).&lt;/p&gt;
&lt;p&gt;If you&#039;re using it for a popup window and such, again, put a valid link in the href: &lt;a href=&quot;http://www.zerocattle.com/examples/popUp.html&quot; class=&quot;bb-url&quot;&gt;zerocattle.com/examples/popUp.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;What are you using it for?&lt;/p&gt;
 </description>
     <pubDate>Mon, 26 Aug 2002 05:10:48 +0000</pubDate>
 <dc:creator>Suzanne</dc:creator>
 <guid isPermaLink="false">comment 1112952 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
