Need Help with Image HTML code

Post all HTML related questions here. No support.

Moderator: Project members

Post Reply
Message
Author
holy001
500 Command not understood
Posts: 1
Joined: 2013-05-14 11:53
First name: holy
Last name: moley
Location: birmingham

Re: Need Help with Image HTML code

#1 Post by holy001 » 2013-05-14 12:20

<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>

User avatar
audiopro
226 Transfer OK
Posts: 295
Joined: 2013-03-23 12:55
First name: Keith
Location: Morecambe, England

Re: Need Help with Image HTML code

#2 Post by audiopro » 2013-05-14 15:58

If you do not want people to copy your image then do not put it on the internet.
Morecambe - Where the sun goes at night

User avatar
botg
Site Admin
Posts: 35508
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Need Help with Image HTML code

#3 Post by botg » 2013-05-14 21:40

Well said.

avitalsamson
500 Syntax error
Posts: 13
Joined: 2013-05-29 10:44
First name: Avital
Last name: samson
Location: New York

Re: Need Help with Image HTML code

#4 Post by avitalsamson » 2013-06-07 06:08

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.

User avatar
boco
Contributor
Posts: 26913
Joined: 2006-05-01 03:28
Location: Germany

Re: Need Help with Image HTML code

#5 Post by boco » 2013-06-07 06:31

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.
No support requests over PM! You will NOT get any reply!!!
FTP connection problems? Please read Network Configuration.
FileZilla connection test: https://filezilla-project.org/conntest.php
FileZilla Pro support: https://customerforum.fileZilla-project.org

Post Reply