Using bullet points in tables
-
I have been experimenting with using the
<li>
tag in the tables, and I think I’ve found the answer.Here is how I want it to end up looking (with bullets instead of asterisk):
[table nl="%"?th="0"] 700,* First line%* Second line 701,* Third line%* Fourth line [/table]
To make it work, I used:
[table nl="%"?th="0"] 700,\<li>First line%<li>Second line 701,\<li>Third line%<li>Fourth line [/table]
Note that you have to use the escape
\
for the first tag, which I don’t understand, but there you go. Anyway, hope this helps. You can check out the results at https://www.8thcentury.com/timeline/
- The topic ‘Using bullet points in tables’ is closed to new replies.