View Single Post
Old 06-06-2019, 06:43 PM   #4
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 31,079
Karma: 60358908
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by cloclo36 View Post
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;
theducks is offline   Reply With Quote