Eric Benvenue-Jennings wrote: > > Well then... is the following syntax correct? > > body { font-family: "Verdana,Arial,Sans-Serif"; font-size=9pt; } No, because you used an equals instewd of a colon. Also, inthe 'do whatI mean' department, you probably didn't mean to specify a single font whose name is Verdana,Arial,Sans-Serif (including two commas in the name). body { font-family: "Verdana","Arial","Sans-Serif"; font-size:9pt; } Specifies three actual fonts and no generic fonts. -- ChrisReceived on Monday, 11 September 2000 15:11:46 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:05 GMT