In each of your description fields, you may use the following codes to tailor presentation of content within your course/unit description widgets.
BULLET LIST
To create bullet points within these sections, surround the entire list with [list] tags, then surround each line of text in the list with [li]:
Example:
[list] [li] point 1 [/li] [li] point 2 [/li] [li] point 3 [/li] [/list]
BOLD
Example:
[b]bold text[/b]
ITALIC
Example:
[i]text[/i]
UNDERLINE
Example:
[u]text[/u]
LINE BREAK
Example:
[br]
IMAGE
All element attributes are maintained.
Example:
[IMG src="//vastosoft.com/images/icon_96.png" style="border:solid 2px #e3e3e3; width:85px; height:85%;"]
NOTE: you must remove the http: or https: from the start of the URL in the image's SRC attribute.
So the URL "http://vastosoft.com/images/icon_96.png", should be written as "//vastosoft.com/images/icon_96.png".
TABLE
All element attributes are maintained for TABLE, TR and TD elements. You must open and close TABLE, TR and TD tags just as you would in html. Example:
[table style="border: solid 2px #ff0000"] [tr][td]This is cell A1 [/td][td]This is cell B1 [/td][/tr] [tr][td]This is cell A2 [/td][td]This is cell B2 [/td][/tr] [/table]
Comments
0 commentsArticle is closed for comments.