Thanks to all who helped. I was able to get it work, just had to put it under the correct element and not have those pesky typing errors. But I now have some follow-on questions.
Part One
I am currently testing my page(s) in the different browsers and when I added Safari I accidentally added it twice under the alternate browsers.
1. How can I remove the second one?
2. When I select either of the Safari (v. 5.0) I get the following error message from Coffee Cup:
Unable to execute file: The operating system denied access to the specified file.
How can I view my page in Safari?
Part Two
I initially had my pages set up as a 3 column liquid layout but after viewing and sizing the browsers there is just too much white space between the content so I switched to a fixed layout which works much better. This next question is a little convoluted so please bear (bare?) with me:
While perusing a previous post - "Background?" posted by G'Kar, there was a suggestion to style the html tag directly in addition to the body tag.
Because I have a fixed layout with the content centered on the window and set at 950px wide, when viewed on a widescreen there is white space on either side. When I try to set the html tag nothing happens. Here is my coding:
Main Styles 3
html {
margin: 0;
padding: 0;
background-color: #004000;
}
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
line-height: 18px;
color:#004b6f;
}
blockquote { font-size: 10px; }
h2 { color: #004b6f; }
a { color: #800080; }
p { margin: 0 0 18px; }
#container { width: 950px; margin: 0 auto; margin-top: 25px; }
#wrapper { float: left; width: 100%; background-image: url('../images/leaves.jpg'); }
#header {
background: #C9C9C9 url('../images/my_ahsgr_logo_provencher.gif') right top no-repeat;
border-bottom: 2px solid #ddd;
}
Here are two different examples of what I am trying to accomplish:
http://www.worldspice.com
http://www.volgagermans.net/norka/
For the worldspice I couldn't find anything in the source code - there is alot of javascript.
For the volgagermans it looks as though they created container within a container?
Any suggestions are much appreciated and thanks for all of your patience.
P.S. Eric, is that Spiderman doing the Evolution of Dance? It cracks me up!
Kelly