Hi!
I'm trying to add a horizontal line to the header, during conversion (to pdf). I tried everything I found and could think (<hr>, underline, bottom border)of but I can't get a line under the header. Only under the header text.
This is my header:
Code:
<div style="font-size:x-small;"><p style="float:left;">_TITLE_</p><p style="float:right;"><i>_SECTION_</i></p></div>
Any ideas?