10 Replies
is it in a <p> ?
You will need to provide the relationships around it (copepen is best) for us to understand
it was but i deleted it
its not friend's code
few things.. Please look into how to properly use headings <h3> is not replacement for a <p>
You need the img to be inside the <p> where you want to float it
I want the text to be on the left side and image on the right
then use grid or flex
i dont get why i need to put image inside <p>
because that is how float works, and what it was made for.
don't use float for layout use grid or flex
Ok, Thanks a lot @b1mind