Adding images to about page?

Hello!

Is it possible to add images to the about page? I tried adding the image to the illustrations tab and then adding a img src line on the about tab. It shows up correctly in viewer preview but it wont appear on the actual app.

Thanks!

Yes I have confirmed that this is a bug. I have written it up. Thanks for bringing this to our attention.

Working:

  • Bold text
    Surround the text you want in bold with <b> and </b> markers.
    Example: <b>This is in bold</b>
  • Italic text
    Surround the text you want in bold with <i> and </i> markers.
    Example: <i>This is in italics</i>
  • Underlined text
    Surround the text you want in bold with <u> and </u> markers.
    Example: <u>This is underlined</u>
  • Website links
    Use the format [text](url), where ‘text’ is the text to display and ‘url’ is the web address.
    Example: Here is our [website](http://www.example.com)
  • Email links
    Use the format [text](mailto:address), where ‘text’ is the text to display and ‘mailto:address’ contains the email address.
    Example: Contact us by [email](mailto:contact@example.com)
  • Phone numbers
    Use the format [text](tel:number), where ‘text’ is the text to display and ‘tel:number’ contains the number to call.
    Example: Our number is [012-345-678](tel:012345678)
  • To apply specific fonts to text, first make sure that the fonts are specified on the Fonts page. Then use the following syntax:
    This is in font1
    This is in font2
  • App name: To display the app name, use the variable %app-name%
  • App version: To display the app version, use the variable %version-name%

Not working

  • To add an image, first add the image file to the app illustrations (Images  Illustrations) and use the following HTML code:
    <img src="image1.jpg"/>

Just to note that images are still not working in the About page.

1 Like

8.6.6 should have images in About working.