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 :
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 :
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.