I absolutely love using images in my pages. It brightens them up and makes the articles more appealing. When setting up an image through HTML, there is an img tag/element.

One thing I want to mention. In some of the newer articles about HTML, they call tags elements instead of tags. I am old school so I call them tags. This can be confusing so I wanted you to know that sometimes you may hear something like your Head element.

Image Link in MEDIA

First I want to show you how you can find an image link of an image you have uploaded to your media. Open your Site, log into wordpress, go to dashboard and click on Media. Click on the picture you want the link from and a box will open up:

As you can see the first box is URL. This is the URL to your picture. You will need a URL to manually add a picture through HTML. I am going to use this URL for my example.

The basic HTML code for an image is:

<img src="something.jpg" alt="Something Standing">

I don't even want to get into a talk about directory locations etc. But basically, this img is saying the image itself is in the same file folder as this page. Usually, in Wordpress, the images are stored in our Media folders created by Wordpress.

<img src="Linktothepic" alt="Something Standing">

Something about the training wouldn't allow me to put the link. LOL It would show the picture instead.

Word of Caution

Out of courtesy and etiquette, you should never ever link a picture image to show on your page to a picture on someone else's page without explicit permission. This will cause bandwidth use on the other site and is considered bandwidth theft. People do not like it since hosting sometimes offers packages with a certain amount of bandwidth.

If you want to use the picture, write to owner of the site and ask them if you can use their picture or link to it. If they give you permission to link to it, then you are good to go.

Be curteous to your fellow bloggers! It goes a long ways!!

In our next section we are going to discuss Formatting Elements.

Tasks 0/2 completed
1. Add a couple of images to your webpage.
2. Share your webpage in the comments so we can see your beautiful work!


Top Helpers in This Lesson

Join the Discussion
Write something…
Recent messages
AffilateMAN Premium
Hi
Last time i tried to use html & make some modifications to my site but it is saying that i don't have right to do that modification & i should contact the editor...so i stop my modifications.thank you for the helpfull lesson
Reply
edensbox Premium
Whenever you do editor, It is going to put up a big warning that you are changing them and should do it a different way.

Since we do not have access, well, I can't get my ftp to work, its the only other way you have to change a file. Its a warning and can hit ok and go back in
Reply
DBlanchard Premium Plus
Thank you Eden, very well explained and easy to follow!!!
Reply
edensbox Premium
THank you :) Glad you liked it. Get ready for HTML2
Reply
suzieq Premium
Hey Eden, is there a way to make changes to the title? I’d like to make it bold and a larger font. My theme won’t let me.
Sue
Reply
edensbox Premium
Depends on the theme and the CSS but we can look at it. What theme are you using?
Reply
jmaurice Premium
This is the type of training that will benefit you in your current and future campaigns. its long-term uses what makes it so valuable. Thanks for your tutelage
Reply
edensbox Premium
Thank you Jmaurice. There is lost more content to come with the HTML topic!
Reply
Nick-at-WA Premium
It worked! This is so cool...:)
Reply
edensbox Premium
Nick, I am so glad you found it helpful. I am going to write a Level 2 that will go deeper into some of the code.
Reply
Nick-at-WA Premium
Thanks, I'll wait for that.
Reply
Top