On 9/21/07, Joel Clermont <joel@orionweb.net> wrote:(...)1) Try avoid using the Anchor tag, you can use other elements like DIV(you already knew) or SPAN tag and still mimic the Anchor tag appearance.Some thing like this:<span style="text-decoration: underline; cursor:hand; color:blue"onclick="aFunction()" >click this "link"</span>.He raises a valid point.There are plenty other reasons to use <span>instead of <a>:Till