|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (3 bit)
Join Date: Jun 2004
Posts: 5
|
Link Descriptions
I was wondering if anybody could tell me the html code that allows a description of the link to be in a certain place when the user places the cursor over it. I don't mean the alt tag i mean where there is a set place for the description to be.
I hope people understand that and any replies are graetly appreciated. |
|
|
|
|
|
#2 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
There is an href attribute called title. Use would be like so:
<a href ="somelink" title="some text"> Some older browsers don't support it too well. I think maybe Netscape 4 but all current ones should. |
|
|
|
|
|
#3 |
|
Member (3 bit)
Join Date: Jun 2004
Posts: 5
|
no its not that one. Thats like the alt tag.
Thanks for the reply anyway. |
|
|
|
|
|
#4 |
|
PCMech: Saving Lives
Join Date: Apr 2004
Location: England, the United Kingdom
Posts: 1,839
|
Is the link text what you mean?
Thats: Code:
<a href="somelink">Description (What you want to appear)</a> HTH |
|
|
|
|
|
#5 |
|
Barefoot on the Moon!
Staff
Premium Member
Join Date: Aug 2002
Location: Northeastern USA
Posts: 13,385
|
This?
PHP Code:
Or this? PHP Code:
![]() __
__________________
There are two secrets to staying young, being happy, and achieving success. You have to laugh and find humor every day, and you have to have a dream.
Last edited by Force Flow; 07-16-2004 at 07:11 AM. |
|
|
|
|
|
#6 |
|
Moderator
Staff
Premium Member
Join Date: Aug 2003
Location: Richmond, VA
Posts: 7,835
|
Do you mean this? I found this at Dynamic Drive - it's JavaScript:
PHP Code:
Hope that helps, kram
__________________
"For today, goodbye. For tomorrow, good luck. And forever, Go Blue!"
University of Michigan President Mary Sue Coleman |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|