分页: 1 / 1

发帖子的Web编辑

发表于 : 2022年 9月 12日 18:14
FGH
绝大多数人发的帖子都是纯粹的文本,没有充分利用各种编辑功能。
有没有介绍如何使用这些编辑的视频?有没有办法所见即所得?
比如如果我想利用了那个List功能,点了那个123,然后该做什么。下面我写了第一项。
  • 第一项
第二项怎么办?

Re: 发帖子的Web编辑

发表于 : 2022年 9月 12日 18:15
FGH
FGH 写了: 2022年 9月 12日 18:14 绝大多数人发的帖子都是纯粹的文本,没有充分利用各种编辑功能。
有没有介绍如何使用这些编辑的视频?有没有办法所见即所得?
比如如果我想利用了那个List功能,点了那个123,然后该做什么。下面我写了第一项。
  • 第一项
第二项怎么办?
我明明点的是123,为什么给我子弹头?

Re: 发帖子的Web编辑

发表于 : 2022年 9月 13日 16:39
admin
可以在提交前使用预览功能看是不是想要的效果。列表功能需要每一项都用列表标签。鼠标放在那些按钮上面有点简单提示,但似乎不够。
测试一下:
  • 第一项
  • 第二项
  • 第三项

Re: 发帖子的Web编辑

发表于 : 2022年 9月 13日 16:42
admin
找到一些资料:http://classic.magictraders.com/ubb/ubbcode.html

代码: 全选

You can make bulleted lists or ordered lists (by number or letter).
Unordered, bulleted list:

[list]
[*] This is the first bulleted item.
[*] This is the second bulleted item.
[/list]

This produces:

This is the first bulleted item.
This is the second bulleted item.
Note that you must include a closing [/list] when you end each list.
Making ordered lists is just as easy. Just add either [LIST=A] or [LIST=1]. Typing [List=A] will produce a list from A to Z. Using [List=1] will produce numbered lists.

Here's an example:

[list=A]
[*] This is the first bulleted item.
[*] This is the second bulleted item.
[/list]

This produces:

This is the first bulleted item.
This is the second bulleted item.