Installed Greasemonkey extension for firefox and testing one of the Userscripts for adding smilies to blogger posts.

















Itz time to tweak in the css of the layout smilies comes within borders
, but I need those borders to show up with other images but not with smilies
. How
Have a look at my previous post.
Emoticons display within order,
bingo !!! edited style sheet with
No more border with imoticons.
Itz time to tweak in the css of the layout smilies comes within borders
Emoticons display within order,
img.emoticon {
padding: 0;
margin: 0;
border: 0;
}
No more border with imoticons.
Comments
Post a Comment