
It looks like you can use XHTML and CSS to wrap and flow text just like you would do in InDesign. I don’t know how useful something like this would be, and I haven’t looked at the cleanliness of the code, but it’s nice to know this is programmatically possible (and in IE6, no less). Check it out.
1 comment
Technically, you could do this with any combination of markup and styles, even a table. It’s a little easier with CSS, but it’s not magic. I’ve heard it called the sandbag technique and it’s done by stacking empty elements on either side to push in the margins. Here is an example with borders around the sandbags so that you can see how it works. As you can guess after seeing this example, it requires a lot of extra markup.
comment by Wade Shearer 8 hours later
Comment preview
comment by you less than a minute ago