Thu, 2004-09-02 22:56
I'd like to be able to write something like
color1=blaablaa1;
color2=blaablaa2;
etc.
and then write
h1 {color:color1;}
h2 {color:color2;}
and so on.
Any way to do it?
thx
Fri, 2004-09-03 00:28
#1
is there some way to declare/define a "constant"
You could use PHP.