Forum Moderators: phranque
You may find it easier to edit your webpages with an HTML editor.
Some use WYSIWYG editors, which may appeal to you. Not my thing, but each to his own. I found HTML quite easy to learn and CSS almost as easy.
Getting to your question, if you open your web page using notepad and directly after the <body> tag, near the top of the code, you insert the following:
<div align="center">
and then before the </body> tag, at the bottom of your code, you add the following:
</div>
you should find everything between the divs centered.
Just save it again as HTML and upload it to your server, or whatever.
Hope this helps.
Look around in the library here and you should find lots of valuable information to get you on your way to making good websites.
Have fun!
Ted