Hi there Lectora forum people!
I encountered a little problem in my training. I want the lineheight of the text to be .. well something else than default.
So I used some CSS knowledge and entered this in an "add external HTML" field.
]< style text="text/css">
bod y{
background-image: url("bg.jpg");
margin: 5px;
font-size: 12px;
color: #dcdcdc;
line-height: 1.7;
margin-top: 5px;
margin-bottom: 10px;
}
the bg.jpg works without a problem. But the lineheight does not.
I also tried to put that code in P{ } tags.
But also did not work.
When I Look at the code lectora generates, it is something like.
< p style="margin-left:0px;text-indent:0px;line-height:1.318;margin-top:0px;margin-bottom:0px;text-align:left;" >
Het doel van deze training< span class="text8439Font1" style="background-color:transparentposition:relative;top:-1px;" >
< /p >
So it does put it in P tags..
anyone know what i am doing wrong?
Thanx in advance,
Fulko Wiebenga