≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
How to change font size?
How to change font size?
lang2
Posts: 5
Questions: 0
Answers: 0
March 2011
edited March 2011
in
General
Hi all,
I'm using datatable with the demo css(s). I'm struggling to make the font look smaller. I did a search in the CSS file for font-size and modified them but it made no difference.
Can anybody give me a pointer?
thanks,
Replies
joejohn
Posts: 1
Questions: 0
Answers: 0
April 2011
edited April 2011
Do table cells allways have the tag?
i just pasted
[code]TD {font-size:10px}[/code]
at the very bottom of the css file, it seems to work
This discussion has been closed.
Replies
i just pasted
[code]TD {font-size:10px}[/code]
at the very bottom of the css file, it seems to work