Hi there,
i attached a picture where you see footnotes. Top of the footnotes there is a small fine line off about 10% of the page (horizontally).
Any Idea how i can add such a thing with css? Border-Top will not help. As well i tried something like this:
.footnote:before {
content:"_______";
position: absolute;
}
an then set the margin correctly, but the footnote length (how much space the footnote will have on the page) varies so you cant use position absolute.
Regards
Martin
i attached a picture where you see footnotes. Top of the footnotes there is a small fine line off about 10% of the page (horizontally).
Any Idea how i can add such a thing with css? Border-Top will not help. As well i tried something like this:
.footnote:before {
content:"_______";
position: absolute;
}
an then set the margin correctly, but the footnote length (how much space the footnote will have on the page) varies so you cant use position absolute.
Regards
Martin