Hello, thanks in advance - What in blazers is the yellow tags that pop up in explorer when you hover over a link or something called and how in blazers do you ad them in dreamweaver to buttons etc?
Hello,
No such thing as a stupid question in these forums. I think what you're
talking about is a tooltip and you can use the TITLE attribute to create one
for just about any page element. You use it to describe links, tables,
individual table rows, and other structural HTML elements. Many search engine
ranking algorithms read the text in TITLE attributes as regular page content.
<a href="about.html" title="About Us">ABOUT US</a>
<button name="submit" title="Submit your details">SUBMIT</button>
Hope that helps
nelicans - 16 Jul 2008 11:13 GMT
Thanks mate - muchly appreciated.
gg8899 - 17 Jul 2008 10:18 GMT
What do you mean by "...structural HTML elements?"
http://www.chlamydia-tests.co.uk
Travis Newbury - 16 Jul 2008 11:20 GMT
> No such thing as a stupid question in these forums.
That is just something stupid people say...