To make button visible as a link using CSS
        by Rekha[ Edit ] 2010-10-07 16:50:40 
         
        
        	To make button visible as a link using CSS
In order to make button style visible as link just give style with background as none and border as zero.
<input type=button style="background:none;border:0;color:#ff0000">