Contents Introduction Updates 1 2 3 4 5 6 7 8 A B C D E F G H I J K Glossary

Appendix E: Using HTML in Text Blocks - for advanced users

If you would like to customize your web page further, you can add your own HTML codes. Below is a list of some of the more common ones. Remember to de-select the "I am not using my own HTML coding" from the options list.

Most HTML which changes the appearance of text consists of a pair of codes enclosed in less than and greater than symbols. Some HTML codes (such as the <br> code) work with a single code instead of a pair. The following table demonstrates several common HTML text codes.

HTML CodeAppearance
<b>This is bold text</b> This is bold text
<i>This is italic text</i> This is italic text
<tt>This is typewriter text</tt> This is typewriter text
<font size="+1">This changes the font size</font> This changes the font size
Placing <br> in a line causes a line break (carriage return) Placing a
in a line causes a line break (carriage return)
<font color="red">This changes the font color</font> This changes the font color

Clickable email addresses

In order to make a clickable email hotlink, prepend the text mailto: to the email address and use the standard xxLINKxx hotlink mechanism. For example:
xxLINKxx(mailto:joe@noplace.org,Send email to Joe)
produces:
Send email to Joe

[Previous] [Contents] [Next]


Document: /manual/hccmanE.html
Last Modified: Friday, 24-Jul-1998 11:37:37 CDT
Copyright © 1997, 1998 Infobahn Outfitters, Inc.