Documentation
Powered by Minitek FAQ Book
Images not showing in topics and questions
You can fix the problem with one of the following ways:
Use absolute paths instead of relative paths for the images.
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
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.
#841