Have I already uploaded my images and links and they can't be seen or don't work?
Images must not contain accents or the letter “ñ”. Also, avoid spaces in the file name: use underscore (_) instead.
Another common problem is not writing the correct reference to the image or link. Below you will find examples of how it should be referenced:
<img src="foto.jpg">
Refers to an image saved in the same folder as the document from which it is called.
<img src="../foto.jpg">
It refers to an image saved in the folder above the document from which it is called.
<img src="/imagenes/foto.jpg">
Call an image in the “images” folder of the root folder, it is equivalent to writing: “https://mydomain.com/imagenes/photo.jpg" .
The same thing happens with the links:
<a href="fotos.htm">Fotos</a>
In the same folder.
<a href="../fotos.htm">Fotos</a>
In the top folder.
<a href="/vacaciones/fotos.htm">Fotos</a>
In the “vacation” folder of the root folder.
Recommended readings
Still need help?
If this guide didn’t solve your issue, our team can help you via ticket.