info surfplus

Over mij

Ontwikkelaarsinformatie
Naam info surfplus
Gebruiker sinds jul 13, 2010
Aantal ontwikkelde add-ons 0 add-ons
Gemiddelde waardering van add-ons van de ontwikkelaar Nog niet gewaardeerd

Mijn beoordelingen

SmartTemplate

Waardering 4 van 5 sterren

I would like to define in my template some css styles and for that the html code will contain curly braces. Eg.

BODY * {
font-size: 12px;
font-family:arial;
}

The problem is that curly braces have a special meaning and they (the braces) as well as everything between the braces dissapear, leading to the following result

BODY *

which does not define much of a style.