info surfplus

Acerca de mí

Información del desarrollador
Nombre info surfplus
Usuario desde Jul. 13, 2010
Número de complementos desarrollados 0 complementos
Calificación media de sus complementos Sin puntuar aún

Mis revisiones

SmartTemplate

Puntuado con 4 de 5 estrellas

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.