Page 1 of 1

Re: Need Help with Image HTML code

Posted: 2013-05-14 12:20
by holy001
<img src="animal.gif" alt="animal pic">

img src is just the location of the image and alt is to describe the picture.

EXAMPLE: if you want to put links

<a href="http://www.example.com"></a><img src="animal.gif" alt="animal pic">

this is how to do but if you don't want a link then remove the <a href="www.example.com"</a>

Re: Need Help with Image HTML code

Posted: 2013-05-14 15:58
by audiopro
If you do not want people to copy your image then do not put it on the internet.

Re: Need Help with Image HTML code

Posted: 2013-05-14 21:40
by botg
Well said.

Re: Need Help with Image HTML code

Posted: 2013-06-07 06:08
by avitalsamson
Well that is quite right..what's the point of posting an image on the internet when you don not want the others to see it or share it..it is better you keep it to yourself..probably that is a nicer idea.

Re: Need Help with Image HTML code

Posted: 2013-06-07 06:31
by boco
You can do anything you want, you will never keep people from accessing your images. I have seen sites with a transparent image overlay and still could get the picture from under it.