Whilst trying to style the output from the news module, I was struggleing to get the short story to sit nicely between the title and more link. Turns out the FCKEditor (or whatever it is called!) places tags around the short story. Im not a CSS guru by any stretch of the imagination.
I tried to do some php code in the news template but didnt work. I was able to remove these tags by utilising a smarty variable modifier, specifically the strip_tags, used as follows;
Code: Select all
<div class="NewsSummarySummary">
{eval var=$entry->summary|strip_tags} {$entry->morelink}
</div><br>
http://smarty.php.net/manual/en/language.modifiers.php
EBR
another thread on the same topic and in fact there are others
http://forum.cmsmadesimple.org/index.ph ... 478.0.html