473,625 Members | 2,733 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

styling footnotes a la Chicago/Turabian


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?

--

Haines Brown
KB1GRM
Oct 30 '05 #1
2 1797
Haines Brown <br****@teufel. hartford-hwp.com> wrote:
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;
font-size: smaller;
padding-right: 2px;
}

<p>
<a name="N1" class="note">1</a>
<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.

--
Yucca, http://www.cs.tut.fi/~jkorpela/
Oct 30 '05 #2
Thank you for the useful reply.

"Jukka K. Korpela" <jk******@cs.tu t.fi> writes:
Haines Brown <br****@teufel. hartford-hwp.com> wrote:
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;
font-size: smaller;
padding-right: 2px;
}

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


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
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.


Well, so much for my ambition ;-)

--

Haines Brown
KB1GRM
Oct 31 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1430
by: Ian Bicking | last post by:
The Chicago Python User Group, ChiPy, will have its next meeting on Thursday, December 9th, starting at 7pm. For more information on ChiPy see http://chipy.org Topic ----- This month's topic is testing and profiling strategies in Python. Chris McAvoy will talk about doctest. Brian Ray will talk about the hotspot profiler. Ian Bicking will be talking about py.test, a unittest
0
1166
by: KindOBlue | last post by:
Hello, I'm a beginner with FOP and I've managed to write a simple layout for my resume. I have a problem, still: the footnotes starts below the footer (which is a static text put on xsl-region-after). Is there a way to write the footnotes _above_ the xsl-region-after. Any ideas? Thanks in advance
5
6826
by: Peter Collinson | last post by:
Hi... Is there any way to style a List Item a different color and size than the <LI> in an Ordered List? I'd like a red super-script number and a dark blue text in a page's footnotes. And this be done using style sheets? -- - Yours truly, Pete Collinson
0
1138
by: bray | last post by:
Learn, share, and have fun at ChiPy's Monthly meeting this Thurs, April 13 at 7pm. This is sure to be our best meeting yet. Confirm your attendance: mtobis aat gmail doot com with "ChiPy April" in your subject line. Headliners ---------- * httpy -- (Chad Whitacre) a sane and robust HTTP library.
1
1315
by: Brian Ray | last post by:
This will be our best meeting yet! ChiPy's Monthly meeting this Thurs. May 11, 2006. 7pm. (except for folks who want to help setup at 6:30 and get first dibs on pizza) Location -------- ThoughtWorks' Chicago office
0
1412
by: bray | last post by:
This will be our best meeting yet! ChiPy's Monthly meeting this Thurs. August 10, 2006. 7pm. (except for folks who want to help setup at 6:30 and get first dibs on pizza-compliments of Uncle Roy (Singham)) Topics ------ * Adrian Holovaty's new Django Add-on for quickly publishing websites. * John Melesky on AppScript
5
3942
by: Andy Mabbett | last post by:
Any suggestions for better ways to mark up and style the footnotes and especially the references to them (currently and temporarily styled in-line), in: http://www.westmidlandbirdclub.com/blithfield/plants20060815.htm would be appreciated. (as would other constructive comments)
0
970
by: bray | last post by:
Thurs. October 12th, 2006. 7pm. This will be our best meeting, yet. David Beasley http://www.dabeaz.com, software developer, writer, and jazz musician will present on PLY. It's 100% Python and very cool. Do not miss this one! Topics ------
1
1453
by: David Schwartz | last post by:
I've got a set of footnotes at the root which are being referenced elsewhere in the tree via footnot-accoc elements. Footnote-assoc may occur mutliple places/levels within the tree. I want to number the footnote reference based on the footnote-assocs within each bucket. FYI, I use <apply-templates/extensively in my XSL stylesheets and, if possible, I'd like to avoid passing a node set everytime. <root> <footnotes> <footnote...
0
8253
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8189
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8692
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8497
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6116
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4089
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2621
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.