So I have a situation with some entries in field1 have only 200 words, while others have 500 words.
I want to change the text size based on the number of words or characters entered into field1.
So for example:
If an entry has <200 words then I want the page to render the type larger using a unique style tag.
If the entry has >200 then it renders the type smaller.
This lets me keep a fixed size for a block of text which has a fixed size side graphic, and not look like a ton of empty white space.
Is there an easy PHP snippet or is there a plug-in that returns the number of characters in an entry when I render the page?
Thanks!