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 IS

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 other, such as a greater margin-bottom. Is there a way to describe that in css? Thank you! John You mean like this: p:la

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 , 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:#ff00

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)

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

2013-06-20 Thread Philippe Wittenbergh
Le 21 juin 2013 à 07:57, 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 , such as a > greater margin-bottom. p:last-of-type {} p:last-child {} depending on context. http://www.w3.org/T

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

2013-06-20 Thread Philippe Wittenbergh
Le 21 juin 2013 à 06:32, Angela French a écrit : > You know the little accents over the e's in the word résumé? > I have coded them two different ways: > > Résumé Writing > Résumé Writing > > 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 , 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 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: > > Résumé Writing Résumé > Writing > > The font family is: font-family: "Century Gothic","Apple > Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-s

[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: Résumé Writing Résumé Writing The font family is: font-family: "Century Gothic","Apple Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif; In every desktop browser I tes