Bruno Kestemont Lv 1
I see pictures in the forum. How do you do this ?
I see pictures in the forum. How do you do this ?
You can drag an image file and drop it into the text that you are entering (in the box under Add a post). The image will be automatically uploaded to the server, and a link to it will be inserted in your text.
If you are familiar with HTML, you can even add HTML attributes to the IMG tag, for instance <img width="600" src="…"> when you want to modify the size of the picture. I guess this will only work for a limited set of attributes.
You should be able to see the result, almost immediately, under Preview.
Width can also be relative. Adding "width=50%" to the IMG tag seems to work well for me.