Quote:
Originally Posted by rockster
If i want to add other css codes, do they have to be formated in the same way? For example, the code for justifying the text should it look like this:
Code:
* {text-align: justify !important}
|
That would break the valid text-align:center and text-align:right and not just fix the ragged right stuff.