day-level permalink   Sunday, September 29, 2002

How to include apostrophesimages/InsertLink_joel.gif

(In response to this Radio discussion thread)

The numeric code for an apostrophe is 39 (according to the W3C HTML Coded Character Set page). Edit your post in "Source" mode, where you can see the HTML tags. Position your cursor where you would like the apostrophe to appear. Type the following five characters:

  1. An ampersand        &
  2. A pound sign          #
  3. The number three  3
  4. The number nine    9
  5. A semicolon            ;


Josef Tornick's Weblog is a breakthrough in quality and cleverness.


Thanks to Jeff's Radio Weblog for showing me how to distribute code snippets without the recipient unintentionally picking up invisible characters which render the code inoperable.

Josef Tornick's weblog can be found at http://radio.weblogs.com/0111492/.

3:04:10 PM  comment [] | Categories: Html 1-A, Radio Docs, Radio Progress| Topics: HTML