This topic is locked

Litte help information behind an edit field

3/28/2007 5:01:29 AM
PHPRunner General questions
Pfeiffer author

Hello,
I would like to put a little text in the edit form to give some help, what's the purpose of the field, using a hyperlink or anything else
for Example in edit field
VISA CARD Security (?)
If the user clicks on (?) I want to show the text Please put the last 3 numbers of the credit card into this field.
Any solution to integrate such a litte help ?
Best regards

Uwe Pfeiffer

hax0r 3/28/2007

Maybe you can use something like
<font color="#CC66FF"><span title="Please put the last 3 numbers of the credit card into this field">(?)</span></font>
So when you hover over the (?) for a split second an alt tag will appear with whatever you set the title attribute to.