hi everybody
i am new to drupal and using image gallary for displaying images but i want to do as bellow
when i click on particular image when displaying it in image gallary , i want to display the image and content of the image like some information about that image on the right hand side .If anyone have idea then please suggest me.........

Comments

desm0n’s picture

I guess the easiest way to achieve this would be with a float in your css file.

I'm not sure if your images are wrapped in a div but if they are then something like

.img_assist #preview {
  float:left;
}