Search…

X3 Photo Gallery Support Forums

Search…
 
tati1301
Topic Author
Posts: 5
Joined: 01 Mar 2021, 05:36

how can i put a png Graphic below textfield in a page?

09 Nov 2022, 04:42

I would like to have a png graphic on my start page below my text field. It is important to me that the graphic does not appear in the footer but within my text field. How can I do that? Thanks for help
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13993
Joined: 30 Sep 2006, 03:37

Re: how can i put a png Graphic below textfield in a page?

09 Nov 2022, 08:38

When you say "my text field", I assume you mean the text from the page's CONTENT section? Try to upload the image into the folder, and then from the content editor, you can select image(s) to insert with the text:

Image

If you don't want the uploaded image to be included in the automatically created gallery for the same page, you can click the HIDE (eye) icon on the image after uploading it.

Optionally, you can easily insert images into the text with basic HTML. For example:
Code
<img src="/path/to/image.jpg">
Or inserting from the current dir, use the {{path}} var:
Code
<img src="{{path}}imagefromthisdir.jpg">
Let me know how it works out.
 
tati1301
Topic Author
Posts: 5
Joined: 01 Mar 2021, 05:36

Re: how can i put a png Graphic below textfield in a page?

09 Nov 2022, 11:34

Yes i mean  the Text from the Content. In my Panel i have only the Video Icon, not the Image Icon that you show me:(
But  I find a other way :-)I put  it with html code in the Page.
Thank for your help