Freetag plugin causes a huge gap in entry

Creating and modifying plugins.
Post Reply
Borup
Regular
Posts: 5
Joined: Mon Mar 12, 2007 9:50 pm

Freetag plugin causes a huge gap in entry

Post by Borup »

I'm having some problems with the freetag plugin. It causes a huge gap in my entry, right between the meta under the entry itself (author, comments etc.) and the defined tags for the entry.

See what I mean: http://blog.brianborup.dk/archives/117- ... a-SDU.html
(its in danish, but you can still find the gap. It is right before the comments section)

My template is a modified version of Greenway template, and there doesn't seem to be problems with other templates. Also, the gap only seems to be visible in Firefox.

Can somebody please help me figure out what the problem is? :(
Brian B. Petersen
Borup
Regular
Posts: 5
Joined: Mon Mar 12, 2007 9:50 pm

Post by Borup »

Ok, this is weird.

It seems the gap doesn't appear in all of the entries, and the size of the gap seems vary from entry to entry.
Brian B. Petersen
Borup
Regular
Posts: 5
Joined: Mon Mar 12, 2007 9:50 pm

Post by Borup »

Ok, I seem to have fixed it now.

It was caused by the 'clear:both' element ind the style sheet.

So I just replaced the old .serendipity_freetag code with this

.serendipity_freeTag {
overflow: hidden;
width: 100%;
}

I found it here: http://www.quirksmode.org/css/clearing.html

It seems to work, and I have not found any visible sideeffects.
Brian B. Petersen
Post Reply