Format image in text object
Autor: Adrian B.
Visitado 1510,
Followers 1,
Compartido 0
Is there a method of formatting a picture inserted into a Text object?
Even a simple box around the picture would be a good start.
Adrian
Publicado en
If you set the text-object to activate html, then you can style it via html.
Example :
<img style="border:10px solid black;" src="//www.html.am/images/image-codes/milford_sound_t.jpg" width="225" height="151" alt="Photo of Milford Sound in New Zealand" />
Try to activate html and then copy the code and paste it into the text-object. You should then see a rather thick border.
Autor
I'll try that out, thank you
Adrian