I have a image button. I wanted to add a text \"Search\" on it. I am not able to add it because the \"imagebutton\" property in VS 2008 does not have text control in it. Can
This tip from dotnetslave.com worked for me:
SUBMIT a.lnkSubmit:active { margin:0px 0px 0px 0px; background:url(../../images/li_bg1.jpg) left center no-repeat; padding: 0em 1.2em; font: 8pt "tahoma"; color: #336699; text-decoration: none; font-weight: normal; letter-spacing: 0px;
}