hi folks.

Firstly, thanks for the great app....I'm using most of the image modules on my site, which is a houston nightclub promotion type site, one of the keys is posting images in the news on the main page...I have found out how to post one thumbnail, however I'd like to post 2-3 thumbnails in the news (in the excerpt), is there anyway to do this and have the thumbnails on the same line horizontally, rather than having each on their own line? Also is there anyway to align them to the right or left using the img_asst code?

Thanks!

Comments

Pudding-1’s picture

this is just the issue that i'm dealing with!!
I also want to give other members of my site rights (and simple instructions) of how to upload their pictures..

hope w'll get an answer here....

conann’s picture

http://drupal.org/node/24926#comment-43111 covers the css and you will need to use the img_assist module.

floated objects will line up and fill the available space p text will also wrap which can be troublesome if don't want it. use clear:both to avoid that happening

example here http://www.conann.com/Oil-painting-learning-photographs

nickn’s picture

Thanks! Does this require any modifications to img_asst as well? I just tried to insert two images, and they still had a line break - my lack of true html/css knowledge is why i'm using drupal :\

conann’s picture

the only thing I can think of is that drupal is inserting line breaks, try not having a new line between div's also check to make sure that the .image in your css does not clear:both

Conánn