Text or paragraph alignment in HTML view

Dear Sir/Madam,

How to make justify alignment for the text or paragraph in HTML view. For example, as can be seen at the Analisis Efektivitas Aplikasi e-Batik Dalam Upaya Memperkenalkan Batik Indonesia Kepada Dunia | Krisnanda Putra | WIDYAKALA: JOURNAL OF PEMBANGUNAN JAYA UNIVERSITY, Abstract and References are not displayed in a justify align but it is with left-side align.

Thank you for your assistance.

Regards,
Wayan

Hi Wayan,

You’ll need to add some CSS to the stylesheet for your theme, or your installation in Website → Appearance.

This is untested, but probably something like:

#articleAbstract p {text-align: justify;}

or something like that. But probably even better to add something specifically to that template so only the first paragraph (the actual abstract) gets the styling.

Cheers,
Jason

Dear Jason,

Thank you for your prompt reply. However, I cannot implement it. I currently using OJS 2.4.8.2. The problem is how I can go to HTML editor for editing? It is from Site Setting or Journal Manager?

I need more of your assistance. Regards.
Wayan

Hi Wayan,

There is no HTML Editor in OJS. You’ll need to download the template .tpl file and edit in your own editor, and then re-upload.

Regards,
Jason