03-09-2008, 05:13 PM
Simple example:
With CSS, you would simply have to:
(in whatever.css:
Like RDA said, it's basically an .ini file.
With CSS, you would simply have to:
(in whatever.css:
Code:
h1 {
text-align: center;
color: blue;
}
Like RDA said, it's basically an .ini file.
