Quote:
Originally Posted by cloclo36
Hello and thanks for your answer,
But I am really a idiot in programmation
So my question is : where must I insert this code ? what line in what program ?
In addition ; I am Belgian, french speaking , therefore the difficulties
Thank you for your attention
|
You need to find an read the read the line of HTML that has the line you see
to know what style might need editing. There is not one single way to do a line, therefore, no single answer;
Examples of code that draws lines
Code:
<hr class="half" /> and (the css) .half {width: 50%;}
<p class="break" >---------------</p> The CSS controlling is .break
<p class="indented" >---------------</p> <<<< THIS is a problem, because .indented affects ALL lines with the sme class.
You need to giv this its own class if you use the CSS (page-break-before: always;