addrian
10-15-2001, 01:42 AM
I use on my pages, to set same font in all layout
<style type="text/css">
body { font-family: Verdana }
body { font-size: 12 }
</style>
in head tag
But this stuff did not work in tables and javascripts. I mean keep the font style, but not the size. Inside tables and javascript font size return to default.
How can I set fonts to be lisited same style and size all over the layout (in/out of tables, etc...)
:confused:
<style type="text/css">
body { font-family: Verdana }
body { font-size: 12 }
</style>
in head tag
But this stuff did not work in tables and javascripts. I mean keep the font style, but not the size. Inside tables and javascript font size return to default.
How can I set fonts to be lisited same style and size all over the layout (in/out of tables, etc...)
:confused: