
Deleting Formats
Deleting paragraph formats
Deleting Character Formats
To delete a character format, delete the angle bracket tags that apply the format.

<ZK>sample text</>
applies italic formatting to "sample text":Remove the italics formatting by deleting
<ZK> and </> . Be sure to remove both the start and end markers of the format. Leaving the end tag </> can cause unexpected formatting errors.