IE6 Ghost Text Bug
I have come across this a few times before, but today it really got me. IE6 can be extremely frustrating at times. Especially due to the fact that the box model is not implemented properly. But … more
I have come across this a few times before, but today it really got me. IE6 can be extremely frustrating at times. Especially due to the fact that the box model is not implemented properly. But … more
I found this link today which is very useful for finding those special entity codes for html. HTML - Special Entity Codes more
I found this useful tag cloud for blogger. Simple Tag Cloud Widget for Blogger
I've replicated the code below just in case the above link does not work. All you need to do is add a label widget and … more
Use the
<pre>
tag :) Added this to my stylesheet of the blog template pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */ white-space: … more