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

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -