Yup, that will also work, but it's always good to know all your options, so it's not "a long way around for a shortcut." I already mentioned changing the <body> class in a prior post.
The problem with your method is this: You are editing the <body> class AND the two paragraph classes. So, your method involves three edits and my method involves only two edits (which is actually the easiest and quickest way to do it). Either way, the result is the same. I happen to prefer the quicker method by changing two "left" words to two "justify" words. And I use a macro to add this: text-align: justify; So, how can making only two edits be "a long way around" compared to making three edits? Think about it...
I also have a macro (plus many more) that does the following (which I use often): margin-bottom: 0; margin-left: 0; margin-right: 0; margin-top: 0; text-align: justify; text-indent: 1.2em; I just highlight all lines in the CSS file for the paragraph class and hit the macro hotkey to copy over whatever is listed in that class.
Last edited by deback; 01-12-2020 at 11:30 AM.
|