Chapter 5
Hi, first time poster. I am working my way through this book chapter by chapter and must say it is well written and straight forward enough for a newbie like me to follow, thank you.
The problem i have is that when running the sell page and posting empty fields the reporting error messages are not displaying in red. I have checked the code several times and can not for the life of me see anyting wrong.
Section from StyleSheet.css
*/
legend{
color: #84a24a;
font-size: 1.3em;
text-transform: uppercase;
font-weight: bold;
font-family: "Arial Narrow";
}
.field-validation-error, .validation-summary-errors{
color: red;
}
Your help and guidance would be much appreciated.
|