Hello everyone,
I'm having some CSS problems again. I can get DreamWeaver cs3 to show me exactly what I want, but when I upload the page IE7 and Safarri both display the text in the wrong color.
Maybe this is a CSS and standards problem, if so, maybe someone could suggest another idea.
The body of my site needs to display a title in Navy Blue and the rest of the text in gray or black.
=============================================
content code/body of the website:
a blue title for the page
this is normal text , I would hope
=============================================
Links
www.phtconsulting.com/cshegg
www.phtconsulting.com/cshegg/default.css
=============================================
=============================================
CSS
/* content */
.content {
float: left;
margin: 10px 0;
padding: 0 16px;
width: 531px;
color: #000000
}
.content strong {
color: 000066;
}
.content b {
color: 000066;
}
============================================= |