Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion GroupsGeneralPHPASPPerlColdFusionFlashHTML, CSS, ScriptsBrowsers

Webmaster Forum / HTML, CSS, Scripts / CSS / October 2005



Tip: Looking for answers? Try searching our database.

styling footnotes a la Chicago/Turabian

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Haines Brown - 30 Oct 2005 23:32 GMT
At present I style my footnotes as follows:

 .note {
   vertical-align: super;
   font-size: smaller;
   padding-right: 2px;   
 }     

 <p>
   <a name="N1" class="note">1</a>
    <note text>
 </p>

However, it would be nice to use the OL element so that the footnotes
are automatically numbered in sequence. To do this:

 ol li{vertical-align: super; font-size: smaller;}
 li p{vertical-align: sub; font-size: larger;}

 <ol>
   <li><p>note text</p></li>
   <li><p>note text</p></li>
 </ol>
 
The problem with this is that the numbers are followed by periods. Is
there any way to get rid of the periods so that the number is
immediately followed by the footnote text?

Signature


      Haines Brown
      KB1GRM      

Jukka K. Korpela - 30 Oct 2005 23:58 GMT
> At present I style my footnotes as follows:

How do you make footnotes work in the first place. They basically don't.
Endnotes or links work much better on the Web as it is now.

>   .note {
>     vertical-align: super;
[quoted text clipped - 6 lines]
>      <note text>
>   </p>

The Chicago Manual of Style (15th ed., clause 16.25) recommends that
footnote numbers be written as normal numbers, not superscript.

On the web, a footnote reference and a footnote should normally be linked
to each other both ways. For reasons and techniques, see
http://www.cs.tut.fi/~jkorpela/www/fn.html
I mention this because making a footnote number a link is yet another
reason to make it appear in normal font, not as superscript.

> However, it would be nice to use the OL element so that the footnotes
> are automatically numbered in sequence.

I doubt that. It would defeat the linking idea (or at least its natural
implementation). Moreover, you still have to keep track of the numbers in
the footnote references.
 
> The problem with this is that the numbers are followed by periods. Is
> there any way to get rid of the periods so that the number is
> immediately followed by the footnote text?

No. Browsers aren't really _supposed_ to put periods after the list item
numbers they generate, but they actually do, and they don't give us a way
to prevent that.

Signature

Yucca, http://www.cs.tut.fi/~jkorpela/

Haines Brown - 31 Oct 2005 04:55 GMT
Thank you for the useful reply.

>> At present I style my footnotes as follows:

> How do you make footnotes work in the first place. They basically
> don't.  Endnotes or links work much better on the Web as it is now.

Sorry. My error. Meant "endnotes".

>>   .note {
>>     vertical-align: super;
[quoted text clipped - 9 lines]
> The Chicago Manual of Style (15th ed., clause 16.25) recommends that
> footnote numbers be written as normal numbers, not superscript.

That's true and why I specified "Turabian" in my subject
line. Turabian is a varient of the Chicago style sheet.

> On the web, a footnote reference and a footnote should normally be
> linked to each other both ways.

I do that, but left it out for simplification here. I read your
interesting paper, but don't need the brackets because I name the note
NN and the link back RN.

>> However, it would be nice to use the OL element so that the
>> footnotes are automatically numbered in sequence.

>> The problem with this is that the numbers are followed by
>> periods. Is there any way to get rid of the periods so that the
[quoted text clipped - 3 lines]
> item numbers they generate, but they actually do, and they don't
> give us a way to prevent that.

Well, so much for my ambition ;-)

Signature


      Haines Brown
      KB1GRM      

 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.