Message

C

ChrisLouie

Is it possible to make it so that when someone rolls-over a link a brief
description of that link pops up?
 
J

Jens Peter Karlsen

Yes use Title with the link
<a href="home.htm" title="Links to home">Home</a>

Regards Jens Peter Karlsen.
 
C

ChrisLouie

I'm sorry, what does that mean?

Jens Peter Karlsen said:
Yes use Title with the link
<a href="home.htm" title="Links to home">Home</a>

Regards Jens Peter Karlsen.
 
Top