View Single Post
Old 11-14-2016, 12:53 PM   #3
rjwse@aol.com
Addict
rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.rjwse@aol.com ought to be getting tired of karma fortunes by now.
 
rjwse@aol.com's Avatar
 
Posts: 331
Karma: 2228060
Join Date: Dec 2013
Location: LaVernia, Texas
Device: kindle epub readers on android
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
rjwse@aol.com is offline   Reply With Quote