Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
VisualFormat Editor
System
how can the font size within a table (that is created using VisualFormat Editor) be set?
Find more posts tagged with
Comments
Bowker
I believe you would have the same issue if you use VF or not. I've found that when using styles, when you enter a table there is a tendancy for the font size not to be propagated.
You will probably need to create a style that looks like:
<style>
table {font-size:10px;}
</style>
You may want to use "td" instead of "table". I don't remember the specifics of what we ended up doing.