Z
Zeba
Hi,
In the master file for my website, I inserted some image files inside
<body>. The form is given as runat="server" It is getting displayed
correctly in the Design view in Visual Studio. but when I try to run a
related Content page, only the alt text is displayed instead of the
image. What may be the reason ?
A simplified version of my master page html code is :
<body>
<form runat="server">
<div id="header">
<img src="image1.gif" alt="sometext" align="left" id="logo"
style="width: 164px; height: 79px"/>
<img src="Image2.gif" alt="somemoreText" width="73" height="61"/>
<img src="Images3.gif" alt="someotherText" width="331" height="37"
style="position:relative; top:5px"/></div>
</form>
</body>
Thanks !
Zeba
In the master file for my website, I inserted some image files inside
<body>. The form is given as runat="server" It is getting displayed
correctly in the Design view in Visual Studio. but when I try to run a
related Content page, only the alt text is displayed instead of the
image. What may be the reason ?
A simplified version of my master page html code is :
<body>
<form runat="server">
<div id="header">
<img src="image1.gif" alt="sometext" align="left" id="logo"
style="width: 164px; height: 79px"/>
<img src="Image2.gif" alt="somemoreText" width="73" height="61"/>
<img src="Images3.gif" alt="someotherText" width="331" height="37"
style="position:relative; top:5px"/></div>
</form>
</body>
Thanks !
Zeba