使用 HTML Help Workshop 进行段落缩进

发布于 2024-12-31 21:02:12 字数 883 浏览 0 评论 0原文

我在 HTML 文件中有一个包含两个缩进段落的列表。这是我的代码:

<ol><li>
            <p style="width: 765px; text-align: justify;">
                el método clásico basado en el concepto de equinoccio.</p>
                </li>
                <li>
            <p style="text-align: justify; width: 765px;">
                el método basado en el Origen Celeste Intermedio (OCI, CIO en siglas inglesas, 
                punto que corresponde al origen de ascensiones rectas en el sistema CIRS que se define más adelante), 
                siendo este último el adoptado por SIMORBI.</p></li>
                </ol>

此 HTML 文件是使用 HTML Help Workshop (HHW) 创建帮助的项目的一部分。我的浏览器显示正确,但 HHW 的生成帮助(文件 .chm)显示

在此处输入图像描述

我不明白为什么数字 2 与第二段开头不在同一水平(行),我想知道如何修复它。

I have a list of two indented paragraphs in a HTML file. Here is my code:

<ol><li>
            <p style="width: 765px; text-align: justify;">
                el método clásico basado en el concepto de equinoccio.</p>
                </li>
                <li>
            <p style="text-align: justify; width: 765px;">
                el método basado en el Origen Celeste Intermedio (OCI, CIO en siglas inglesas, 
                punto que corresponde al origen de ascensiones rectas en el sistema CIRS que se define más adelante), 
                siendo este último el adoptado por SIMORBI.</p></li>
                </ol>

This HTML file is part of a project to create a help with HTML Help Workshop (HHW). My browser shows it correctly but the resulting help (file .chm) of HHW shows

enter image description here

I do not understand why the number 2 is not at the same level (line) that the beginning of second paragraph and I would like to know how I could to fix it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

浮生未歇 2025-01-07 21:02:12

您的代码不应该产生上面显示的结果。看看这个: http://jsfiddle.net/n9QBd/

您的页面上必须应用其他样式那个效果。

Your code as it is shouldn't produce the result shown above. Look at this: http://jsfiddle.net/n9QBd/

You must be having other styles on your page applying that effect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文