Tooltip for form submit button. Can I get one?

Discuss macro implementations, ask for macro help (to share your creations, see User Creations, probably either Campaign Frameworks or Drop-in Resources).

Moderators: dorpond, trevor, Azhrei, giliath, jay, Mr.Ice

Post Reply
User avatar
aliasmask
RPTools Team
Posts: 9031
Joined: Tue Nov 10, 2009 6:11 pm
Location: California

Tooltip for form submit button. Can I get one?

Post by aliasmask »

I've tried the following:

Code: Select all

<input type='image' name='blah' title='yeah!'></input>
<input type='image' name='blah' alt='yeah!'></input>
<span title='yeah!'><input type='image' name='blah'></input></span>
<td title='yeah!'><input type='image' name='blah'></input></td>
Any more suggestions or a solution?

I just found this thread, so I'll see if I can use a macro link using an image instead of a form submit. That may actually look and fit better than using the input button style we're forced to stick with. (Lots of extra spacing and no formatting allowed). I'll keep you posted and I may even write a function if it works out good.

Post Reply

Return to “Macros”