Forum Moderators: phranque

Message Too Old, No Replies

Centering Page in Browser Window

centering

         

natsherman

5:44 pm on Feb 25, 2006 (gmt 0)

10+ Year Member



OK - I know this is an amature question but I'm an amature in web design. I created a little site in ImageReady and I cannot figure out how to center the artwork/page within the browser window. I looked at past posts and tried doing the html thing to the table tag but I can't even figure out how to edit the html code in ImageReady. Any help is appreciated.

tbear

9:45 pm on Feb 25, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Hi and welcome to webmasterworld :)

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

natsherman

3:57 am on Feb 26, 2006 (gmt 0)

10+ Year Member



Ted! You are so great - thanks for that help. I was also able to find a ton of valuable information on this site from other posts...thanks again for helping me make a great looking site!
Karen