Hello I would like to have dashed lines between article names in archieve. More specifically, something like this:
Any idea about how can I do it ?
Hello I would like to have dashed lines between article names in archieve. More specifically, something like this:
Any idea about how can I do it ?
Assuming OJS 2.4.x, you can upload custom CSS in Journal Setup, Step 5.6.
The bounding container for the output you are looking at is classed as .tocArticle
.
Thank you Graham,
Could you please be more specific about .tocArticle
? Simply I did not get it.
If you are not already familiar with CSS, you will need to read through the tutorial linked above or grab a friend who has some CSS experience.
Elements with the class “tocArticle” can be referenced with the selector .tocArticle
and if you apply a bottom border to these elements, you will achieve the effect you want.
Thanks alot I solved the problem