Hi,
I have a button that when pressed executes the following:
document.body.style.fontSize="16px";
so everything changes to 16px except for what is inside my table. How can I get this to change?
I've tried things like:
document.td.style.fontSize="16px";
no use. Any ideas?
Thanks
s
I have a button that when pressed executes the following:
document.body.style.fontSize="16px";
so everything changes to 16px except for what is inside my table. How can I get this to change?
I've tried things like:
document.td.style.fontSize="16px";
no use. Any ideas?
Thanks
s