Images not showm in localhost
Hi all:
I have some images in my aspx page. When I pass over the img src in my page it shows the image. But when executing the aspx page the are not shown.
I tried deleting the cache of my edge browse. I restarted the Microsoft Defende in my windows 11. It doesn’t work.
<%@ Page EnableSessionState=”false” EnableViewState=”false” CodeFile=”default.aspx.vb” Inherits=”codigo” %>
<!DOCTYPE html>
<html>
<head>
<title>Vidaalegre</title>
</head>
<body ID=”bdcuerpo” style=”background-color:#F8F361″ runat=”server”>
<center><img src=”Imagenes/Banner_Vidaalegre.gif” alt=”Banner Vidaalegre” title=”Banner Vidaalegre” height=”68″ width=”468″/>
<br /><asp:Label ID=”lblvidaalegre” runat=”server” />
<p><a id=”aespanol” runat=”server” ><img id=”imgespanol” src=”Imagenes/espanol.gif” height=”32″ width=”32″ border=”0″ runat=”server”/></a>
<a id=”aingles” runat=”server”><img id=”imgingles” src=”Imagenes/ingles.gif” height=”32″ width=”32″ runat=”server”/></a>
<a id=”afrances” runat=”server” ><img id=”imgfrances” src=”Imagenes/frances.gif” height=”32″ width=”32″ runat=”server”/></a>
<a id=”aportugues” runat=”server” ><img id=”imgportugues” src=”Imagenes/portugues.gif” height=”32″ width=”32″ runat=”server”/></a></p></center>
<center><asp:HyperLink id=”hlnkvidasolidaria” runat=”server” /> <asp:HyperLink id=”hlnktiempolibre” runat=”server” />
<br /><asp:HyperLink id=”hlnklibrecomercio” runat=”server” /> <asp:HyperLink id=”hlnkseccionagradecimiento” runat=”server” />
</center>
</body>
</html>
Hi all:I have some images in my aspx page. When I pass over the img src in my page it shows the image. But when executing the aspx page the are not shown.I tried deleting the cache of my edge browse. I restarted the Microsoft Defende in my windows 11. It doesn’t work. <%@ Page EnableSessionState=”false” EnableViewState=”false” CodeFile=”default.aspx.vb” Inherits=”codigo” %>
<!DOCTYPE html>
<html>
<head>
<title>Vidaalegre</title>
</head>
<body ID=”bdcuerpo” style=”background-color:#F8F361″ runat=”server”>
<center><img src=”Imagenes/Banner_Vidaalegre.gif” alt=”Banner Vidaalegre” title=”Banner Vidaalegre” height=”68″ width=”468″/>
<br /><asp:Label ID=”lblvidaalegre” runat=”server” />
<p><a id=”aespanol” runat=”server” ><img id=”imgespanol” src=”Imagenes/espanol.gif” height=”32″ width=”32″ border=”0″ runat=”server”/></a>
<a id=”aingles” runat=”server”><img id=”imgingles” src=”Imagenes/ingles.gif” height=”32″ width=”32″ runat=”server”/></a>
<a id=”afrances” runat=”server” ><img id=”imgfrances” src=”Imagenes/frances.gif” height=”32″ width=”32″ runat=”server”/></a>
<a id=”aportugues” runat=”server” ><img id=”imgportugues” src=”Imagenes/portugues.gif” height=”32″ width=”32″ runat=”server”/></a></p></center>
<center><asp:HyperLink id=”hlnkvidasolidaria” runat=”server” /> <asp:HyperLink id=”hlnktiempolibre” runat=”server” />
<br /><asp:HyperLink id=”hlnklibrecomercio” runat=”server” /> <asp:HyperLink id=”hlnkseccionagradecimiento” runat=”server” />
</center>
</body>
</html> Read More