patrick
03-31-2003, 12:03 PM
I'm building a site for diffirent screen resolutions. But i can't find out how to change the fontsize in tables. The code in the tables has already been written and can't be changed. I use this code in the stylesheet for tables.
Table { font-family : Arial;
font-size : 12pt;
}
It must be possible to use javascript to change that into a diffirent size, right?
I use document.write for fonts outside tables. If you know a better way to do this, it would be welcome too.
Thanks,
Patrick
Table { font-family : Arial;
font-size : 12pt;
}
It must be possible to use javascript to change that into a diffirent size, right?
I use document.write for fonts outside tables. If you know a better way to do this, it would be welcome too.
Thanks,
Patrick