I'm trying to crete a website using HTML and I was google'd around and I found that 980px is apparently standard however when creating the site, after I test ran the site in google chrome, the website only streched to about 80% of my screen. How do I make it so that it stretches all the way? For example whenever I go to facebook, in the login screen, the blue line on the top always stretches from the left side of my screen to the right side regardless of what size screen i use (tablet, laptop etc.) How do I make my website do that, any ideas?
Thanks in advance.
-
Just go to any website that you want to use as an example, view the page as source, and see what their HTML looks like. You might also try setting width to 100% in your CSS stylesheet.
-
I use 1000.