Rockwell_77
Member
Posted 10 months ago #
I have the following:
link:
<a title="contact us via email" href="http://notallthosewhowanderarelost.ca/about-us#contactform/"><strong>contact us</strong></a>
anchor on "about-us" page:
<a name="contactform" />
It links to the correct page, but not to the anchor.
Any ideas?
irfan_np
Member
Posted 10 months ago #
i think the anchor should be <a name="contactform"> </a>
Rockwell_77
Member
Posted 10 months ago #
I'll try that.
I originally wrapped the anchor tag around a word, but that didn't work either. I'll give this a shot.
Rockwell_77
Member
Posted 10 months ago #
Hmm...still no.
Links to the correct page, but doesn't go to the anchor.
torlowski
Member
Posted 10 months ago #
Add a / between about-us and #contactform. I just tried it that way and it worked for me.
Rockwell_77
Member
Posted 10 months ago #
Strange.
My browser (up-to-date Rockmelt - based on Google Chrome) interprets the link to have a slash between about-us and #contactform because, when I click the link, there is a slash between the two in the address bar.
I've tried adding the slash between the two on the page, but the same result. It goes to the about-us page and shows the ...about-us/#contact form in the address bar, but doesn't go to the anchor.