msandersen
So, where are the News formatted, already?
In the theme.php file, the section that controls the front-page news layout (summary) is the themeindex function, and the following function, the themearticle function controls the layout of the full story.
this is where you're likely to find your errant Font tags.
Thanks mate, :)
... but I still have a problem since the formating of the article is left up to $preformat as in $preformat[fulltext]. This is defined using genArticlePreformat() and pnVarPrepHTMLDisplay() which in turn is defined outside the theme :!:
Hmmm... seems I have to mess with the PN core
