Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#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
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
Pages: 1