Quote:
Originally Posted by jimb949
My paragrafts start with <p class="MsoNormal"> and end with </p>. So should I put those margin codes in my MsoNormal stylesheet or should I make a p stylesheet and put them in there instead?
|
in msonormal
The class= will override the p attributes
p {color: red;}
p.msoNormal: color:black;}
<p>This will be Red
<p class="msoNormal">This will be black