将UL或OL添加到HTML类

时间:2014-01-31 20:50:02

标签: jquery html css html-lists

我正在开发一个附带CSS的WebHelp项目。当Word文档转换为主题时,相应的CSS样式将Word文档转换为准备好格式化的HTML主题,但项目符号和编号标题除外。有没有办法将UL和/或OL标签附加到类,以便在转换文档时编号和项目符号级别将自动格式化?我在这个主题上看到了对JQuery的引用。我不知道JQuery,但从名称中可以假设可以创建自动化某些编码的条件语句。我在那里黑暗中摇摆。但是,如果需要,我会选择它(JQuery)。

以下是我将OL标记添加到的代码示例:

<p class="Step">1.<span style="font: 7.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;</span>&#160;On the Insert tab, in the Illustrations group, click <span class="Commandtext">Shapes</span>.</p>
<p class="Step">2.<span style="font: 7.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;</span>&#160;Choose the shape you want to insert.</p>
<p class="Step">3.<span style="font: 7.0pt 'Times New Roman';">&#160;&#160;&#160;&#160;</span>&#160;Click and drag to draw the shape on your slide.</p>

1 个答案:

答案 0 :(得分:0)

将内容包装在li项中,然后删除p标记。在这里小提琴:http://jsfiddle.net/ExT8j/

更新版本(清理的项目符号并删除带有空格的范围):http://jsfiddle.net/ExT8j/1/