Steve Pugh wrote:
> "PeterMcC" <> wrote:
>
>> Marc wrote:
>>> I'm looking for a font I can use on the web (a common one) that as
>>> curly speech marks, meaning " where they look like "Little 6s and
>>> 9s" as my little brother says.
>>>
>>> I thought Times New Roman had them, but it seems not.
>>
>> Most fonts - including TNR - have them but the 66s and 99s are
>> outside the standard character set so, for web pages, you need to
>> code them rather than just using "..."
>>
>> In the HTML you should use:
>> for a single opening quote - a "6"
>> for a single closing quote - a "9"
>> for double opening quotes - "66"
>> for double closing quotes - "99"
>
> Nope. Those numbers are undefined in HTML.
>
> “ or “
> ” or ”
> „ or ‘
> ‟ or ’
I've used the method that I described above extensively without being aware
of any problems - I do appreciate that the "aware of" is significant - but
now I know better
Thanks
--
PeterMcC
If you feel that any of the above is incorrect,
inappropriate or offensive in any way,
please ignore it and accept my apologies.