I first create a Div containing a jpeg image. Then on top of it, thus creating a paragraph I enter some text which I’d like to automatically position over and on the bottom of the picture.
In Xway it seems ok. I see the text, but neither Web preview nor upload show the text at all. What happened?
I could not exactly reproduce what I describe above, but close to, ie. a very badly behaving Text box when resizing the page. I suppose I can’t expect better from my slow and ugly design below. Meanwhile, I am back to studying and experimenting…
PS: I suppose sending of ZIP files is not the way to communicate in this forum, right?
The easiest way to overlap text and images is to use a background image with a text container.
Another way to do this is to put an image in a container box, and add a second container box after the image. Then set the second container box to have absolute position.
A third way, as in your last post, is to use a negative vertical margin.
Tx, Jeremy, the first option did the job so far. I was not happy with the last option as it seems difficult to handle vertical resizing of the caption box.