I want to change the alignment from left to justify for my abstract. In metadata box changed. But when i see the result, it still the same. Whatt file should i have to change?
Thanks.
I want to change the alignment from left to justify for my abstract. In metadata box changed. But when i see the result, it still the same. Whatt file should i have to change?
Thanks.
Hi @siskaamelia,
See e.g. this thread: OJS 3: Metadata appears again after saving
Regards,
Alec Smecher
Public Knowledge Project Team
I was check config.inc.php and it shows like this
Which one that i have to change?
Hi @siskaamelia,
Off the top of my head, you would have to add div[style]
to the list. Beware that this will allow users to add arbitrarily-styled div
s in user-submitted content.
Regards,
Alec Smecher
Public Knowledge Project Team
Oke. Massive thanks
Sorry to interrupt, im facing same problem… did u mean we have to add like this?–> allowed_html = “a[href|target|title],em,strong,cite,code,ul,ol,li[class],dl,dt,dd,b,i,u,img[src|alt],sup,sub,br,p,div[style]”
i have done it but nothing happens
oh nvm… i got it… just add p[style]
thanks
I add div[style] in allowed_html in config.inc.php but We did not see changes.
try add p[style]…
For Health Sciences themes, the css classes are differents, so use the google chrome inspect element to find themes…
Best Regards