Making an Editable Region via Hand-Coding
In the HTML Editor, you can add HTML to make certain tags editable regions. The tags supported for this feature are:
paragraph <p>
image <img>
div <div>
headings 1 through 6 <h1>, <h2>, etc.
To edit code in the HTML Editor
Click the Disable HTML Editor button, or the toolbar button.
One common use for this feature is making table cells editable regions. For example, let's say you have the following table:
To make the cell containing the word "two" editable, change the code the for that cell as indicated below in yellow:
In this example, the name attribute in the <field>
tag and the id attribute in the
<div>
are both "edit_me." You can use any name you want, but they must be identical.