How do I add a class to a p tag?

I am a complete PHP novice… I am editing a plugin and need to add a class to style a

which is written in PHP, I need to know where and how I add a class? Code below:

[php]<?php echo $p->description; ?>[/php]

Thanks anyone ::slight_smile:

The simplest way to do it would be to edit the style sheet, just find out which div its under first so that change doesn’t affect all of the p tags.

Sponsor our Newsletter | Privacy Policy | Terms of Service