Hi,
I have a problem with a two column table and an image.
The columns are width="50%" and have paddings towards the center.
The img in the right column is width="100%"
Now in html this looks great put in pdf the image has assumed the width of the column+padding.
This means the right column becomes wider than the left as the original padding is added as well.
Please see attached pdf.
I can't get this to work after a lot of experimenting with box-sizing and padding, etc.
Using css style instead of element attributes makes no difference.
Any ideas how to force the image to become 100% of the intended column width?
I have a problem with a two column table and an image.
The columns are width="50%" and have paddings towards the center.
The img in the right column is width="100%"
Now in html this looks great put in pdf the image has assumed the width of the column+padding.
This means the right column becomes wider than the left as the original padding is added as well.
Please see attached pdf.
I can't get this to work after a lot of experimenting with box-sizing and padding, etc.
Using css style instead of element attributes makes no difference.
Any ideas how to force the image to become 100% of the intended column width?