How can I align text next to image | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I align text next to image

Html

19th Apr 2023, 9:20 AM
Drizzle Klipston
Drizzle Klipston - avatar
4 Answers
+ 4
Drizzle Klipston Use float property for example <div> <img src="url" style="float:left;"/> <span style="float:right;>This some text</span> </div> Read this.hope it's helpful.... https://codedamn.com/news/frontend/how-to-put-image-and-text-side-by-side-in-html https://www.tutorialrepublic.com/faq/how-to-vertically-align-text-next-to-an-image-using-css.php https://www.w3schools.com/howto/howto_css_image_text.asp share your code..without watching code we are not able to find out errors..
19th Apr 2023, 10:27 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
+ 2
hi Drizzle Klipston share your codebit, either make it public or provide a link.
19th Apr 2023, 5:53 PM
Chris Coder
Chris Coder - avatar
0
Thank you for the help ..thou when I try to do it. . It's a bit complicated ...can u please go on my codebite and go into outdrage code ... see if u can place Contact names next to the profile pics ...please ..
19th Apr 2023, 1:26 PM
Drizzle Klipston
Drizzle Klipston - avatar
0
Thanks for the response.. here's the link https://code.sololearn.com/W677LVJuJpMd/?ref=app
20th Apr 2023, 9:21 AM
Drizzle Klipston
Drizzle Klipston - avatar