Login   Register  
PHP Classes
elePHPant
Icontem

File: formcss.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of sagar sarkar  >  A New PHP Form validation  >  formcss.css  >  Download  
File: formcss.css
Role: Auxiliary data
Content type: text/plain
Description: css for the error text
Class: A New PHP Form validation
Validate values submitted with Web forms
Author: By
Last change:
Date: 2008-03-03 02:35
Size: 275 bytes
 

Contents

Class file image Download
.errorhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
	background-color: #CCCCCC;
}
.errortxt {
    text-align:left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FF0000;
}