Hi, PJC1981 san
Firstly, images i host never seem to comply with the alignment i set within the post.
Sorry, currently, It can’t handle <img> tag with align(or float) property correctly.
However, as below, you can wrap <img> with <p> to place images on the right, left side or center.
<p style="text-align: right;"><img src="xxxx"></p>
Secondly, when I embed external images in the post they appear in the created pdf but they are tiny…
Please try to add height and width attributes to your <img> tag.
Wnen you put the image locally, don’t you reproduct same issue?
Brilliant thanks for the quick response 🙂
The <p style=”text-align: right;”><img src=”xxxx”></p> works great.
I never added height and width attributes to the external images before but I did with the local images so that explains that.
I will try again with external images later.
Im assuming that this means we can not have a picture beside a picture if it does not recognize “float”, or is there another way of achieving this?
Hi, PJC1981 san
Im assuming that this means we can not have a picture beside a picture if it does not recognize “float”, or is there another way of achieving this?
That’s right.
It is biggest disadvantage.
I think, That isn’t a good way, but you can use <table> tag.
There may be more than one way…