The addition of subtle HTML and CSS styling in your blog is essential as readers might overlook the things that you desperately want them to read. Here are few tricks that you can do to make your blog more appealing and to enhance the visibility of important facts of your posts.
1. Highlighting Important Text Inside [...]
Do you notice feed subscription icon at the top left corner of my blog? As you scroll down this blog, it moves along too. Here is the few steps taken to realise this cool “effect”.
1. Add the following CSS code into your CSS file.
Code:
#mini-nav { width: 20px; position:fixed; top: 180px; left:5px;}
* [...]
This is a great feature that I overlooked eversince I started blogging but InfoMalaya has enlightened me about this feature through this useful post. Obviously if you were going on holiday, you can still put your blog in a blogging “mode”, let it updates for itself and this will ensure your loyal subscribers/visitors to receive [...]
This is a tutorial on how to add a blog into a browser search engine by taking advantage of the Opensearch technology. For the time being, this feature is only available in Mozilla Firefox and Internet Explorer 7.
During my search of new plugins for my blog, I stumbled quite a few of blockquotes without a closed quote. It doesn’t look nice especially when you are having a long quote and readers would not easily find where the end of the quote. So I found a website that helped me to get over [...]