|
• Detailed information about HTML is beyond the scope of this guide.
• Typing HTML tags in a rich content field from the GUI or Web interface does not apply the HTML tags. For example, typing <b>text</b> displays <b>text</b> when you save the item.
|
Element
|
Attributes
|
<!-- MKS HTML -->
|
Mandatory element that prefaces all elements in a rich content field. Other comments are removed.
|
<h1> to <h6>
|
align
|
<p>
|
style, align
|
<br>
|
|
<hr>
|
size, width
|
<ol>, <ul>, <li>
|
style
|
<img>
|
src, border, alt, align, hspace, vspace, height, width, style
|
<a>
|
href, title, onclick, name
For item links, href is:
mks:///item?itemid=itemID
where itemID is the ID of the item you want to link to.
For attachment links, href is:
mks:///item/field?fieldid=AttachmentField&attachmentname=attachment
where AttachmentField is the name of the attachment field containing the attachment and attachment is the name of the attachment you want to link to.
For bookmarks, name is:
<a name="bookmarkName"></a>
where bookmarkName is the bookmark name, for example, <a name="Figure7_2">Figure 7-2</a>.
For cross-reference links, href is:
mks:///document/bookmark?bookmarkname=bookmark
where bookmark is the bookmark the cross-reference links to, for example, mks:///document/bookmark?bookmarkname=Figure7_2.
|
<span>
|
style
|
<sub>
|
|
<sup>
|
|
<font>
|
style, color, face, size
|
<div>
|
style, align
|
<blockquote>
|
|
<strong>
|
Converted to <b>.
|
<b>
|
|
<i>
|
|
<code>
|
|
<em>
|
Converted to <i>.
|
<strike>
|
|
<del>
|
Converted to <strike>.
|
<pre>
|
|
<table>
|
style, align, border, width, cellpadding, cellspacing, summary, frame, rules, bgcolor, background
|
<tbody>
|
|
<tr>
|
style
|
<td>
|
style, rowspace, align, height, width, bgcolor, valign, background
|
<caption>
|