How to insert images in a wiki page

×

Status message

You are not a member of this team. If you want to be part of this team, click on 'Subscribe to this team'.

Hi Ralf and everyone,

I notice that the how to start guide uses pictures inlined with text due to the 'align="right"' parameter:

https://www.labdoo.org/de/content/how-start-labdoo-laptop

This is a very nice guide, but the pictures should use the standard way to insert pictures which is described here: https://www.labdoo.org/content/special-html-tags

Notice that to insert a picture, you can copy and paste this piece of code:

<hr/>
<table align="center">
<tr><td>
<em> Figure. This is the Labdoo logo.</em>
</td></tr>
<tr><td>
<img src="/profiles/labdoo/files/pictures/laptop.png" width="50"/>
</td></tr>
</table>
<hr/>

Which renders as follows:


Figure. This is the Labdoo logo.

Adjusting (1) the image file name, (2) the width parameter, and (3) putting your own caption title where it says 'Figure. This is the labdoo logo'. Once you do one picture like this, you will find that copying and pasting the above snippet becomes very handy, and it allows to keep our documents clean.

Comments

Rhein-Ruhr-Hub's picture
Submitted by Rhein-Ruhr-Hub on Fri, 02/26/2016 - 14:50

Thanks, but please check out the special layout (3 pictures in a row, with text places aside each picture) in the wiki you are mentioning. As you know my HTML knowledge is limited. So please go ahead and adapt the HTML code as you recommend in the English how to start wiki. Then I will learn and solve it the same way in the German wiki page. The link you are recommending above is not a solution for this specific layout (3 pictures aside). Let me know, once it is finished and I will trasnfer it into the other languages.

jordi's picture
Submitted by jordi on Tue, 01/02/2018 - 09:36

(There was a spam message on this conversation which was just removed. We have also modified our spam filter algorithms to hopefully detect this type of spam so in the future we see less of this. Sorry for the spamming.)