ttuongvi
Junior Member
Posts: 6
Registered: 8/27/2002
Member Is Offline
|
| posted on 12/13/2002 at 09:16 PM |
|
|
How to add an Apostrophe
How to add an Apostrophe
Hi
How do i add an apostrophe inside the menu.
for ex: new's
my code is
[' ["NEW's"', ['new.htm']],
I keep get an error anyone know how help me please
|
|
|
jules
Junior Member
Posts: 4
Registered: 12/16/2002
Member Is Offline
|
| posted on 12/16/2002 at 12:58 AM |
|
|
try using double qoutes to define the string
eg "new's"
|
|
|
Sanity Loss
Newbie
Posts: 1
Registered: 12/16/2002
Member Is Offline
|
posted on 12/16/2002 at 06:28 PM |
|
|
How to add an apostrophe.... ANSWERED
Use this in your code: ´ .
So when you enter it enter it like this: don´t or can´t . Basically where ever you need an apostrophy enter ´ or you can enter the
alternate code: ´ Both work fine.
´ OR ´ EQUAL '
|
|
|
Becky
Newbie
Posts: 1
Registered: 1/4/2004
Member Is Offline
|
| posted on 1/4/2004 at 07:14 PM |
|
|
How to add apostrophe
You can also use the numeric entity for the apostrophe which is as follows:
'
You must use all five characters, just type them in where you want the apostrophe.
Example: Who' will be Who's on your page.
|
|
|