Lists and Indents
Lists are a great way to summarise information and indents are perfect for highlighting blocks of information. This tutorial shows you how to add both to your content...
Bullet Points
Bullet point lists are perfect for quickly presenting unordered information:
Would produce:
You can also use square bullets:
Results in:
Numbered Lists
When you have ordered information to display, numbered lists are perfect as they automatically number each item:
Results in:
- First item
- Second item
Nested Lists
You can easily create nested lists and even change the list type at different levels:
Results in:
- An item
- Another item
- Item 1
- Item 2
Indents
On this site we regularly use indents to highlight notes or examples:
Results in a single line of text being indented, with a bar at the side:
Quoted text
If you want to indent several lines of content (text or otherwise), use the quote macro:
Results in:
First line
Second line
Hints and Tips
Use bullet points and numbered lists wherever the chance arises to quickly summarise information in a concise manner.
Use quotations only where they greatly improve readability or to highlight very important points.
Frequently Asked Questions
| Q |
What are those bars on the multi-line quote? |
| A |
They create a table - see our [tutorial on Tables] for more information. |
| Q |
Are there any other ways to highlight blocks of text? |
| A |
Yes. Layout macros allow you to put content in all kinds of panels. |
Can I control the indention of my list. Currently it is going too deep.
Yeah, it's a real pain - the default browser indentation of bullets is way too much. You can use CSS (although I can't remember off the top of my head what CSS) to reduce the indentation.
Is there a way to do lettered lists?
such as
a.
b.
c.
d.
etc.
Not currently - we were working on something that would allow improved customisation of lists but never got round to completing it. If you know CSS you can use the style macro and span macro (or div macro) to customise a list, for example:
{style} .mylist ol li { -- enter styles here -- } {style} {span:class=mylist} # wibble # fish {span}(that's just off the top of my head - you'd have to check in to the correct stlyes to use and what to apply them to)
There is mention of a tutorial on tables on this page, but the link is not active.
I am having troubles using the vertical bars to create tables in that each row has different sized columns which is basically useless.
I did see mention of a
Is there any way of creating a table that actually works?
Thanks.
Bryan.
PLse ignore the above about vertical bars, I just found that the text I imported has an axtra <CR> at the end of some lines....