hello everyone,
i have made a website project, where it has a master page and all the webforms are linked to this master page.
in the master page, i have head,banner and footer, with images which i will display them in each page, but only the menu bar is visible, none of the images in master page are visible, neighter extra images in webform is visible? what is the problem?
thanks for your respond... kind regards
Uday DodiyaPosted Oct 7, 2022, 4:28 AM
Check the image Sometimes our code is all OK but the src path is wrong, so the image is not displayed, so please check src.
Sachin SinghPosted Oct 1, 2022, 7:40 AM
right click on browser and inspect and then check the src of img tag. is the path correct? if not then make the path correct and it will work.