脚注样式 [英] Footnote style

查看:117
本文介绍了脚注样式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在一本书中,一个脚注显示在页面底部,格式较小的类型为




将书籍转换为html,页面是无底的,所以我们可以将

脚注放在一个单独的链接中,或创建一个脚注div类,即

浮动正确。


链接可能就是作者用html写的

时会用到的,但是漂浮得正好的div更接近原始作品的精神,并且可以在上下文中看到脚注,就像

最初预期的那样。


Html没有任何相当于稍微小一点的字体 - 来获取

a稍微小一点的字体,我们必须指定主要的

文件的字体以及脚注类的字体,这是不好的。


其他人如何解决这个问题?


-
http://www.jim.com

In a book, a footnote is presented at the bottom of the page, in a
slightly smaller type.

converting a book to html, pages are bottomless, so we can put the
footnote in a separate link, or create a footnote div class that
floats right.

Links are probably what the author would have used had he been writing
in html, but divs that float right are closer to the spirit of the
original work, and enables the footnote to be seen in context, as was
originally intended.

Html does not have any equivalent of a slightly smaller font - to get
a slightly smaller font we would have to specify the fonts of the main
document and also the font of the footnote class, which is bad.

How have other people solved this problem?

--
http://www.jim.com

推荐答案

James A. Donald写道:
James A. Donald wrote:
在一本书中,脚注显示在页面底部,在
稍​​小的类型。
< snip> Html没有任何相当于稍微小一点的字体 - 要获得稍微小一点的字体,我们必须指定主要文件的字体以及脚注类的字体,这是不好的。


是的,这很糟糕。使用CSS。

其他人如何解决这个问题?
In a book, a footnote is presented at the bottom of the page, in a
slightly smaller type. <snip> Html does not have any equivalent of a slightly smaller font - to get
a slightly smaller font we would have to specify the fonts of the main
document and also the font of the footnote class, which is bad.
Yes, that is bad. Use CSS.
How have other people solved this problem?




试试这个:


span.footnote {float:right; font-size:85%; }


< p>这是一段内容< sup> 1< / sup> ... blah blah

< span class =" ;脚注"大于1。脚注就在这里。< / span>

blah blah blah blah blah blah blah blah blah blah blah blah blah blah

blah blah blah blah blah blah blah blah blah blah blah blah blah blah< / p>


-

-bts

-摩托车时,永远不要跟着猪车



Try this:

span.footnote { float: right; font-size: 85%; }

<p>This is a paragraph of content<sup>1</sup>... blah blah
<span class="footnote">1. Footnote goes here.</span>
blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah</p>

--
-bts
-When motorcycling, never follow a pig truck


-

星期一,2005年9月26日03:53:45 GMT,Beauregard T. Shagnasty
--
On Mon, 26 Sep 2005 03:53:45 GMT, "Beauregard T. Shagnasty"
试试这个:

span.footnote {float:right; font-size:85%; }

< p>这是一段内容< sup> 1< / sup> ... blah blah
< span class =" footnote"> 1。脚注就在这里。< / span>
blah blah blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah blah blah< / p>
Try this:

span.footnote { float: right; font-size: 85%; }

<p>This is a paragraph of content<sup>1</sup>... blah blah
<span class="footnote">1. Footnote goes here.</span>
blah blah blah blah blah blah blah blah blah blah blah blah
blah blah blah blah blah blah blah blah blah blah blah blah</p>




这是非常有帮助的,但我真正想问的是,这是一个好主意 - 这是其他人如何解决脚注问题,

而不是其他人如何为

脚注获得合适的字体大小。


--digsig

James A. Donald

6YeGpsZR + nOTh / cGwvITnSR3TdzclVpR0 + pr3YYQdkG

QIvDtZsFGJNItifRrlh50rxKN941WQUBPyNqVvqw

4ZIhDsWRAq1v4LOmAYo3UfrWzyMhg4EwNPooqIIlU

-
http://www.jim.com


James A. Donald写道:
James A. Donald wrote:
Html没有任何相当于稍微小一点的字体 - 来获得稍微小一点的字体我们必须指定字体主要
文档的s以及脚注类的字体,这是坏的。
Html does not have any equivalent of a slightly smaller font - to get
a slightly smaller font we would have to specify the fonts of the main
document and also the font of the footnote class, which is bad.




您可以_not_指定主字体并指定_percentage_ <对于脚注来说,大小恰好是



脚注通常可以通过给每个脚注来避免

自己的小.html文件,由主要博览会链接。否

需要弄乱页面。让_reader_决定它是否会作为替换页面,新选项卡或弹出窗口出现。


您可以尝试单独的列,但是这限制了访客可以制作主要博览会文本的大小,而

脚注栏可能会有大量未使用的空间

$ b。此外,网络本身主要是相互关联的笔记,

互相引用。在这里重要的是那边的人只是一个

的脚注。相关性规则的相对性。

你要拒绝访问者只需轻轻书签

脚注。你可以使用真正的脚注,但它看起来古怪而且过时了。

-

mbstevens
http://www.mbstevens.com/



You can _not_ specify the main font and specify a _percentage_
of whatever that size happens to be for the footnotes.

Footnotes can mostly be avoided on the web by giving each its
own little .html file, linked to by the main exposition. No
need to clutter the page. Let the _reader_ decide whether it
will come up as a replacement page, a new tab, or a popup.

You could try a separate column, but that limits how large the
visitor can make the text of the main exposition, and the
footnote column is likely to have large amounts of unused space
in it.

Besides, the web itself is largely interlinked notes that
reference each other. What''s important over here is just a
footnote to someone over there. Relativity of relevance rules.
You''re denying visitors the ability to easily bookmark just the
footnote. You can use real footnotes, but it seems quaint and
outdated.
--
mbstevens
http://www.mbstevens.com/

这篇关于脚注样式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆