Search…

X3 Photo Gallery Support Forums

Search…
 
Cecile
Experienced
Topic Author
Posts: 24
Joined: 27 Sep 2010, 03:35

Inserting a picture below the text

10 Oct 2010, 08:56

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: Inserting a picture below the text

25 Oct 2010, 08:01

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 ...
 
Cecile
Experienced
Topic Author
Posts: 24
Joined: 27 Sep 2010, 03:35

Re: Inserting a picture below the text

25 Oct 2010, 08:45

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.