Hi All,

I'm having a text area in my rails application as <%= f.text_area :text
%>. User allowed to enter HTML tags in that text area. I'm facing
following problems:

1) Not able to check whether the HTML tags entered by user are correct
or not i.e how to check whether the HTML tags are properly closed or not
(<>).

2) If the user copies the source code of any site and pastes it into
above text field, the layout distracts.

Suggestions Appreciated........

Thanks and Regards

Saurabh Peshkar
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to