admin管理员组文章数量:1426014
I want to add
<ol>
<li>First list</li>
<li>Second List
<ul>
<li>Sub Second List</li>
</ul>
</li>
<li>Third List </li>
</ol>
This is not possible with editor without manual job. How can we achieve this
I want to add
<ol>
<li>First list</li>
<li>Second List
<ul>
<li>Sub Second List</li>
</ul>
</li>
<li>Third List </li>
</ol>
This is not possible with editor without manual job. How can we achieve this
Share Improve this question asked May 30, 2013 at 14:58 Mikul GohilMikul Gohil 1293 silver badges7 bronze badges1 Answer
Reset to default 3This is entirely possible, as I just tested it in WordPress.
- Create your unordered list
- Add four items: "First list," "Second list," "Sub Second List," "Third List"
- Place the cursor on "Sub Second List" and click Indent (you will need to expand the kitchen sink to access the indent button
- With the cursor still on "Sub Second List," click Unordered List
Following the steps above will produce the following markup:
<ol>
<li>First List</li>
<li>Second List
<ul>
<li>Sub Second List</li>
</ul>
</li>
<li>Third List</li>
</ol>
本文标签: htmlltulgt inside ltolgt in editor
版权声明:本文标题:html - <ul> inside <ol> in editor 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745455089a2659065.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论