In Webmatic there is a little simple html editor (picture 1) that editor
helps you when insert HTML code in your pages or in your panels.
The HTML editor its appears when you want to insert or modify: PAGES,
PANELS, F.A.Q., NEWS and MESSAGES.

(1)
Editor usage:
By click in one of the buttons described under, will be possible
to insert in the "text" field (or "HTML" field
if you insert a page) some type of HTML TAG (instructions), the
TAG will be appended in the bottom of the text field, so you can
create both HTML and textual pages.
The botton are:
|
HR:
|
It inserts an horizontal line
in the page (in the panel or other) that we create. Its possible
to choose the width (in percentage) of such line and his dimension
(in pixel of height). Its also possible to decide if such
line must be lined up to the right to the center or to left
(default corresponds to left). |
|
IMG:
|
It inserts an image in the page
(in the panel or other) that we create. Its possible to choose
from the images that are in the pic/img folder. You
can also create a link in the image, that link will be referred
to one of the pages that are in your database (that you have
previously create see pages section). |
|
A:
|
It inserts a link in the page
(in the panel or other) that we create, that link will be
referred to one of the pages that are in your database (that
you have previously create see pages section).
The name of the link will be equal to the name of the linked
page. |
|
BR:
|
It inserts the "break line"
TAG. |
|
SP:
|
It inserts a blank space (inserts
a special HTML character). |
|
B:
|
It inserts the TAG <B>
and </B>. Inside that TAG we can insert the text that
we want in BOLD. |
|
I:
|
It inserts the TAG <I>
and </I>. Inside that TAG we can insert the text that
we want in ITALIC. |
|
U:
|
It inserts the TAG <U>
and </U>. Inside that TAG we can insert the text that
we want UNDERLINE. |
|
Preview:
|
It opens a preview window that
show the aspect of the page (of the panel or other) that we
create. |
|
|