Comments-error

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Comments-error

Post 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
Don Chambers
Regular
Posts: 3659
Joined: Mon Feb 13, 2006 2:40 am
Location: Chicago, IL, USA
Contact:

Post 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:
=Don=
holysjit
Regular
Posts: 131
Joined: Sun Apr 08, 2007 9:47 am

Post 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!
Post Reply