My question is if in some property example background-color i can use a varible for change in diferent pages the background without make other style
createErrorMsg
5:24 pm on Jun 10, 2005 (gmt 0)
Afraid not. CSS doesn't take variables. There are ways to set up your server and CSS files to serve your CSS through the PHP engine. If you do that, you can use PHP variables. But CSS on it's own can't do it.