Click to See Complete Forum and Search --> : Alt Tags For Url Links


NatiCat
12-23-2002, 03:37 AM
How do I create ALT Tags for URL Links. I've done this before in the past but forgot how to do it now.

ShrineDesigns
12-23-2002, 04:08 AM
anchor as well as many other elements have a title attribute which will display text in a tooltip

example:

<a href="#" title="hello">some text</a>

NatiCat
12-23-2002, 04:15 AM
Hot Damn! Thank you VERY MUCH!! It worked!

Klyve1
12-23-2002, 07:30 AM
You can use the TITLE tag for alot of things - plain text even.