If you paste text into an edit field, review it before submitting the text to the system. Make sure the formatting (such as superscript, subscript, bold, and Italics), Greek letters, and other special characters appear as expected.

  1. Paste the following template into the edit field:

    <html>
      <head>
            <title>Title of the document</title>
      </head>
      <body>
        <p>
            Provide your information here. 
            You can use the following tags: 
            <sup>superscript</sup>, 
            <sub>subscript</sub>, 
            <b>bold</b>, and 
            <i>Italics</i>
        </p>
      </body>
    </html>
  2. Copy text from an appropriate location. Options include:
  3. If the text you need to copy is only available in a PDF, paste it into the following page as a test:

    https://apps.timwhitlock.info/unicode/inspect

    Edit the text as needed. When all special characters appear as expected, copy from this page. 

  4. Paste text between the <p> and </p> tags in the edit field.