tags:

views:

125

answers:

3
A: 

Since joomla is written in php you could use strip_tags

S.Mark
A: 

Tried strip_tags() ?

inkedmn
thanks but its not working
praveen
+1  A: 

Always remember in Joomla! never to modify core code, always overwrite the core templates by following the following guide http://docs.joomla.org/Tutorial_talk:Template_overrides

1: http://docs.joomla.org/Tutorial_talk:Template_overrides or a quick how to http://www.techportal.co.za/joomla/joomla-tutorials/124-how-to-modify-the-appearance-of-the-category-list-page-without-having-modifications-done-to-the-joomla-core-code

If you do this in the core it will work, but once you may upgrade your changes could be gone.

Roland
This IS the way. Inside the template, files must be added in order to override the way content is shown.
Alfabravo
thanks a lot sir
praveen