How do I create an html/xhtml/css header that automatically adjusts to any screen resolution?

July 7th, 2010

I've noticed on the wordpress website and facebook that the headers take up the full width of the screen of any computer or laptop screen i view the websites on and the center of the website stays fixed. What is the easiest way to do this in xhtml/html/css? Is there a website that will guide me through the process? Help is appreciated Read More...

CSS, How to Use Header Styles

August 11th, 2009

Header styles also can be used to style the <p> element. The CSS rules can be placed in the head of the document using the style element. Like inline styles, header styles, header styles should be avoided where possible because the styles are added to the HTML markup rather than in external CSS files Read More...