In the example you posted:
Quote:
text-align:justify;
line-spacing:1.8;
margin-top:0px;
margin-bottom:4px;
|
You must include a space after the : in the css attributes in order to display properly. When values are entered incorrect as in the above from the css code you posted they are ignored as you are experiencing
For example:
Wrong usage line-spacing: 1.8;
Correct usage line-spacing: 1.8;