Hi,
I am new to drupal. I dont know whether my question is right.
I have a block which contains an image and shown on the content. Is it possible to show the same block with different images on every page?

Comments

The1design.cn’s picture

no.
"block" like a information (anything will be, eg: text/images/php code)cloned, it will be placed by your set (will display on any pages or some special page by you set ... )

if you wanna display a different image ( a random image showing? ), you should use the Views module

chandy_t’s picture

Thanks a lot!!!