Hi Tom,
I have that link on my Favorites. Here is a link I really like:
http://www.w3schools.com/css/css_examples.aspI am not sure but I would think it could be done. Perhaps make this a particular div element.
<div id="header">
</div>
Your style sheet would contain:
#header{this is where you will explain positioning, etc}
I think you have some of Elizabeth Castro's books, Tom. Do you have her HTML book - I have her 5th edition. There is a good section on page 176, Chapter 11 - "Layout With Styles".
She states:
"Divide logical sections of your document into div elements." (I have 3 div elements: intro, content, and navigation - Gail)
"Put your div elements in an order that would make sense even if the CSS was not used."
"Use header elements (h1, h2 etc.) consistently to identify and prioritize information on your page."
You will likely have to play around with positioning, etc. at litte bit but it is worth it. When you want to change something on the web pages - backgorund for example -CSS makes it so much easier and quicker.
If I remember correctly, I read somewhere in her book - if you are just going to do something once, then use the HTML tags. If something is going to be repeated, font, background, etc - then use CSS.
Hope you find this helpful.
Gail
P.S. If anyone in interested, Elizabeth's book is excellent. Here is a link:
http://www.cookwood.com/html/I see Amazon has the book on presently for $15.39 (USD of course) and no, I do not work for Elizabeth Castro nor do I gain any profits from the sale of her books.