Hi Celia,
font size:to change the font size, just change the 10 to any number you want
[size=10pt]This is my text[/size]
gives you: This is my text. I haven't changed anything
If I then change the 10 to 15 I get this:
[size=15pt]This is my text[/size]
gives you: This is my text. See the difference !
Lists:click on the "list" button and you get this:
[list][li][/li][li][/li][/list]
now add texts between the li and /li tags like this:
[list][li]text 1[/li][li]Text 2[/li][/list]
and it comes out looking like this:
you can add more lines, with
[li]any text [/li]
as long as they all come before the final /list tag
I personally prefer to write them in seperate lines, but that may just be me !
[list]
[li]text 1[/li]
[li]Text 2[/li]
[/list]
In all these examples I'm using the Code-Tags to "show the workings", otherwise it would just appear on the screen as a "finished" version
[/b] is much more complicated. I'm at work at the moment, but for my next coffee break, I'll try and explain them for you,
Till then,
Bob