
1
Inline CSS for Tappable Button from Text Link
Anybody have some inline css code to make a tappable button with or without rounded corners from a standard text link? i.e. <a style="blah blah" href="link.com">
thanks
Jas
Anybody have some inline css code to make a tappable button with or without rounded corners from a standard text link? i.e. <a style="blah blah" href="link.com">
thanks
Jas
This code is pretty great across all clients http://buttons.cm/
The other way, I've not played around with much yet is something like this.
<a style="color:#FFFFFF; background:#FF0000; border:10px solid #FF0000; border-radius:5px;" href="link.com">link</a>
Hope that helps.
thanks mark. appreciate it.
jason