HTML coding problem

Statboy

Resident Cueball
I'm hoping somebody here is smarter than me. I'm using anchors on my website in order to hyperlink to a specific part of a page. I'm using the "div" anchor which seems to work fine hyperlinking on the same page as the anchor but I can't get the hyperlink to work from a different page. ie this link http://hotstoveusa.com/candidates/bc#i3 will work if you click it from here, but when I try to link within my website, but on a different page within it, it adds an extra slash before the hashtag, breaking the anchor.
 
don't use divs as anchors. use
HTML:
<a name="blah"> <<stuff to be anchored to goes here>> </a>
 

Funding Progress To Date

VaultF4 on Steam


48182 Members
(8738 Online 767 In-Game)
Join the group
Back
Top Bottom