Lesson 2 starts here

Character Panel

These are the Character Objects in Dreamweaver's Objects Panel.

The objects that are found here are, in order from left to right and from top to bottom

  1. Insert Line Break.
    Inserts a <br> tag.
  2. Insert Non-Breaking Space.
    Inserts the character entity &nbsp;.
  3. Insert Copyright. (©)
    Inserts the character entity &copy;
  4. Insert Registered Trademark. (®)
    Inserts the character entity &reg;.
  5. Insert Trademark. (™)
    Inserts the character entity &#153;.
  6. Insert Pound sign. (£)
    Inserts the character entity &pound;.
  7. Insert Yen sign. (¥)
    Inserts the character entity &yen;.
  8. Insert Euro sign. (€)
    Inserts the character entity &euro;.
  9. Insert Left Quote. (“)
    Inserts the character entity &#147;.
  10. Insert Right Quote. (”)
    Inserts the character entity &#148;.
  11. Insert Em-Dash. (—)
    Inserts the character entity &#151;.
  12. Insert Other.
    Prompts the user with a dialog box with with many other character entities.

Note that you can add or remove objects from this panel by modifying a file contained in the Objects folder of the Dreamweaver directory. You will need to customize the file definition as well as provide a GIF icon file to display in the panel itself.

I added the Bullet (•) and Ellipsis (…) to my panel, illustrated here.

Back to Top