Goodthing07 2 Posted April 25, 2012 Report Share Posted April 25, 2012 Hello, How would I go about setting a website so that there is a light coloured background and then the content of the website is all centred? An example of which is the W3Schools website the way they have their layout? Any help would be greatly appreciated. 1 Quote Link to post Share on other sites
eTianbun 51 Posted April 25, 2012 Report Share Posted April 25, 2012 Well, you need to know html/css before you can create such layout! Quote Link to post Share on other sites
Goodthing07 2 Posted April 25, 2012 Author Report Share Posted April 25, 2012 Well could you, please, point me in the direction of where I can see how its done? Or even show me? Quote Link to post Share on other sites
thescientist 231 Posted April 25, 2012 Report Share Posted April 25, 2012 you can start by reading the HTML/CSS tutorials. background would be a CSS property in particular you would want to reference. make sure you understand how block and inline elements work. they way to center them differs, and most people use <div>'s to create a wrapper for their websites to center them. give it a shot and post some code with what you've tried. 1 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.