Changing font size within a table
-
How do I change the font size within a table? I have Custom Design upgrade and am using Twenty Ten. I would like the font to be about 80% smaller than the regular font. Thanks!
See table at http://goodlittlewhitegirl.wordpress.com/2013/03/23/color-me-white/
-
Hi there, to accomplish this, first add a class to your table tag, like this:
<table class="smaller">I used the word “smaller” but it can be any unique word or code you like – just don’t start it with a number.
Then, can try adding this code to your custom CSS:
.smaller { font-size: 80% }Let me know how this works.
If you need further CSS help, please feel free to post in our CSS Customization forum.
-
- The topic ‘Changing font size within a table’ is closed to new replies.