Formatting

Return to Message Board

A powerful formatting language developed specifically for this application allows you to format your posts without knowledge of HTML. This formatting language is easy for both HTML users and non-HTML users to learn quickly. There are examples after each major section.

This document makes extensive use of tables and advanced HTML not appropriate for many older browsers.

Contents

Introduction to Formatting

Text Formatting

Special Characters

Input:

  

This program is \ch{c} 1997

Output:

  

This program is © 1997.

 

Input:

  

\b{No need, to escape, these commas} in a tag that takes only one argument.

Output:

  

No need, to escape, these commas in a tag that takes only one argument.

 

Input:

  

\rgb{0000aa,No need, to escape, these commas} in the last field of a tag.

Output:

  

No need, to escape, these commas in the last field of a tag.

 

Input:

  

\font{Times\,Roman\,Arial,You need to escape the first two commas in this case}.

Output:

  

You need to escape the first two commas in this case.

Other Formatting

Frequently Made Mistakes

 

Copyright © 1998, DiscusWare, LLC, all rights reserved