diff --git a/resources/elcode_english.html b/resources/elcode_english.html index 92ded8da..7c1ae985 100755 --- a/resources/elcode_english.html +++ b/resources/elcode_english.html @@ -46,15 +46,30 @@ referred as vB code.

- - - + + + + + + + + + + + + - + - + - + +
[b]Hello[/b]will become bold text like Hello
[u]Hello[/u]will become underlined text like Hello
[i]Hello[/i]will become italics text like Hello
TagKeyboard shortcutMeaning
[b]Hello[/b] +CTRL+Bwill become bold text like Hello
[u]Hello[/u] +CTRL+Uwill become underlined text like Hello
[i]Hello[/i] +CTRL+Iwill become italics text like Hello
[color=red]Hello[/color] or
-[color=#FF0000]Hello[/color]
will both become Hello. One can +[color=#FF0000]Hello[/color] +will both become Hello. One can either speciy a well know color name like white, red, green, lightgreen, or a hexadecimal RGB value, where the first two digits (00 - FF) are for the red component, the second for the green and the third for the blue part.
[size=5]Hello[/size]will become text like Hello. +
[size=5]Hello[/size] +will become text like Hello. The size of the text in pixels ranges from 1 to 29. Here are some examples: size=1, size=2, @@ -64,7 +79,9 @@ The size of the text in pixels ranges from 1 to 29. Here are some examples: size=6.
[font=comic]Hello[/font]will change the text font. Here are some examples: +
[font=comic]Hello[/font] +will change the text font. Here are some examples: comic, courier, arial, @@ -73,12 +90,15 @@ The size of the text in pixels ranges from 1 to 29. Here are some examples: verdana
[center]Hello[/center]
will put the text in the center
[center]Hello[/center] +
will put the text in the center
[h1]Hello[/h1]
[h2]Hello[/h2]
[h3]Hello[/h3] +
CTRL+H will become a heading of level 1, level 2 or level 3

@@ -158,7 +178,7 @@ Note that it is mandatory to enclose the reference "Mr. Bean" in quotation marks -

Fixed width text

+

Fixed width text [CTRL+O]


To output text with fixed width using a Courier-type font, enclose it in

@@ -192,7 +212,7 @@ wanted, like if some program code should be annotated with bold face etc. the tags [code1]...[/code1] can be used which allows other ELCode tags inside.

-

Lists

+

Lists [CTRL+L]


An unordered list can be created with the tags [list][/list] like

@@ -252,7 +272,7 @@ to produce

Other possibilities are [list=A] for capital letters and [list=I] for Roman numbering.

-

Tables

+

Tables [CTRL+T]


Tables can be created with the tags [table][/table] like

@@ -316,7 +336,7 @@ Go to CERN

  • The same works for email addresses. They can be used like in [email]john.doe@domain.org[/email] or simply as john.dow@domain.org which will be converted automatically into john.doe@domain.org.

    -

    Embedding images

    +

    Embedding images [CTRL+M]


    There are two ways to embed images in the text:

    @@ -340,6 +360,16 @@ your attached images in this way, they are not shown again at the end of the ent +

    Other keyboard shortcuts

    + + + +It should be noted that keyboard shortcuts do not work properly in all browsers. They have been successfully +tested in Firefox. +