Thread: Creator The em dash
View Single Post
Old 07-12-2008, 12:01 AM   #6
nrapallo
GuteBook/Mobi2IMP Creator
nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.nrapallo ought to be getting tired of karma fortunes by now.
 
nrapallo's Avatar
 
Posts: 2,958
Karma: 2530691
Join Date: Dec 2007
Location: Toronto, Canada
Device: REB1200 EBW1150 Device: T1 NSTG iLiad_v2 NC Device: Asus_TF Next1 WPDN
Quote:
Originally Posted by Elsi View Post
Code:
<p>This is a paragraph that needs&mdash;just for a while&mdash;an em dash</p>
Update -- I was going to show how it renders, but I can't find out which tags this forum uses to allow HTML.
When I need to use an emdash in the text of a message here, I use "& #8212" (without the quotes and without space after the &). The forum software will then automatically convert it to an emdash character, like this:

Code:
<p>This is a paragraph that needs& #8212;just for a while& #8212;an em dash</p>
becomes
Code:
<p>This is a paragraph that needs—just for a while—an em dash</p>
This will work for other html codes like endash (& #8211 = –), bullet (& #8226; = •), etc. See the special characters wiki for the other codes.
nrapallo is offline   Reply With Quote