954,580 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Add image to a web page

Please what steps should I follow add image to my web page using image control in visual web developer 2005.
Thnx.

engnr
Newbie Poster
1 post since May 2009
Reputation Points: 10
Solved Threads: 0
 

If it is a single image that never changes such as a company logo then insert HTML in the designer file

<img src="/images/image.png" alt="my company" height="50" width="50" />


If you want an ASP image then open up the page in VS designer and go to the split or design view, then on your left toolbox window under the "Standard" components drag the "Image" component from the toolbox to the designer window where you want the image to display.

sknake
Industrious Poster
4,954 posts since Feb 2009
Reputation Points: 1,764
Solved Threads: 735
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You