Skip to main content

Contact us

Name:

E-mail: *

Message: *


Popular posts from this blog

How to create a contact us page in blogger in 2021 ?

  Are you here to learn " How to create a contact us page in blogger blog " If yes then you are at the right place. But at first , let me introduce you with contact form and its importance for a blogger. Contact us page is one of the most important pages for a blogger so that your visitors can connect with you. Athough contact us page is very simple in nature , it can create huge opportunities like sponsors can contact you for advetisement , similarly other bloggers may contact you for guest posting which is great because it may pay you as well as you will get a piece of article for free. Also If any visitors wanted to contact you for any personal benefit or queries then comment sections a sometime unfavourable and so through your contact form they can express their feelings. Some benefits of having contact form are pointed below. 1. Sponsors can reach easily to you 2. Other blogger may contact for guest posting. 3. Visitors can personally interact with you. ...

How to Upload images and get URL in Blogger ?

  Alot of bloggers including you and me starts their first blog on blogger.com platform which is a free to use platform by google. At the begining most of us don't know some of the very basic tricks and tips like getting URL of image is one of those. When i was new to blogger platform then sometime i required URL of an image , luckily i was known to little html and css which i learnt in school. But many bloggers  don't have knowledge of HTML and coding so they struggle to get URL of an image. So today in this tutorial i am going to show you how to upload images and get its URL in blogger. In order to do that just , Follow these steps : Step 1 : Go to Blogger Dashboard and navigate to posts. Step 2 : click on orange plus to create new post and you will see post editor . Step 3 : In menu bar find image icon just click on it. Step 4 : click on upload from computer button and you will see like this. Step 5 : choose any image and let it upload. After uploading ...

How to add links in blogger comment ?

  Do you want to know , how to add links in blogger comment ? If yes then you are at the best possible place. At first blogger comment form doesn't give us any simple button or icon for adding link and sometime its creates problem . Sometime readers may need to put  a link to particular site  in  their comment and they start thinking how to do it and run to google. If you are one of them then i am telling you after reading this post you will be able to add links in comment of both blogger and wordpress blogs. This Method is native way using HTML anchor tag which is given below. <a href="    Your_Link    " > Text to be displayed </a> How to use it ? In comment form write comment and when you need to add link , just add above code and replace your_Link  with link of webpage or any site. And Text to be displayed with your own text. After that publish comment and you  will see a clickable link on comment. DEM...