Page 1 of 1

Comments-error

Posted: Mon Nov 05, 2007 5:36 pm
by holysjit
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

Posted: Mon Nov 05, 2007 7:59 pm
by Don Chambers
This looks like the culprit!!! That's quite a large top margin!!!

Code: Select all

#content img.emoticon, #content img.serendipity_entryIcon {
    border:medium none;
    margin-top:122px;
}
How come I find myself working on your site more than my own?!!! :lol: :lol:

Posted: Mon Nov 05, 2007 8:27 pm
by holysjit
I splitted the code like this

Code: Select all

#content img.emoticon {border:none; margin-top: 0px;}
#content img.serendipity_entryIcon {border:none; margin-top: 122px;}
It works... Thank you for your help Don!