View Single Post
Old 12-14-2020, 03:54 PM   #306
drglenn
Junior Member
drglenn began at the beginning.
 
drglenn's Avatar
 
Posts: 4
Karma: 10
Join Date: Dec 2020
Location: South Carolina, USA
Device: none
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;
drglenn is offline   Reply With Quote