Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Style All Footnotes
I simply need a container around all footnotes. I have individual footnotes styled the way I want but I need some way to wrap all of them so I can separate the notes cleanly from the rest of the article, e.g. apply top and bottom borders. The way it is now applying a border to the <p> tag places a border in-between each footnote obviously.
I can’t think of a satisfactory solution to this. It seems the ghofootnote plugin is no longer supported but I’m not sure that would accomplish what I need anyway.
Suggestions?
Offline
Re: Style All Footnotes
Paragraphs with classes:
fn1(class). Footnote paragraph.
fn1. Footnote paragraph with default class "footnote".
Reference links:
Surrounded with span: %(class) [1]%
Bare: Liner[1]
Example styles:
#id > p.footnote:first-child {
border-top: 1px solid #000;
}
p.footnote {
font-size: 2000em;
}
sup {
color: #c0c0c0;
}
Last edited by Gocom (2010-04-02 06:37:54)
Offline
Re: Style All Footnotes
Hmm.. I don’t understand. How do you wrap an element around all footnotes?
Offline
Offline
Pages: 1