Welcome to the help system of the SEOS LMS.
Most descriptions and forum text which can be entered in the SEOS LMS is styled with BBCode
. This is a simple system to add formatting to text. The available formatting options are displayed below:
[u]text[/u]
<u>text</u>
[b]text[/b]
<strong>text</strong>
[i]text[/i]
<em>text</em>
[img]http://example.com/image.gif[/img]
<img src="http://example.com/image.gif" />
[email=joe@example.com]Joe Example[/email]
<a href="mailto:joe@example.com">Joe Example</a>
[email]joe@example.com[/email]
<a href="mailto:joe@example.com">joe@example.com</a>
[code]bbcodeize(string)[/code]
<pre>bbcodeize(string)</pre>
[url=http://www.google.com]Google[/url]
<a href="http://www.google.com">Google</a>
[url]http://www.google.com[/url]
<a href="http://www.google.com">http://www.google.com</a>
[quote="Shakespeare"]To be or not to be[/quote]
<blockquote><cite>Shakespeare wrote:</cite><br />To be or not to
be</blockquote>
[quote]That is the question[/quote]
<blockquote>That is the question</blockquote>
[size=32]Big Text[/size]
<span style="font-size: 32px">Big Text</span>
[color=red]Red Text[/color] [color=#ABCDEF]Alphabet-colored Text[/color]
<span style="color: red">Red Text</span>
<span style="color: #ABCDEF">Alphabet Colored Text</span>