Hi,
When I set margins for a buttons through styles it’s not working
The other property like color is working
button.listtitle
{
color: #000000;
border-style: none;
font: bold 12pt "Arial, Helvetica, sans-serif";
margin: 5px 5px 5px 5px;
}
When I removed the method from the button it then behaves like a label which is fine. I then created a same style in label as
label.listtitle
{
color: #000000;
border-style: none;
font: bold 12pt "Arial, Helvetica, sans-serif";
margin: 5px 5px 5px 5px;
}
it shows the label with margin.
I remember it worked previously. Now all my buttons dont have any margin when I set through styles..
Thanks for your help