hi there.
I was trying to insert pictures that I use in a post into another page, but when inserting pics from the media library, they get inserted in different way as if I had inserted a gallery.
is it somehow possible to insert multiple images from the media library with the same format as the built in gallery formats them?
http://wordpress.org/extend/plugins/faster-image-insert/
given the bulit-in gallery is displayed using shortcode, ie. [gallery], I don't think faster image insert can do much about that. (we avoid messing with shortcode to keep the plugin completely backend)
you should look into custom shortcode to achieve that.
well, I worked around it by opening a post that contained a gallery, copying the generated html and pasting it into the page where I wanted to display the same gallery.
worked easily, thanks :-)