When developing your Web pages, there will be times when you want to insert special characters, such as copyright or trademark symbols, currency signs, or other special characters that don't appear on your keyboard. The Text category of the Insert toolbar let you use a variety of symbols and international characters quickly by clicking on an icon.
From the menu on the Insert Bar, choose the Text category.
![]()
If the Insert bar isn't visible, choose Window > Insert to open it.
![]()
![]() |
The pallet shown above appears. Many of the options let you add common HTML tags like the <b> bold and <strong> strong tags, headings, lists, etc. Many of these can also be applied using the Property Inspector. The Text panel also features less frequently used tags like <dl> for definition list. The last option on the Insert Text toolbar is a menu that let's you insert special characters that are not found on the keyboard. There is a wide range of symbols and international characters available. These special characters are represented in your HTML code by a special name or number. For example, a trademark symbol is written in HTML as ™. When you click on the Characters symbol at the end of the Insert Text toolbar, a menu of special characters will appear like the one on the left. |
If the character you want is listed in the menu, simply click on it to place the character in the text of your page. To see other characters, click on the "Other Characters" option as the bottom of the menu.
![]() |
The Insert Other Character dialog box will appear with more symbols and special characters. Click on the character or symbol you want, and notice in the insert box, the HTML code for the selected symbol or character will appear. In the sample below, the trademark, TM, symbol is selected and the HTML code for the symbol appears in the text box.
When you click on the the TM symbol ™ (TM) symbol and click OK. Dreamweaver inserts the ™ code into the Web page. |

Full size version of the Dreamweaver Insert Special Characters Tutorial (1:34)
View a related Dreamweaver Tutorial:
This site proudly build with Site Build It!
Dreamweaver Video Tutorials The Dreamweaver 8 Workspace Creating a Web Site Creating Basic Web Pages Using Text Inserting Hyperlinks Using Graphics Using HTML Tables Web Site Management Cascading Style Sheets Using Layers Behaviors Using Forms |