Hi Zoho,
In my html I have a button.
I am trying to set its width to be 150px.
the following script is not working (all other attributives are working great - just the width is not working)... will appriciate assistence:
<style>
.ProjectButton
{
background-color: #748772;
width:150px;
font-size: 18px;
padding: 15px 15px;
vertical-align: middle;
white-space: nowrap;
border-radius: 10px;
cursor: pointer;}
</style>
<a class='ProjectButton' href=<%=CurrentLink%> target="_blank" ><font color=#f0f0f0><%=CurrentName%></font></a>
Help?
Thanks
Ravid