How do I get simple anchors to work in Chrome? -
i no coder, know enough html job done.
i have simple anchors in-page linking , work in every browser chrome.
what average joe explanation of can them work?
[a title="important safety information" href="#isi"] important safety information [/a]
[a id="isi" name="isi"][/a]
page anchor link: http://educationexchangehcp.ndei.org/novo/bolus-insulin-type-2-diabetes-education-novo-nordisk.aspx click on important safety information on right.
please help! thank you, brian
your anchor in caps, link in lowercase. change <a id="isi" name="isi"></a> <a id="isi" name="isi"></a>. also, if you're not using id tag else, i'd rid of it. don't need anchor link work.
Comments
Post a Comment