"""
[style type="text/css"]
textarea, input, select {
font-family: Frankfurt, arial, arial;
font-size: 12px;
background-color: #c17446;
color: #ffffff;
}
[/style]
""";
When compiling it gives me an error:
Compile error: line 7, column 1: Unknown token encountered while parsing layer: [TokenStringLiteral] = <<
>>
S2::Layer, S2/Layer.pm, 67
S2::Compiler, S2/Compiler.pm, 27
Context
3:
4:
5:
6:
7: """
8: [style type="text/css"]
9: textarea, input, select {
10: font-family: Frankfurt, arial, arial;
11: font-size: 12px;
It does change the colours in the compiling page. But nothing happens in my LJ.
Help would be highly appreciated.