Hello,
I am styling the labels on a section of my page as follows:
label {float: left; width: 6.5em;}
Now I want to remove this styling from a label that has the class
"Message".
Mu questions are:
Is the default value for floating of the label Left?
And should I define the width to 100%?
Thanks,
Miguel
I am styling the labels on a section of my page as follows:
label {float: left; width: 6.5em;}
Now I want to remove this styling from a label that has the class
"Message".
Mu questions are:
Is the default value for floating of the label Left?
And should I define the width to 100%?
Thanks,
Miguel
Comment