I would like to take advantage of the discussion to ask a second question. Do you know how to line up pictures like this:

Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
I would like to take advantage of the discussion to ask a second question. Do you know how to line up pictures like this:

Cause even if I put them in aligned notation Grav the overlays like this:
  

@Plumf, An <img> element is an 'inline' element and should therefor position itself on the same line, unless the containing element isn't wide enough and forces the images to wrap. Or some css might influence the layout.
The Markdown code you use will generate html similar to:
<p>
<img alt="" src="/images/9/3/4/f/d/934fd3ab7bd7425654....jpeg">
<img alt="" src="/images/9/3/4/f/d/934fd3ab7bd7425654....jpeg">
<img alt="" src="/images/9/3/4/f/d/934fd3ab7bd7425654....jpeg">
</p>
Questions:
Log in to reply.
| Topic | Participants | Replies | Views | Activity |
|---|---|---|---|---|
| 4 | 196 | 2 months ago | ||
| 3 | 92 | 2 months ago | ||
| 11 | 452 | 3 months ago | ||
| 0 | 46 | 3 months ago | ||
| 5 | 126 | 3 months ago |