Welcome to Eazy Program !

Here, you can learn simple but very useful tips
that you want when you are working on coding and programming. And also you are able to know about
the things related to blogging. Further, you have the
ability to use the projects that I have done in your work.
About Me
The main purpose of this blog is to give extra knowledge to make your code, project, and career beautiful.

Wednesday, February 17, 2021



Hello Programmer, you are gonna create your blog right?.. Ok, either you may gonna create a blog or do some other thing related to the blogging that does not matter. But if you're going to create your blog now, that's fantastic. You have taken your step on a good thing that is very helpful in your career. Ok.. turns out, the matter is you are now in trouble because when you are going to customize your web theme or blogger theme, there is no gadget to add images to your blog theme(Not as a post). 


If you go to the "Edit HTML" link to add an image to the blog, your mind asks you while looking at the HTML code of the blogger theme"How I take the link of my image?.. It is on my computer". Then you are trying to upload an online image on the internet using <img src="https://your_online_image_link.jpg"/> tag, but it is also not working.

Then you are trying to upload your image to Google Drive or any other online file uploading platform and take the link of your image and add it to your blog using <img src="https://your_online_image_link.jpg"/>. Oh god..! it is not working right?.. Hey, don't worry. I did the same thing and failed like you but, remember if you did like that, you have even tried. It is a good quality of a good developer/programmer.

Now I'm going to tell you step by step how to fix this matter. Actually, there is a way to add images to the blog. Let's see it.


  • Step 01: Go to the admin panel of the blog and click the "Add post" button.
Now you are going to create a draft post. Remember it is a draft post, make sure not to publish this post.


  • Step 02: Add your image to this post using the image upload button.

Ok great. Now the main thing, we are going to the link of your image






  • Step 03: Go to the "HTML View" of the post using the "HTML view" button. on the top left
Ok... We are now in the HTML view of our post. Here we have the link of the image that we uploaded
Select this link in the <src> tag and copy it. Go to Step o4. Remember, Do Not Publish the Post. Just keep it as a draft post.

  • Step 04: Now go back and select the "Theme" button in the admin panel and click the "Edit HTML" button.


You are now in the theme of your blog. Write <img src = "the_link_you_copied"/> tag in the body of the code where you want to display the image on your blog and paste the link of the image that you copied inside the "src" attribute of the <img> tag like below.

  • Step 05: Then save the theme
And, view the blog or refresh the blog if you opened it before.
Here you go..!
You have added an image to your blog successfully.

This is the way of adding an image to the theme of the blog. This is not the only way but also there are so many ways to add an image to a blog theme. But this is the easiest way. That is what EAZY PROGRAM does. Teach you the eazy steps to make your code and carrier beautiful. 

You can upload every image that you want to upload to your blog theme to that draft post and take their links and place those images in the theme of your blog using the "<img>" tag. Always remember not to publish that post. It is a draft post. Name it as Theme images to make sure not to publish it. Ok Programmer... If you have any problem or this post was helpful to you, please leave a comment. And also do not forget to follow us on social media (Facebook, Twitter, Instagram, LinkedIn) to know as soon as we publish this kind of tips on this Eazy Program. See you soon... Stay safe...!


Categories: