Hello - newbie to DW8 and have only 3 days seminar experience. I created a .CSS that contains div tags with different colors, sizes. I attached the .CSS by link. Why is it that when I create a new page with text and attach the sheet - I dont see the div tags? The other properties are applied (font size, color) but not the div tags.
below is the code for the CSS. Any suggestions?
below is the code for the CSS. Any suggestions?
Code:
p {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 0.95em;
color: #333333;
line-height: 20px;
}
h1 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.4em;
color: #000033;
}
h2 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.2em;
color: #000033;
}
h3 {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1.1em;
color: #000033;
}
.boldit {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.95em;
font-weight: bold;
color: #990000;
letter-spacing: .1em;
}
strong em {
font-size: .9em;
color: #336666;
}
a:link {
color: #CC3366;
}
a:visited {
color: #660000;
}
#maintext {
background-color: #F7EEDF;
padding: 10px;
float: right;
width: 500px;
}
#imgtop {
width: 700px;
}
#leftnav {
background-color: #F7EEDF;
padding: 10px;
float: left;
width: 150px;
}
#footer {
width: 700px;
}
#wrapper {
width: 700px;
margin: auto;
}