View Single Post
Old July 2nd, 2003, 2:23 AM   #2 (permalink)
XtremeDesigns
Registered User
Seasoned Poster
 
Joined in May 2003
Lives in Ottawa, Ontario, Canada
80 posts
Gave thanks: 0
Thanked 0 times
this is data contained in one of my style sheets for form input, and other, fields. just add STYLE="stuffhere" inside the element's tag.

Code:
input, textarea, select {
	font-family: Verdana; 
	font-size: x-small; 
	background-color: #888877; 
	border: 1px solid #777777;
	color: #000000;
}
XtremeDesigns is offline