Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys is it possible to post a (paint) png file with here so i can help make my questions more clear with a view of my screen??

many thanks
Posted

As far as I know, it's not possible until at certain user levels (platinum or so). Can you simply use a picture sharing site and provide a link to your picture in your question. One possibiity: http://tinypic.com/[^]
 
Share this answer
 
v2
You can use IMG src tag as
<img src="imagelocation"/>

like
putting http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif[^] location in SRC. you will get

Quote:
<img src="http://s.codeproject.com/App_Themes/Std/Img/logo225x90.gif"/>
 
Share this answer
 
v7

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900