Images and files
Embedding images
Use markup to add images to your page:

Note. If you paste an image link with no markup, the image will be displayed on the page with no alternative text.
Markup | Result |
---|---|
| ![]() |
Markup | Result |
---|---|
| ![]() |
You can specify additional parameters for embedding:
- Setting image size
-
You can set the image size in pixels with the following format:
<width>x<height>:<link to image>
Note. Images maintain their aspect ratio, so the height you set is not always applied.Example:
Markup Result 60x20:http://img.yandex.net/i/logo95x37x8.png
Markup Result 60x20:http://img.yandex.net/i/logo95x37x8.png
- Adding download links for images
-
To add a download link for your image, use the standard markup for links:
Markup Result [Yandex logo](http://img.yandex.net/i/logo95x37x8.png)
Yandex logo Markup Result [Yandex logo](http://img.yandex.net/i/logo95x37x8.png)
Yandex logo - Using images as links
-
Images can also function as links to other pages or files. To do that, put the image's markup inside the link's markup:
Adding links to files
You can use one of the following methods to add a link to a file on your page:
Markup | Result |
---|---|
| http://fileAddress |
| Download file |
Markup | Result |
---|---|
| http://fileAddress |
| Download file |