Hi all,
In my .css file i have a class with the foll prop:
.CHANGEFONT
{
font-size: 6pt;
font-family: Verdana, Arial;
color:Blue;
font-weight:bold;}
I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel)
1) In my page made a reference to this style sheet.
2) and in the datagrid properties(in html) i tried setting this class like this:
<asp:EditCommandColumn ItemStyle-CssClass="CHANGEFONT" ButtonType="LinkButton" UpdateText="Update" CancelText="Cancel" EditText="Edit"></asp:EditCommandColumn>
It accepts the changes for all properties except for font-size..I am just trying to set the font size to 6pt using a css class...
Is there any known probs on this??
Pls help.
ami.
In my .css file i have a class with the foll prop:
.CHANGEFONT
{
font-size: 6pt;
font-family: Verdana, Arial;
color:Blue;
font-weight:bold;}
I have a datagrid with some template columns and editcommandcolumns(edit,update,cancel)
1) In my page made a reference to this style sheet.
2) and in the datagrid properties(in html) i tried setting this class like this:
<asp:EditCommandColumn ItemStyle-CssClass="CHANGEFONT" ButtonType="LinkButton" UpdateText="Update" CancelText="Cancel" EditText="Edit"></asp:EditCommandColumn>
It accepts the changes for all properties except for font-size..I am just trying to set the font size to 6pt using a css class...
Is there any known probs on this??
Pls help.
ami.