hi all!
my coding is
now i want to load an image from remote host. how should i give iamge source?
for example the image is in another machine like (192.***.*.**/nirmal/singh/cow.gif)
my coding is
Code:
<html> <body> <p> You can also use an image as a link: <a href="lastpage.htm"></a> <img src="art.gif" > </p> </body> </html>
for example the image is in another machine like (192.***.*.**/nirmal/singh/cow.gif)
Comment