If you’re wondering how do I actually get the nicely boxed code block in my blog as this;
then the answer to it is just to have this in my CSS:
pre {
border: 1px dashed #bbb;
font-size: 75%;
[...]
Tags: html
If you’re wondering how do I actually get the nicely boxed code block in my blog as this;
then the answer to it is just to have this in my CSS:
pre {
border: 1px dashed #bbb;
font-size: 75%;
[...]
10 Dec, 2007
Posted by: shakir In: Information Insemination
Smiletag Shoutbox is the shoutbox that I have on my website’s sidebar. I’ve been using it since I was using Joomla for my website, and now that I moved to Wordpress, Smiletag is still my shoutbox of choice.
Installing it in Joomla is very straightforward, while it’s not really the case with Wordpress, as it requires [...]