Showing posts with label Comments setting. Show all posts
Showing posts with label Comments setting. Show all posts

How to turn off comment notification email on blogger blog.

We can get comment notifications to our mails,If any visitor comment on our blogger blog , then that comment notification is send to our mail id.We can turn off comment notification emails.

Follow below steps to turn off comment notification emails on blogger blog

step 1 : go to blogger dashboard

step 2 : click on settings

step 3 : click on Mobile and email under settings

step 4 : on Comment Notification Email delete your email id

step 5 : click on save settings

Now you don't get any blogger blog comments on your email. 
Background image to Blogger comments :
Comments will appear below every post on your Blogger. We can customize blog comment section in Blogger as we require. We can attract the user to comment by making comment section more attractive. You can make your Blogger commenting section attractive by adding border, color and background image to comments section in your Blogger blog.

How to add background image to blog comments in Blogger : 

In the previous post we learn how to change post a comment message on Blogger, Now I'm showing how to add a background image to your Blogger comments. Using this post you can add an image related to envelope to your blog comments. This process is simple , you just have to background image tag to your Blogger commenting section code in your Blogger template.

Follow below steps to add a background image to your Blogger comments

Step 1 : Go to Blogger Dashboard

Step 2 : Click on Template

Step 3 : Click on Edit HTML

Step 4 : Search   .post-outer .comments {

add below line just below the above line

background: url(image url )repeat;

note: replace image url with your image link .

Step 5 : Click on Save template.

After adding background image, you may get some empty space on right side, left side and bottom of the image. To reduce that empty space use margin tags.

HTML tags in Blogger comments : We can comments on others blog with out using html tags. To leave your blog link in others blog comment we must use the anchor tag. Because Blogger commenting system not providing text box for Url separately to leave the your web address on comments. So we have to use anchor tag to leave blog address on blog comments. Blogger commenting system allowed some of the html tags.

What are the html tags allowed in the Blogger comments : 

Not all the html tags are allowed in Blogger comments. Only some limited html tags are allowed in Blogger comments. In this post I'm giving the some of the html tags allowed in Blogger comments. To get back links from the other Blogger with blog commenting system these html tags are used.
 HTML TAGS : 
<a> tag,  <strong> tag, <b> tag, <em> and <i> html tags are allowed in Blogger comments.

Anchor tag : <a>
This tag is used to link from one page to other page. To get the back links from the comments you must use the  <a> tag.
Syntax of the <a> tag :
<a href="url link">your text</a>  
Replace url link with your web page address
Replace your text with the link name.

<strong> tag : This is the format text use to render the text. To give the importance the text this html tag is ude
syntax  : <strong>your text<</strong> 

 <b> tag> : This tag is use to make the text as bold.
syntax : <b>your text</b>

<em> tag : renders as emphasized text
Syntax :>em> your text</em>

<i> tag : To make the text italic
syntax : <i>your text</i>

How to use HTML tags in Blogger comments :

While leaving the comments on other Blogger blogs use these html tags along the the comment message. If you want to use <a> tag to leave links in the comment message
Suppose if your comment message is " Nice post . I like your blogger "
Then insert <a> tag in that comment message like below

Nice post . I like your <a href="your web page link">blog</a>blog 

Like this we can use use the HTML tags which are allowed in the blogger comments. 

Contact Form

Name

Email *

Message *

Blog Archive

Translate Language

Popular Posts

click on