mouse pointer

R

Rima Abboud

Hello,

I have added a behavior to make a small window open when the hypertexte is
clicked. Only the mouse doesn't show that it's a link. It's not even an
arrow. How can I change the mouse behavior.

http://imadabboud.cledunet.com/
The text to be clicked is at the right : "Rencontre amicale à Mtailib"

Thanks for the help
 
D

David Berry

Take a look at your code. Your HREF tag is only around the image. It's not
around the text so it's not a link. Move the </a> to the end of the text so
both the image and text are links and then it will work.
 
Top