Another hour gone to WordPress issues! (not happy)
I wanted to change this frame around the images, too. As an artist and cartoonist, would like to note that the caption below is a great addition, but the grey on top and sides is distracting, and too thick.
Anyway, am not able to change to php4, jpadie.
Here is what I did: it mentions public 3 times, so changed according to you and instructions I found online to:
var $xs = 0; //change this to change the amount of extra spacing
function fixImageMargins(){
add_filter('img_caption_shortcode', array(&$this, 'fixme'), 10, 3);
}
function fixme($x=null, $attr, $content){
But am still getting error message in 2.7.1. I don't understand php, am just copying.
Anyone can help with this php coding to get it to work in php4?
Thanks!