HTML: How to get images and text on the same line.
31 Aug 2020It took a while to pull up from the depths of memory this – how to get an image and text on the same line in HTML. Sounds easy, right? And really it is, when you remember. Something like
This is how you do it, with the ‘align’ tag:
<a href="url"><img src="img-src-url" alt="RSS" style="width:20px;height:20px;" align=left>Subscribe</a>