embedding image inside a textstream (Using ExpressionEngine)

I’m new to the combination FW and dynamic site based upon EE. In this learning process I want to understand the “why” of things in stead of just following instructions. But alas! I do not have a code-background, so I must do everything the hard way. And rather often I get completely stuck…So be it :slight_smile:

Now this.

I know how to embed an image in a stream of text in a static page.

But how does one do that in a dynamic page? Is it possible? The situation is this: I have an inline HTML block with a piece of code that pulls text from the server. I could easely make another box with code that pulls an image, and have that image appear under, or beside the text.
But I want that image to be embedded in the text. The text must flow around it, with some margin naturally. Maybe that image must always stick to the upper right corner, with a margin of 5px, no matter how much text flows inside the container.

I am looking forward to some advise!

regards

Hans


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Ehm

maybe I found it, I think

Draw surropunding HTML container, then: inline a box float right with margin top 0 left 10 right 0 bottom 10 inside that box the code tag for the image, then inline in the surrounding ontainer the codetag for the text. Seems to work, I guess. Amazing. Validation OK. I wait now for the browser-test report. To see what MSIE does with this. http://www.monumentmaker.nl/tempindex.php/mm/menu/test/

(sorry for the post, was too early, must struggle on a bit more before crying for help here…;~)


dynamo mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options