Edit Text
Input Text
Users can input text directly either in HTML window or Design Window.
In HTML Window
The first way:
- Locate the cursor where you want to input text.
- Click the icon
on the toolbar and the <P> </P> tags will be automatically added to the HTML code.
- Type text directly between <P> tag and </P> tag.
Set Font Properties
Users can define font face, size and color.
In HTML Window
Steps:
- Put the cursor where you want to insert text
- Click the icon
on the toolbar or select "Format/Font" command to open the font dialog box.
- Select the font, size and color from the drop-down lists

- Click OK to close the dialogue box
Change Font Properties
Users can change font properties including color, size, face, etc.
In HTML Window
Steps:
- Locate the cursor in the <font color=" "> or <font size=" "> or <font face="">tag
- Click in the color, size or face field on the Properties Panel and select in the drop-down lists
Note
- If the code of the font properties is <font color="#cccccc" size="3" face="Arial", you can locate the cursor anywhere inside the tag and change font properties on the Properties Panel.
- If the code is shown as <font color="#cccccc"> <font size="3"> <font face="Arial">, you should locate the cursor inside the tag that contains the value you want to change and then change it in the corresponding field on the Properties Panel (e.g. if you put the cursor inside the <font color="#cccccc">, you can only change the color value on the Properties Panel instead of the value of face or size.
Edit Font Style
Users can add some styles to text including Bold, Italic, Underline and Strike (e.g. Bold, Italic, Underline and Strike)..
In HTML Window
Steps:
- Select the text
- Click the icon
, or on the toolbar or select "Format/Bold", "Format/Italic", "Format/Underline" or "Format/Strike" command.
Set Align
The align font options include Left, Center and Right.
| Left |
Here is sample text and it shows how text-align properties work |
| Center |
Here is sample text and it shows how text-align properties work. |
| Right |
Here is sample text and it shows how text-align properties work. |
In HTML Window
The first way:
-
Select the text
-
Click the icons , or on the toolbar or choose "Format/Left", "Format/Right" or "Format/Center" command.
|