0
How can I align text next to image
Html
4 Respostas
+ 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..
+ 2
hi Drizzle Klipston share your codebit, either make it public or provide a link.
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 ..
0
Thanks for the response.. here's the link
https://code.sololearn.com/W677LVJuJpMd/?ref=app