Reserved Characters
When using HTML in your Table Maker content it’s not only important that it is entered correctly but also that you avoid using any characters which are reserved for use by the HTML language itself.
Some common characters which should not be used in Table Maker content include the less-than ( < ), greater-than ( > ), ampersand ( & ), quote ( " ), and apostrophe ( ' ) characters.
To use these characters in table content you should either replace them with Table Maker’s replacement characters or HTML entities, as shown in the chart.
CHARACTER NAME | CHARACTER SYMBOL | TABLE MAKER REPLACEMENT | HTML ENTITY NAME | HTML ENTITY NUMBER |
---|---|---|---|---|
Less-than | < | {{lt}} | < | &#60; |
Greater-than | > | {{gt}} | > | &#62; |
Ampersand | & | {{amp}} | & | &#38; |
Quote | " | {{quot}} | "lt; | &#34; |
Apostrophe | ' | {{apos}} | ' | &#39; |