How to make content flow around a box
-
Hello everyone, I’ve been working on a news site, ran into a little problem with the content layout for posts.php
Here’s my problem, and here’s what I want it to look like.The left box has this:
float:left;
margin-top:300px;
width:175px;And the right box has this:
float:right;
margin-top:100px;
width:175px;I’ve looked at a few tutorials on how to make text wrap around objects, but they all are for static content. I haven’t found a solution I can use to put in a template that works with multiple pages…
It’d be great if I could get some help on this.
Thanks!
Takumi
- The topic ‘How to make content flow around a box’ is closed to new replies.