Do you know how to render a rich text input area (with HTML formatting
buttons (bold, italics, etc., available?)
In RoR I’m hoping this is very easy to pull off?!?
<%= text_area ‘blogentry’, ‘entry’ %>
TO
<%= rich_text_area ‘blogentry’, ‘entry’ %> ???
Haven’t found anything helpful yet with multiple Google searches.
Thanks in advance,
Pete