Hi, i was just wondering if there was a good way to align an html image and text without having to use the deprecated html ‘hspace’ and ‘vspace’, which seems to do the trick, but then the text next to will have no margins if i want the text to also flow underneath the image, and also the image is slightly too high up so if i lower it with vspace, then the text underneath will have too much spacing.
img {margin-left:0} css seems not to work so ive had to resort to hspace, which i have doubts about ~_~