all i want to do is change the font of the text contained inside the tables of my page (.html). New Century Schoolbook will only be there to serve as an example. is this suppose to work?
<STYLE TYPE="text/css">
<!--
TABLE { font-family: "New Century Schoolbook", Times, serif }
-->
</style>
ah yes it does indeed work, but i ended up doin it the hard way using classes. turns out i didnt have the New Century Schoolbook font, so everytime i tested it i didn't notice any change.
im not too familiar with table decorating using css yet, so i'll update this thread with my latest problem when that comes