I am quite sure that i am not a unique guy when it comes to possessing the quality 'Lazy Coder'. Many bloggers prefer Google's Blogger to Wordpress as blogging platform as blogger gives various advantages over Wordpress and recently i observed that Wordpress is being over smart, but Wordpress comes with beautiful templates which has advanced features, most of them aren't present in Blogger, as Wordpress has attracted many web designers unlike Blogger.
One of the feature which we don't find in Blogger and found in most of the advanced Wordpress templates is the highlighting the comment made by the author of the post. If you are a blogger and would like to highlight the comments made by you in the post to the readers then you may follow the lazy workaround. Basic Knowledge of HTML and CSS is required.
"http://www.blogger.com/profile/04739062803259259217".
With the help of this unique element, we can highlight the author comments.
Add the below CSS code to the blogger template. (Of course with your blogger profile url )
a[href="http://www.blogger.com/profile/04739062803259259217"]
{
color: red;
}
The above code looks for the link attribute, which in-turn looks for your profile and makes it red. The whole body of the comment can customized by using siblings, child concepts of CSS (As i am lazy i didn't do it, go ahead and explore them.)
One of the feature which we don't find in Blogger and found in most of the advanced Wordpress templates is the highlighting the comment made by the author of the post. If you are a blogger and would like to highlight the comments made by you in the post to the readers then you may follow the lazy workaround. Basic Knowledge of HTML and CSS is required.
- You can create your blog on Blogger if you have a gmail account.
- If you are having a gmail account, then you will have a profile.
- Your profile is unique and has a unique url.
"http://www.blogger.com/profile/04739062803259259217".
With the help of this unique element, we can highlight the author comments.
Add the below CSS code to the blogger template. (Of course with your blogger profile url )
a[href="http://www.blogger.com/profile/04739062803259259217"]
{
color: red;
}
The above code looks for the link attribute, which in-turn looks for your profile and makes it red. The whole body of the comment can customized by using siblings, child concepts of CSS (As i am lazy i didn't do it, go ahead and explore them.)
"I choose a lazy person to do a hard job. Because a lazy person will find an easy way to do it." ~ Bill Gates
No comments:
Post a Comment