Hi, i'm using the Andreas08 template, and when someone posts a comment with a smiley, the commentsbox appears weird. (screenshot)
http://img206.imageshack.us/img206/7761/naamloosyv8.png
When I change this to text, it will appear normally...
How to solve?
This is a post with a smiley and the weird-appearing box:
http://www.thejokersweblog.nl/archieven ... .html#c280
Thanks for your time,
Holy Sj!t
Comments-error
-
Don Chambers
- Regular
- Posts: 3659
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
This looks like the culprit!!! That's quite a large top margin!!!
How come I find myself working on your site more than my own?!!!

Code: Select all
#content img.emoticon, #content img.serendipity_entryIcon {
border:medium none;
margin-top:122px;
}=Don=
I splitted the code like this
It works... Thank you for your help Don!
Code: Select all
#content img.emoticon {border:none; margin-top: 0px;}
#content img.serendipity_entryIcon {border:none; margin-top: 122px;}