Im using the nextgen gallery plugin for my wordpress its great but does anyone know how to make the image centered in the post To get the image you only use a insert [gallery=1] and html text doesn't work thanx
Just guessing, I don't actually have this plugin installed, but I am imagining it would need to be defined in CSS? Check in your css for floats, text-aligns, and margins/padding to make sure they are as you want... I can't help you out any further without actually installing the plugin. Good luck
Alex Rabe, who wrote NextGEN describes the general theme of his plugin at: http://alexrabe.boelinger.com/wordpress-plugins/nextgen-gallery/ and points to a good description at Dave's Technical Musings at: http://dpotter.net/Technical/index.php/2008/03/04/nextgen-gallery-review-introduction/ and there, amongst much else, is described the syntax of the singlepic shortcode: [singlepic=id,width,height,mode,float] width and height - are obvious (but read the notes) mode - you can read about (quite neat effects) float - left, right or center. Your problem is solved [singlepic=4,,,right] Beano