To make all the text in all posting on Blogger "Justified" by default (to make text flush on left and right, and get rid of the ragged right edge), you can try the following:
- Select Design from your Blogger Dashboard
- Then select Template Designer
- Then select Advanced
- Scroll down and select Add CSS
.post-body {Select "APPLY TO BLOG" and you should be done.
text-align:justify;
}
You can always overwrite the default behavior. If you want a paragraph with a ragged edge (or centered), just select the paragraph in the posting editor and select the appropriate text alignment icon from the toolbar.
Similarly, if you are crazy (and who am I to judge?) and want other default behavior, instead of text-align:justify; you could use text-align:center; or text-align:right; (or the default or text-align:left;) in your added CSS.
No comments:
Post a Comment