s it possible to create tooltips, hints, or popup text in my HTML?  – Internet Explorer 4.x and above will display tooltips-style text for any information stored as a title attribute for a tag, i.e.,

<a href=”http://www.psacake.com/web/ title=”Web Tips & tricks!”>www.dev-sy.com</a>

You can get some control over the layout of the text by inserting carriage returns into the HTML itself. Check out the tool tip here:

<a href=”http://www.dev-sy.com” title=”Web Tips &
tricks!”>
www.dev-sy.com</a>