htmloutlookmailing-list

Consistent way to use "cursor: pointer" in HTML email?


I'm styling an HTML Email notification for our process automation software. Everything is going grand, except I can't get "Cursor: pointer" to work on the buttons. Works great in IE9, Chrome, of course, just not in my Outlook 2010 client. Any solutions should also be compatible with Outlook 2007 if possible.

I did try "Cursor: hand" with no luck just for fun.


Solution

  • Maybe you can simply use an <a> tag instead and style it appropriately with CSS?