Posted by slycaper on 08/17/06 16:15
Hello,
First off, is there a problem with the following syntax : <area
href="#some text here-some here" />
I have a few <a href="#some text here-some here"> links on my page that
seem to work fine. my <area> tag does not. if the layout of my page is
as follows:
<a href="#name-Case No. 1">
<area href="#name-Case No. 1"> //clickable map
<a href="#name-Case No. 1">
<a name="name-Case No. 1"> //anchor for Case No. 1
<a href="#name-Case No. 2">
<area href="#name-Case No. 2"> ->>takes me to Case No. 1
<a href="#name-Case No. 2">
<a name="name-Case No. 2"> // anchor for Case No. 2
I excluded the other <area> attributes because I know they are OK. The
<area> tag link from the clickable map for Case No. 2 takes me to the
anchor for Case No. 1. Does it only read everything up to the space?
Thanks
[Back to original message]
|