[css-d] accents on e in Resume

2013-06-20 Thread Angela French
Hello , You know the little accents over the e's in the word résumé? I have coded them two different ways: h2R#233;sum#233; Writing/h2 h2Reacute;sumeacute; Writing/h2 The font family is: font-family: Century Gothic,Apple Gothic,AppleGothic,URW Gothic L,Avant Garde,Futura,sans-serif; In

Re: [css-d] accents on e in Resume

2013-06-20 Thread Philip Taylor
Angela French wrote: Hello, You know the little accents over the e's in the word résumé? I have coded them two different ways: h2R#233;sum#233; Writing/h2 h2Reacute;sumeacute; Writing/h2 The font family is: font-family: Century Gothic,Apple Gothic,AppleGothic,URW Gothic L,Avant

[css-d] can last child be spec'd?

2013-06-20 Thread COM
Let's say you have N-number of paragraphs in an article, and you want the last paragraph to have some different attributes as the other p, such as a greater margin-bottom. Is there a way to describe that in css? Thank you! John

Re: [css-d] accents on e in Resume

2013-06-20 Thread Philippe Wittenbergh
Le 21 juin 2013 à 06:32, Angela French afre...@sbctc.edu a écrit : You know the little accents over the e's in the word résumé? I have coded them two different ways: h2R#233;sum#233; Writing/h2 h2Reacute;sumeacute; Writing/h2 The font family is: font-family: Century Gothic,Apple

Re: [css-d] can last child be spec'd?

2013-06-20 Thread Philippe Wittenbergh
Le 21 juin 2013 à 07:57, COM j...@coffeeonmars.com a écrit : Let's say you have N-number of paragraphs in an article, and you want the last paragraph to have some different attributes as the other p, such as a greater margin-bottom. p:last-of-type {} p:last-child {} depending on context.

Re: [css-d] accents on e in Resume

2013-06-20 Thread Angela French
And that is not a surprise. The 'Apple Gothic' font does not contain glyphs for those characters. Browsers then look up further down the chain, find Futura and use that for rendering the character. All perfectly normal. Why did you choose 'Apple Gothic' in the first place? That is an (old) font

Re: [css-d] can last child be spec'd?

2013-06-20 Thread Angela French
Let's say you have N-number of paragraphs in an article, and you want the last paragraph to have some different attributes as the other p, such as a greater margin-bottom. Is there a way to describe that in css? Thank you! John You mean like this: p:last-child { background:#ff; }

Re: [css-d] can last child be spec'd?

2013-06-20 Thread Jukka K. Korpela
On 21.6.2013 2:05, Angela French wrote: Let's say you have N-number of paragraphs in an article, and you want the last paragraph to have some different attributes as the otherp, such as a greater margin-bottom. Is there a way to describe that in css? Thank you! John You mean like this:

Re: [css-d] accents on e in Resume

2013-06-20 Thread Robert A. Rosenberg
At 23:17 +0100 on 06/20/2013, Philip Taylor wrote about Re: [css-d] accents on e in Resume: Incidentally, as you can type e-acute (é) in your e-mail, why not enter them the same way in your web page ? I assume you are working in UTF-8 and not ASCII/ISO-8859-1. This letter is part of the