Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2008-02-12 21:27:19

eightbit
New Member
Registered: 2004-11-30
Posts: 7

Text wrapping around images.

Hi folks. I’m trying to get around this problem:

http://www.nonsilence.com/blog/

I’d like to have the older post start after the end of the newer post’s image, and not have the older posts text creep up alongside.

Any ideas?

Brian

Offline

#2 2008-02-12 22:01:08

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,726
Website

Re: Text wrapping around images.

not tested in all browsers, but add overflow:auto; to .entry-content to make it wrap around items that it encloses, e.g. the image.

.entry-content {
border-bottom: 1px solid #B9B9B9;
padding-bottom: 4px;
overflow: auto;
}

TXP Builders – finely-crafted code, design and txp

Offline

#3 2008-02-12 23:40:52

eightbit
New Member
Registered: 2004-11-30
Posts: 7

Re: Text wrapping around images.

excellent. i’ve never even heard of “overflow”. i’ll give it a shot, thanks.

Offline

Board footer

Powered by FluxBB