Quote:
Originally Posted by roger64
Hi
Thank you all for your comments and your kind help. I've settled on the "vertical-align" method but others methods are indeed very OK too. I will dutifully replace "image" in the Alt field with "Q", and express everything in em.
|
Hi Roger;
I'm not sure that expressing all in "em" is the best choice in this case. As you could see, in my solutions I used "px" with image size and "px" with vertical-align, margin-bottom and float methods. In your solution, you expressed the image size as percentage (in this case, 10%). But doing of that way, the image size will be always 10% of the "screen width" (no matter the font-size) meanwhile the text, expressed in "em" will vary and I'm not sure that the "bottom align" will remain.