Hello! I have a very simple problem: I would like to embedd with CSS a special font for making dropcaps in my webpage, but somehow it doesn't want to work. Here is my very short html source: <html> <head> <meta http-equiv="Content-Type" content="text/html"> <title>Test</title> <STYLE TYPE="text/css"> @font-face { font-family: EileenB; src: url("images/eicbl___.ttf") format("opentype"); } B { font-family: EileenB, fantasy; font-size: 300% } BODY { font-family: verdana, serif; background: url("images/bground.jpg"); } </STYLE> </head> <body> <TABLE cellpadding="15" width="400"> <TR> <TD width="20"><BR> </TD> <TD> <TABLE align="LEFT" cellspacing="0" cellpadding="0"> <tr><td><b><font size="+6">B</font></b></td></tr> </TABLE> <font size=2 > lahblahblahblahblahblah blahblahblah blahblahblah blahblah </font> </TD> </TR> </TABLE> </body> </html> The interesting thing is that W3C CSS Validation Service told me it was correct, but is still doesn't want to show the capital B with that eicbl___.ttf font. Can anyone help in what can be the problem? Thanx, AshReceived on Friday, 31 March 2000 04:32:41 EST
This archive was generated by hypermail pre-2.1.9 : Wednesday, 24 September 2003 13:06:24 EDT