I’m trying to figure out how to control the bottom margin for an image that has text wrapped around it? The line spacing for the paragraph will either allow it to be tight against the picture of the line break will cause a big margin. How can I set the line spacing to auto adjust so I can have precise control of the bottom margin of the image?
I don’t think you can, I’m afraid. Line-height is fixed, whether you set it yourself or use the browser default. If this is a one-off image situation, you could set the line-height of the paragraph to match nicely with the height of the image. That is, the image height will be a multiple of the paragraph’s line-height.