The most basic problem I faced while designing my first website was the fact that I did not know how to bring the web page to the middle of my browser. So after googling a bit I got the solution. Thought I'd share it with you -
I used Cascading Style Sheet(CSS) for styling my web pages. So here is what I did -
In my CSS for the I wrote this pices of code and booom!!! my page automatically came to the middle of the browser -
body {
margin: 0 auto 0 auto;
width: 800px;
}
Hope this was helpful..
Cheers!!
Sandeep
www.smartwayofsuccess.com
Want to create your own WEBSITE and start your business online??? Don't know How??
GRAB Your Own Copy of "Create Your First Website by 3:45 This Afternoon" Absolutely FREE!!!


Sign In
Create Account

Back to top







