i am sure this has been asked before
i did a google search and a search here
ALL the code i have seen are using float
is float
my only option?
what else can i do?
thanks!
i am sure this has been asked before
i did a google search and a search here
ALL the code i have seen are using float
is float
my only option?
what else can i do?
thanks!
It depends what behavior you require?
If you want the text to flow alongside the image and then underneath the image then float is the only option.
If you want text and image side by side only then any columnar method will do. Flex, grid, display table, inline-block etc…
Old example updated slightly.