info surfplus

À propos de moi

Information développeur
Nom info surfplus
Utilisateur depuis juil. 13, 2010
Nombre de modules développés 0 modules
Moyenne des notes des modules du développeur Pas encore évalué

Mes critiques

SmartTemplate

Noté 4 sur 5 étoiles

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.