I\'d like to use the newer tag in an ASP.NET website which, among other things, allows CSS-styled text and embedding a graphic inside the button.
You could make a new control, inheriting from Button, and override the render method, or use a .browser file to override all Buttons in the site, similar to the way the CSS Friendly stuff works for the TreeView control etc.