3
I’m trying to put an image in a panel using HTML5 but it’s not recognizing.
In the standard panel was this way:
<a href="index.html" class="site_title"><i class="fa fa-paw"></i> <span>MobiAbert</span> </a>
But I want to put the image of the company instead of the name with an icon on the side. I made the following change in line:
<a href="index.html" class="site_title"> <img src="imagens/logomobi.png"/> </a>
But the image doesn’t appear and stays that way:
How can I fix this?
Probably the image path is wrong and is returning a 404 response. Already checked the developer tools in your browser?
– Woss
u have already checked if the image extension is . png or if it is gif or jpg? This should help you https://answall.com/questions/198422/footpath-to-foots-html-css-php-etc
– hugocsl
Maybe you switch to . jpeg works... I had this same problem and I made this change and it worked...
– LuisTiagoDev