[css-d] Why does font-size not work?

2007-08-11 Thread Robert Tilley
I have the following page: html head style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div /body /html The sample text does not display in large size. If a style is applied to the inner paragraph (p

Re: [css-d] Why does font-size not work?

2007-08-11 Thread Jukka K. Korpela
On Sat, 11 Aug 2007, Robert Tilley wrote: style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div I don't see the point here, and neither do I see the problem you describe: The sample text does not

Re: [css-d] Why does font-size not work?

2007-08-11 Thread David Laakso
On Sat, 11 Aug 2007, Robert Tilley wrote: style p { color: white; font-size: large; } /style /head body div style=color: white; font-size: large; pSample text of a large size./p /div It works. Perhaps you do not see it because there is no point of reference? Try: !DOCTYPE