photo(s) and text within the same block, with text wrapping around image(s)

Permalink
Can I have both photos and text within the same block?

I want to display photos within a newsletter article, typically 120x180 pixels and aligned left or right so the text wraps around it.

This is very easy in HTML. Could I just insert a newsletter article using HTML? If so, how do I handle the image path?

(I could use File Manager to bring in the image at the exact size I need. But is there also an option for Concrete5 to resize, or would I need an image block for this? From what I can see, there's no way to have text flow around the photo if it's in its own block.)

 
exchangecore replied on at Permalink Reply
exchangecore
I'm not sure if a block exists on the marketplace but it is certainly possible to create one. We made one for one clients project, check outhttp://thecheapsigncompany.com and you should be able to see a working example of that.
INTcommunications replied on at Permalink Reply
INTcommunications
Use the content box in a block - it has the ability to add text/ images etc. and if you know how to do it in HTML - there is HTML toolbar on the content block. Juast put your image and text in. You can add left or right align to the image ( photo) or add padding on top or side etc. You can add css style ( float:left; padding:10px; ) even put a border on it if you want. The text will wrap around it.