|
davon -> Add STYLE to your site (12/26/2006 12:47:00 AM)
|
You can add styles to all the buttons, text areas, and text boxes. You can add them to each page by clicking on the "Add header to the top of pages". --------------------------------------------------------- All textboxes class = txtbox All buttons class = btn All text areas class = tarea ------------------------------------------------------------------ Paste code like this as script/html: <style type="text/css"> .txtbox {background-color:lightgreen;} .btn {background-color:green;color:white;} .tarea {background-color:lightgreen;} </style> ------------------------------------------------------------------- The sample site: http://www.collierfamilies.com is using some now. For stylesheet help, go here: http://www.w3schools.com/css/
|
|
|
|