This My Table
This My Table
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sandeep KumarPosted Aug 17, 2023, 5:04 AM
when i remove height and width then also image not showing
Tahir AnsariPosted Aug 16, 2023, 1:09 PM
Inspect the HTML source of the rendered page in your browser and check the URL being generated for the image. This can help you identify if there's any issue with the URL formation.
The dimensions you've set for the image (Height="80px" Width="100px") might cause distortion or cropping if the aspect ratio of the image doesn't match. Try temporarily removing these size attributes to see if the image displays correctly without constraints.