Documentation

Powered by Minitek FAQ Book

Images not showing in topics and questions

Loading...
4

You can fix the problem with one of the following ways:

  1. Use absolute paths instead of relative paths for the images.

  2. Use root-relative paths for the images by adding a leading forward slash to the relative path. For example:

    Change

    relative/path/to/image

    to

    /relative/path/to/image

  3. Open the component configuration and enable the parameter Fix relative links.


  Info

If the editor strips out the forward slash, you can either use absolute paths, or setup the editor not to strip any characters, or use a different editor than does not strip characters.

M
#841