|
Navigation: Appendixes > Appendix A Reference > Supported HTML |
![]() ![]()
|
Website-Manager uses a subset of HTML codes when generating the reports for display and printing. The behaviour of these codes may not reflect perfectly how they are displayed in a normal Web browser. In fact, some codes may not display correctly in a Web browser at all. This is by design and not necessarily a bug in the software. If something doesn't work as expected, try doing it differently until the results are close enough.
When entering your own HTML code, attribute values should be surrounded by double quote marks. Any tags listed that don't show attributes do not support any attribute tags. Even if the HTML specification indicates the tags has attributes.
Structure Tags
<h1> through <h6> |
Heading tags. |
||
<p>...</p> |
A left-aligned paragraph by default.
|
||
<center>...</center> |
A centered paragraph. |
||
<blockquote>...</blockquote> |
A left-aligned indented paragraph by default. |
||
<ol>...</ol> |
An ordered list of list items.
|
||
<ul>...</ul> |
An unordered list of list items.
|
||
<li>...</li> |
A list item that is within either a <ol> or <ul> list. |
||
<dl>...</dl> |
A definition lists consisting of a list of terms (<dt>) and descriptions (<dd>). |
||
<dt>...</dt> |
A term in a list of definitions (<dl>). |
||
<dd>...</dd> |
A description in a list of definitions (<dl>). |
||
<pre>...</pre> |
Displays the text contained -- preserving any white space. |
||
<div>...</div> |
Used for grouping elements. Note: this element acts like an 'inline' tag. |
||
<span>...</span> |
Used for grouping elements. Note: this element acts like a 'block' tag. |
Character Styling
<em>...</em> |
Emphasized text. By default this is the same as <i> (italics). |
||||||
<strong>...</strong> |
String text. By default this is the same as <b> (bold). |
||||||
<i>...</i> |
Italic font style. |
||||||
<b>...</b> |
Bold font style. |
||||||
<u>...</u> |
Underline font style. |
||||||
<s>...</s> |
Strikethrough font style. |
||||||
<big>...</big> |
A larger font style than the default. |
||||||
<small>...</small> |
A smaller font style than the default. |
||||||
<sub>...</sub> |
Subscripted text. |
||||||
<sup>...</sup> |
Superscripted text. |
||||||
<code>...</code> |
Used to indicate source code. By default this is the same as <tt> (typewriter text). |
||||||
<tt>...</tt> |
Typewriter font style. |
||||||
<font>...</font> |
Used to customize one or more of the following text styles.
|
Special Elements
<img> |
Inserts an image in the text. Any images used must be place in the images subfolder under the program directory.
|
||||||||
<hr> |
A horizontal line. |
||||||||
<br> |
A line break. |
||||||||
<nobr>...</nobr> |
No break. Prevents the surrounded text from wrapping to another line. |
Tables
<table>...</table> |
A table.
|
||||||||||||
<tr>...</tr> |
A table row.
|
||||||||||||
<th>...</th> |
A table header cell. By default this is the same a <td> but the alignment defaults to center. |
||||||||||||
<td>...</td> |
A table data cell.
|
Page url: http://www.helpandmanual.com/help/index.html?wmh_supported_html.htm