I’m having a web page which has a table with only 2 rows and one column. First row will show an image which is dynamic and in the second row, caption related to image will be shown.
I want to show the image as it is without distortion and so I’m not specifying andy height and width for that.
Now if the caption text length is more, the row width will be more than image row width. What I want is that, I want to show the caption in multiline without increasing the row width. So that image and its caption rows are same in width.
Is there any solution for this…. I’m new to HTML and not able to find the solution for this problem.
Try this: