join: new@juude



get alerts for new articles






CLOSE WINDOW

join: new@juude



get alerts for new articles






CLOSE WINDOW
quote marks

Quotation Marks- html



Language



Quotation marks are not the same in all languages, you need to define the language in your CSS using the quotes property. The following code specifies that the quote marks will be the ones used for english.

q:lang(en)
{
quotes: "«" "»" "'" "'";
}

Opera


For some versions of Opera you need to include:

q {
quotes: '\201C' '\201D' '\2018' '\2019';
}