> Today I've found another one, <cftextarea richtext="yes" fontSizes="10pt" > ...>, also tried <cftextarea richtext="yes" fontSizes=".8em" ...>, > The font size Attribute does not work, check livedocs without indication as > to what type of syntax it's expecting. Or is it just me? No, I did not run > 8.0.1, weary of it...
It is in the livedocs in the attributes table for the cftextarea tag. See http://livedocs.adobe.com/coldfusion/8/htmldocs/help.html?content=Tags-pt0_01.html. The tag expects a comma-separated list of sizes formatted as font size/description. To modify your example, you would need <cftextarea richtext="yes" fontsizes="10pt/10pt"...> to have 10pt appear as an option in the Size select list in the editor. Hope this helps, Phillip ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:303608 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

