1) Find this part in the plugin file and set these values: $ras_angle = 2; // Degrees to tilt the text $ras_offset = 5; // Pixels to offset the text from the border $ras_fontsize = 16; // Default font size for the anti-spam image 2) Find this part in the plugin file and set this value (the "6"): // if the text height too big for the image, decrease the font size to a certain extent (best practice is of course not to use really long words! while ($ras_boxheight > $ras_imgheight - $ras_offset && $ras_fontsize > 6) { 3) Rearrange this: antispamdiv.innerHTML = '

\"Anti-Spam

'; to this: antispamdiv.innerHTML = '

\"Anti-Spam

'; 4) Rearrange this: echo( '

'."\n\t\t\t\t" ); echo( '\n\t\t\t\t" ); echo( '

\n\t\t\t" ); echo( "\n\t\t\t" ); to this: echo( '

'."\n\t\t\t\t" ); echo( '"); echo( '\n\t\t\t\t" ); echo( '

' . "\n\t\t\t" ); echo( "\n\t\t\t" );