Images other than inline.

000 0020 Is it possible to have images not inline in ecto - that is, spanning more than one line? In short, no. To do it like this page is, you’ll need to hand edit the HTML code (which almost removes the beauty of ecto), and put in a table. Just placing the photo and text inside a <table>, and <tr>, but with the image in one <td>, and the text in another <td> will do it. Update: A better method can be found at Using CSS to replace Tables.