Difficulty: Moderately Easy
Things You’ll Need:
- A text editor
- Your webpage HTML code
Step1
Open your HTML file in a text editor like notepad or word pad and locate the link to which you want to add the mouse-over pop up.
Step2
Click picture to see examples.
Within the link you'll see the address where the link leads. Immediately after that address (which is contained in quotes) you'll add the "title" parameter. It will look like this:
"http://domain.com/page.com" Title="This is what shows up in the pop-up box when the mouse passes over the link"
Make sure to put quotes around the text you want to display. Leave the rest of the link just as it was. Adding this "title" parameter should not affect the way the rest of the link functions.
Step3
Save your HTML file as a plain text document with an htm or html extension. Once you upload it to your website using FTP or your file manager you'll be able to access the page with your browser and see your mouse-over link in action.