If you are posting using a browser that provides the fancy toolbar, the simplest way to use it is to type something and then select the text and then apply the style you want.
With links, I find that it's a great help to place a comma or space, then back up, and then insert the link. This stops subsequently entered content from being taken as part of the link. Bug in the editor, I think. ;-)
In all cases, you can use manually-inserted markup. It's similar to HTML, but not the same. The tags go in square brackets, as follows:
This:
Looks like this:
Text in italics.
Text in bold.
Text underlined.
Text struck through.
You can mix them up too!
You can use 'em' and 'strong' instead of bold and italic; but it's more to type. :-)
You can create lists:
Go visit my blog!
You can insert images:
![[Image: heart.png]](https://heyrick.eu/aldershot/images/icons/heart.png)
If you are quoting somebody:
Looks like:
You can also use 'code' to put things in a way that won't be parsed (as shown in the examples above). There's also 'size' for editing the text size (it's either 1-6, or a percentage), and 'color' (spelled the American way) for giving text colour.
For other ideas, Google for "BBCode markup".
With links, I find that it's a great help to place a comma or space, then back up, and then insert the link. This stops subsequently entered content from being taken as part of the link. Bug in the editor, I think. ;-)
In all cases, you can use manually-inserted markup. It's similar to HTML, but not the same. The tags go in square brackets, as follows:
This:
Code:
Text in [i]italics[/i].
Text in [b]bold[/b].
Text [u]underlined[/u].
Text [s]struck through[/s].
You can [b][i]mix them up too[/i][/b]!
Looks like this:
Text in italics.
Text in bold.
Text underlined.
Text struck through.
You can mix them up too!
You can use 'em' and 'strong' instead of bold and italic; but it's more to type. :-)
You can create lists:
Code:
[list][*]First[/*][*]Second[/*][*]Third[/*][/list]
[list=1][*]First[/*][*]Second[/*][*]Third[/*][/list]
- First
- Second
- Third
- First
- Second
- Third
Code:
[url=https://heyrick.eu/blog/]Go visit my blog![/url]
You can insert images:
Code:
[img]https://heyrick.eu/aldershot/images/icons/heart.png[/img]
![[Image: heart.png]](https://heyrick.eu/aldershot/images/icons/heart.png)
If you are quoting somebody:
Code:
[quote]This is quoted.[/quote]
Quote:This is quoted.
You can also use 'code' to put things in a way that won't be parsed (as shown in the examples above). There's also 'size' for editing the text size (it's either 1-6, or a percentage), and 'color' (spelled the American way) for giving text colour.
For other ideas, Google for "BBCode markup".