Answered
How to align the paragraph and text into the center?

How do I push up the paragraph "Hi everyone and welcome" to the center, below the picture?

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>
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.