Page 1 of 1

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

Posted: 09 Nov 2022, 04:42
by tati1301
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

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

Posted: 09 Nov 2022, 08:38
by mjau-mjau
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.

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

Posted: 09 Nov 2022, 11:34
by tati1301
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