How do I get the "link hand" to display

M

Murray

The best way to do this is to make sure that your link is applied to an
element that the browser recognizes as requiring a 'pointer' cursor.

Can you show me your code?
 
M

Murray

That example will generate a pointer cursor without your help. However,
this one will not -

<img onClick="whatever"...>

Perhaps that is what the poster is asking about?
 
Top