Results 1 to 3 of 3

Thread: How to insert an em dash in MS Word and HTML

  1. #1
    Join Date
    Feb 2009
    Posts
    20

    How to insert an em dash in MS Word and HTML

    I have to write some articles and reviews for the office regarding the upgradation of some branches. There are times when i have to use em dash (long dash) in the article and our website. How do i use the em dash in ms word and html? Please help guys!

  2. #2
    Join Date
    Jan 2009
    Posts
    710

    Re: How to insert an em dash in MS Word and HTML

    While typing in MS Word, whenever you need to insert the em dash or long dash, press and hold Ctrl+Alt and press - (minus) from the numeric keypad on the top right of the keyboard. This will insert a long dash or em dash in the text.

  3. #3
    Join Date
    Mar 2009
    Posts
    599

    Re: How to insert an em dash in MS Word and HTML

    HTML uses two types of input, One is paraphrase type and one is hexadecimal code type. For using em dash or long dash in your HTML page there are two ways of doing it, one of each type :

    Paraphrase type :
    Code:
    —
    You can also use
    Code:
    &mdash
    without a semicolon but while using this you will have to gave a space after it, to use it without a space a semicolon is required

    Hexadecimal code type : Use this codes without space. If i remove space in it, then the code will be automatically converted to the em dash :

    Code:
    & # 8 2 1 2;
    In this type to you have to gave a space after the code if you do not use a semicolon.

Similar Threads

  1. Insert HTML text box
    By - Empty Shell - in forum Software Development
    Replies: 10
    Last Post: 23-12-2010, 04:22 AM
  2. How to insert Old Style Word Art in Word 2010
    By Yogus_X in forum Windows Software
    Replies: 5
    Last Post: 27-10-2010, 06:24 AM
  3. How to insert JavaScript into HTML file?
    By Shekhar12 in forum Software Development
    Replies: 3
    Last Post: 24-11-2009, 05:49 PM
  4. insert url of a video in a html code
    By Richard B Rufus in forum Software Development
    Replies: 4
    Last Post: 10-02-2009, 10:59 AM
  5. How do I insert an image in HTML?
    By Pikachoo in forum Software Development
    Replies: 3
    Last Post: 05-02-2009, 11:09 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,275,425.67223 seconds with 16 queries