Archive for May, 2009

Removing the border

Wednesday, May 6th, 2009

As it has been asked in this post, here is the solution. You may notice the border around equation in your the Blogger blog. The border is from Blogger template CSS its-self, not from jsTeXrender. To get rid of the border, you will need to edit Blogger Template and set the border width, for the example

.post img {
border:0px solid #fff;
}