Page 1 of 1

Inserting a picture below the text

Posted: 10 Oct 2010, 08:56
by Cecile
Hello

I would like to insert a photo at the bottom of text-page, after the text, but it doesn't appear.

i wrote the text which is all right, and then:

<br><TEXTFORMAT leading="194"><img hspace="0" alt="" vspace="3" src="../content/04/cha_kaiseki.jpg" width="500" height="194" img></TEXTFORMAT>

but the picture does not appear (not even the place of the pictures).
But it appears normally if I write the same code above the text.

Can you help ?

Thanks

Re: Inserting a picture below the text

Posted: 25 Oct 2010, 08:01
by mjau-mjau
Again, sorry for the late reply here ... Did you have any progress? I see you have a typo here with " img>" at the end of your tag:
Code
<img hspace="0" alt="" vspace="3" src="../content/04/cha_kaiseki.jpg" width="500" height="194" img>
Should be:
Code
<img hspace="0" alt="" vspace="3" src="../content/04/cha_kaiseki.jpg" width="500" height="194" />
If this doesn't help, could you try to include this image at the TOP of the textpage, just to make sure the issue has nothing to do with your path?

If still no luck, please post a link to your textpage ...

Re: Inserting a picture below the text

Posted: 25 Oct 2010, 08:45
by Cecile
Hello and thanks for your answer.

yes I don't know for sure what mistakes I had made, but it is sorted out now, and the picture is below the text.