Dear Experts,
I am trying to display the images using the BSP with MVC. Please check the code below.
<htmlb:gridLayout columnSize = "3"
rowSize = "3"
width = "100%"
style = "ALTERNATING"
cellSpacing = "2">
<htmlb:gridLayoutCell columnIndex = "1"
rowIndex = "1">
<htmlb:image src="drl.jpg" />
</htmlb:gridLayoutCell>
<htmlb:gridLayoutCell columnIndex = "2"
rowIndex = "1">
<h3><center> Eswar Satisfaction Survey </center></h3>
</htmlb:gridLayoutCell>
<htmlb:gridLayoutCell columnIndex = "3"
rowIndex = "1"
horizontalAlignment = "RIGHT">
<htmlb:image src="maahi.jpg" />
</htmlb:gridLayoutCell>
</htmlb:gridLayout>
I have imported both the images in to the MIME's folder. But the images are not displaying.
Anybody having the idea why the images are not displaying.
Regards,
Eswar.