HighDots Forums  

what am I missing??

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss what am I missing?? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
bcmax3 webforumsuser@macromedia.com
 
Posts: n/a

Default what am I missing?? - 07-19-2003 , 11:22 AM






I have been using MX for a while and the simplicity of anchors has got me stumped.

On the page that lists presenters names I am trying to hyperlink to anoter page within the root directory that has their biographies. (Listed A-Z)

Next to each name are the "named anchors" for each presenter.

At the page that shows each name I hyperlinked to the page containg the named anchor
http://www.kidsandfire.com/presentermasterpage.htm


When it links to the page http://www.kidsandfire.com/biographies3bc.htm#parkhurst
it does not go to parkhurst. It just goes to the top of the page containing the info.

Any thoughts?






Referring URLs
http://www.kidsandfire.com/presentermasterpage.htm
http://www.kidsandfire.com/biographies3bc.htm#parkhurst




Reply With Quote
  #2  
Old   
robot88888888
 
Posts: n/a

Default Re: what am I missing?? - 07-19-2003 , 11:42 AM






For some reason it doesn't work if you have the name links inside of an
emptly HTML row/column. If you move the name links to the column with other
text in it, it works:

<tr class="BodyCopy">
<td class="BodyHeading2"><a name="parkhurst" id="parkhurst"></a>Officer
Martha Parkhurst</td>
</tr>


"bcmax3" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have been using MX for a while and the simplicity of anchors has got me
stumped.

On the page that lists presenters names I am trying to hyperlink to anoter
page within the root directory that has their biographies. (Listed A-Z)

Next to each name are the "named anchors" for each presenter.

At the page that shows each name I hyperlinked to the page containg the
named anchor
http://www.kidsandfire.com/presentermasterpage.htm


When it links to the page
http://www.kidsandfire.com/biographies3bc.htm#parkhurst
it does not go to parkhurst. It just goes to the top of the page
containing the info.

Any thoughts?





Referring URLs
http://www.kidsandfire.com/presentermasterpage.htm
http://www.kidsandfire.com/biographies3bc.htm#parkhurst






Reply With Quote
  #3  
Old   
Gary White
 
Posts: n/a

Default Re: what am I missing?? - 07-19-2003 , 04:39 PM



"robot88888888" <t@t.com> wrote

Quote:
For some reason it doesn't work if you have the name links inside of an
emptly HTML row/column. If you move the name links to the column with
other
text in it, it works:

tr class="BodyCopy"
td class="BodyHeading2"><a name="parkhurst" id="parkhurst"></a>Officer
Martha Parkhurst</td
/tr
And sometimes it doesn't work if the anchor is empty. This should fix that:

<td class="BodyHeading2"><a name="parkhurst" id="parkhurst">Officer
Martha Parkhurst</a></td>

Gary




Reply With Quote
  #4  
Old   
Harvey Waxman
 
Posts: n/a

Default Re: what am I missing?? - 07-19-2003 , 05:26 PM



In article <bfbnmt$l$1 (AT) forums (DOT) macromedia.com>,
"bcmax3" webforumsuser (AT) macromedia (DOT) com wrote:

Quote:
When it links to the page
http://www.kidsandfire.com/biographies3bc.htm#parkhurst
it does not go to parkhurst. It just goes to the top of the page containing
the info.
You must have fixed it because it works fine for me



--

Harvey Waxman
Harvey Products makers of Dinghy Dogs
The Boater's Best Friend
http://www.dinghydogs.com


Reply With Quote
  #5  
Old   
robot88888888
 
Posts: n/a

Default Re: what am I missing?? - 07-19-2003 , 10:13 PM



Thanks, I thought named anchors turned the text into a link, but I guess
not. Do you know when empty anchors don't work? (I haven't had a problem
with them)


"Gary White" <reply (AT) newsgroup (DOT) please> wrote

Quote:
"robot88888888" <t@t.com> wrote in message
news:bfboug$1en$1 (AT) forums (DOT) macromedia.com...
For some reason it doesn't work if you have the name links inside of an
emptly HTML row/column. If you move the name links to the column with
other
text in it, it works:

tr class="BodyCopy"
td class="BodyHeading2"><a name="parkhurst" id="parkhurst"></a>Officer
Martha Parkhurst</td
/tr

And sometimes it doesn't work if the anchor is empty. This should fix
that:

td class="BodyHeading2"><a name="parkhurst" id="parkhurst">Officer
Martha Parkhurst</a></td

Gary





Reply With Quote
  #6  
Old   
Gary White
 
Posts: n/a

Default Re: what am I missing?? - 07-20-2003 , 06:24 AM



On Sat, 19 Jul 2003 21:13:39 -0500, "robot88888888" <t@t.com> wrote:

Quote:
Thanks, I thought named anchors turned the text into a link, but I guess
not. Do you know when empty anchors don't work? (I haven't had a problem
with them)
I don't remember for certain what browser it was, perhaps NN4 since it
gets blamed for everything else <g>. The other thing you can do is
just put a non-breaking space in the tag: <a name="x">&nbsp;</a>


Gary


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.