|
NOTE: Page Content Editor is working in compatibility mode for older browsers. If you want to
use the full capabilities of Page Content Editor please use a Microsoft Internet Explorer browser.
HTML Hints
HTML markup tags are placed within < and > characters. Some tags take attributes (e.g. name=value).
Here are some common tags for you to use:
- FONT - Changes the font face, size and color. Attributes used with this tag are: face, color, size.
- P - Starts a new paragraph of text. You can specify alignment for the paragraph with the align attribute (e.g. align="left|right|center")
- STRONG, B - Makes the text bolder.
- I - Makes the text italic.
- A - Inserts an hyperlink. This tag uses the href attribute that takes an URL. (e.g. <a href="mypage.html">Go to my page</a>)
|