Alt Tag - how to add

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
masterd
Beginner
Beginner
Posts: 2
Joined: Mon Apr 28, 2003 11:02 am

Alt Tag - how to add

Post by masterd »

using the following line

<img src=images/shim.gif border=0 height=4><a style='vertical-align:16%;'>Home</a><img src=images/shim.gif border=0 height=16>","http://URL.htm",,,1

How is it possible to add an Alt Tag
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Post by John »

Coming in V4 (which is now in beta and doing very well!). Shouldn't be too long.

Per Andy, here's the plan of action...

Right to Left
Collision Detection
Special Effects module
Follow Scrolling Module
Tooltips Module
Keypress Activation
John
User avatar
kevin3442
Milonic God
Milonic God
Posts: 2460
Joined: Sat Sep 07, 2002 12:09 am
Location: Lincoln, NE
Contact:

Post by kevin3442 »

You could try putting a <span> around it with a title attribute, like so:

Code: Select all

<span title='your text'><img src=images/shim.gif border=0 height=4><a style='vertical-align:16%;'>Home</a><img src=images/shim.gif border=0 height=16></span>","http://URL.htm",,,1 
You could also use the title attribute in the opening <a> tag, but then it would only pop up when your mouse is over the text.

Hope that helps,

Kevin
Post Reply