Sorry if I was verbose and not clear. I am asking if there is a way, using the calibre PDF converter, to include a header instruction which invokes the CSS file. The CSS file includes a definition for a frame:
f {
background-color: #ffc;
border: black solid 2pt;
border-radius: 10px;
display: block;
float: left;
font-size: 0.75em;
font-weight: bold;
margin: 0 2em 0 0;
line-height: 1;
padding: 1%;
text-indent: 0;
}
I wish to reference it in the PDF header instruction so that I do not have to include the information between { and } in the header. Can I somehow just put in <f>? I was thinking something like 'href' might work. Best regards, Pop
|