By chandy_t on
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
no. "block" like a
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
Thank you!
Thanks a lot!!!