I\'m trying to remove all effects on a HTML Button element. The HTML:
One way would be to get rid of the tag completely and use a tag in its place styled the way you want.
Just have the link do a javascript postback.
update (from comments):
one example:
Click Here
Of course, this requires javascript to be enabled and is considered by some to be an abuse of the anchor tag.
There are alternate versions if you are using .net webforms or jQuery.