View Single Post
  #3 (permalink)  
Old Jan 3rd, 2008, 17:05
hk33 hk33 is offline
New Member
Join Date: Jan 2008
Location: UK
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: how do i put an image using asp.net with VB

i tried that when i go to view it the actual image is not there,

the following is my code, i cant seem to work out what the problem is

<body>
< font size="5">My Page</font> <hr>
<p></p>
<form id="form1" runat="server">
</form>
<img src="practisedoc.gif">
</body>

do you think it is where i am saving my image, i have put it in the same file
i was getting confused as how to do it because i have read about different image tags so i wasnt sure which one to use, i later on want to make my image interactive

thank u
Reply With Quote