Web Design
HyperLink Titles on Mouseover
This tip is a fast an effective process. I am also told it helps with search engine indexing but I cannot personally make that claim.
To add a title to your hyperlinks so that it displays on mouseover, simply add the following snippet of code within your A tag and change the text description to coordinate with what the link describes:
title="your text description"
Your A tag source code will look like this: <a href="yourpage.html" title="your link text description here">
Try it. Mouseover this link >>> Check out these quality website templates!
Note that this hyperlink title tip works with MIE and newer versions of Netscape.
|