Here is the css styling i am using for line and alignment of footer.
Code: Select all
@bottom-right {
content: counter(page);
font-size: 10pt;
border-top: 1px solid black;
vertical align: top;
}
Post by Manohar_1024 » Wed Mar 27, 2019 10:41 am
Code: Select all
@bottom-right {
content: counter(page);
font-size: 10pt;
border-top: 1px solid black;
vertical align: top;
}
Post by Costin » Wed Mar 27, 2019 12:48 pm
Code: Select all
@page{
@bottom-right{
content:"\A" counter(page);
font-size: 10pt;
border-top: 1px solid black;
}
}[code]
Post by Manohar_1024 » Wed Mar 27, 2019 1:08 pm
Post by Costin » Wed Mar 27, 2019 3:39 pm
Code: Select all
@page{
@bottom-right{
content:"Chaptername \A" counter(page);
font-size: 10pt;
border-top: 1px solid black;
}
}
Code: Select all
@page{
@bottom-right{
content:"Chaptername \A \A" counter(page);
font-size: 10pt;
border-top: 1px solid black;
}
}
Code: Select all
@page{
@bottom-left{
content:"Chaptername";
font-size: 10pt;
border-top: 1px solid black;
vertical-align: top;
}
@bottom-right{
content: counter(page);
font-size: 10pt;
}
}
Post by Manohar_1024 » Thu Mar 28, 2019 8:32 am
Post by Dan » Thu Mar 28, 2019 9:18 am
Code: Select all
@page{
@bottom-center{
padding:1em;
/* or: */
vertical-align:bottom;
}
}
Post by Manohar_1024 » Thu Mar 28, 2019 10:40 am
This website was created & generated with <oXygen/>®XML Editor