How can i display a "Latin Block" of text

M

Mel

how can i display a latin block of text on my site ?

something like:

¿Por qué usar Google?

when i do above, it shows up as:

¿Por qué usar Google?¿Por qué usar Google?

thanks for your help
 
T

Toby Inkster

Mel said:
how can i display a latin block of text on my site ?
something like:
¿Por qué usar Google?

Latin doesn't use silly upside-down question marks. Spanish does though.

<p lang="es">¿Por qué usar Google?</p>

And then make sure you save your document using a character set that
supports all those non-ASCII characters (UTF-8 is usually a good choice)
and make sure that your web server includes the correct character set in
its HTTP headers.
 
R

Richard

Mel said:
how can i display a latin block of text on my site ?

something like:

¿Por qué usar Google?

when i do above, it shows up as:

¿Por qué usar Google?¿Por qué usar Google?

thanks for your help


Try using &iquest for the ¿

or &#191
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,444
Messages
2,571,709
Members
48,796
Latest member
Greg L.
Top