I'm just starting to learn some basic html. I'm following the Ian Lloyd book for beginners and I can't get the colors to show as background or as a font color. I'm using IE7. Is there some setting in IE that I need to change?
The style1.css file works for the fonts but not the color. The style sheet is below:
Style1.css
/*
CSS for Bubble Under Site
*/
p {
font-weight: bold;
color: blue;
}
body {
font-family: Verdana; Helvetica; Arial; sans-serif;
background-color:#e2dff;
line-height:125%
padding:15p
}
h1 {
font-family:"Trabuchet MS", Ariel, Helvetica, San-serif;
font-size-large
}
li {
font-size:small;
}
h2 {
color:blue;
font-size:medium;
font-size:normal;
}
p {
font-size:small
color:navy:
}
Thanks for any help!



-large




Bookmarks