Copy link to clipboard
Copied

How do I push up the paragraph "Hi everyone and welcome" to the center, below the picture?
You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:
<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>
<p>Hi everyone and welcome</p>
</div>
<!-- end main -->
</div>
Copy link to clipboard
Copied
You have inserted the paragraph in the incorrect place in the code. it needs to go directly following your <img> tag and before the closing </div> tag which follows the img tag:
<img src="IMAGES/My story pic.JPG width="350" height="250" alt=""/>
<p>Hi everyone and welcome</p>
</div>
<!-- end main -->
</div>
Copy link to clipboard
Copied
omg, thankyou!!!!! :')))))))) ❤️
Find more inspiration, events, and resources on the new Adobe Community
Explore Now