Hi,
I've got a problem using @page.
Here is my code :
Nevertheless, if my h1 is too long to be read on 1 line, it does not appear on 2 lines, it's truncated. Is there any way to have it on 2 lines ?
Thanks !
I've got a problem using @page.
Here is my code :
@page {
size: A4 portrait;
padding-left: 180px;
padding-top: 70px;
@top-center {
background-image:url(../images/logos/header_print.jpg);
color: #FFF;
content: string(doctitle);
font-family: Verdana;
font-size: 18px;
margin-top: 120px;
padding-left: 270px;
text-align: center;
vertical-align: middle;
}
}
#header h1 {
string-set: doctitle content();
}
Nevertheless, if my h1 is too long to be read on 1 line, it does not appear on 2 lines, it's truncated. Is there any way to have it on 2 lines ?
Thanks !