Use the following (keep in mind that while Mozilla supports this, IE does not) <head> <style type="text/css"> a:hover { text-decoration: blink; } </style> </head> <body> <a href="somelink">link</a> ...... Code (markup):