I have encountered an issue placing text beside an image.
I have an img to the left of the page and want to place a h5, a p and a larger p to the right of it.
I have tried putting a making the image float:left; and the text float:right; and i had no luck as this just collapsed the page.
UPDATE: only used float:left; on image. Put a Display:inlineblock; on text and now the h5 and the first p are displayed next to the image as designed. However, the larger p will not follow suit. I assume it is too large but have no clue how to edit this further.