Comment Reminder
...take advantage of email notification for new comments...
Sometimes you take something so much for granted and you forget that others may not be aware of it. I'm speaking of being notified via email when a reader leaves a comment on your blog. It would be impossible to check all my posts daily for new comments.
Luckily, blogger has come up with a simple built-in solution. To take advantage of email notification for new comments, open your Dashboard/ Settings/ Comments/ Comment Notification Address. In that box type the address you want the comment sent to. Easy, easy, easy...
6 Comments:
Hi Annie... please sorry about the Off Topic here, but I cannot find any clues on how to do this in my blog, and I'm pretty sure you can help me.
I have the Minima template, and I was wondering how can I make
links on my posts to look with a dashed underline, not all the blog links, just inside the posts? (not
in title, comments or tags)
I've been tweaking the links settings, but I get ALL my links
underlined and it looks cluttered :(
thanks in advance.
Paula.
@paula, I worked on it and was able to get some of it to work. I was able to put in the underline for the links, and remove the underline from the header and part of the footer. But, in doing so I removed the border from around your images and can't get rid of the dashed bottom border from the images. *sigh*
Anyway, here is what I did. I changed the following codes to:
a img {
border-width:0;
border-bottom: none !important;
}
.post h3 a, .post h3 a:visited, .post h3 strong {
display:block;
text-decoration:none;
color:#ffff66;
font-weight:bold;
border-bottom: none !important;
}
.comment-link {
margin-left:.6em;
border-bottom: none !important;
}
.post img {
padding:4px;
border-bottom: none !important;
}
And I added this code:
.post a:link{
border-bottom: 1px dashed white;
}
Now I'm stuck...and running out of time to work on it. So, maybe someone reading this can come up with how to remove the dashed border from under the post images and in the various footer links. (I was able to get the comment link border removed.)
It's working now, but I am getting the tags underlined too, plus the bottom border of pictures as you said.
Hope we both find out how to tweak that.
Thanks for helping me!!
Paula.
Thanks for this.
This worked fine for me. Thanks.
sandeep
you provide such a great info. thanks for sharing