table
Hi,
is it possible reduce the size of the text inside the table...?
this is the page http://www.dtamedical.it/tabella/
thanks
p.
is it possible reduce the size of the text inside the table...?
this is the page http://www.dtamedical.it/tabella/
thanks
p.
Comments
to reduce table font size, you need to use the following css:
table th, table td { font-size: 12px !important; line-height: 12px !important; }