How can I put text (headers, paragraphs etc.) under the picture because it automaticaly puts it next to picture if its small? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can I put text (headers, paragraphs etc.) under the picture because it automaticaly puts it next to picture if its small?

30th Jun 2022, 1:29 PM
Ivor
4 Answers
+ 2
CSS Layout - Horizontal & Vertical Align https://www.w3schools.com/css/css_align.asp
30th Jun 2022, 2:16 PM
SoloProg
SoloProg - avatar
+ 1
Where is your code for this so that we can accurately see what may need to be changed?
30th Jun 2022, 1:32 PM
Justice
Justice - avatar
+ 1
You can trying putting your paragraphs and img in a div and then play with positioning.
30th Jun 2022, 1:44 PM
Justice
Justice - avatar
0
<h2><i>Summary</i></h2> <p> Begginer high school web developer.Have little knowledge about python and HTML coding languages.My main positive traits are hard-working and hard will to learn new things. </p> <img src="https://cdn2.iconfinder.com/data/icons/avatars-99/62/avatar-370-456322-512.png" align="left" height=150 pixels width=40% /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <h2> Education </h2> It's looking bit ugly like this
30th Jun 2022, 1:34 PM
Ivor