Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Tables and table elements not respecting font-size
Creating a custom template with all sorts of lovely objects (div's, p's, and table's). Everything is respecting their CSS declarations except for the font-size on all table elements.
I've tried doing this in the style section:
table { font-size: 10pt; }
And this:
td { font-size: 10pt; }
I've even tried inline styling:
<td font-size="10pt">Foo</td>
And nothing works. No changes at all. I can complete delete my CSS from the style section and nothing changes. I can delete my inline style and nothing changes. Both the tr's and td's do not respond.
Any thoughts or guidance?
0