info surfplus

Tentang saya

Informasi Pengembang
Nama info surfplus
Pengguna sejak Juli 13, 2010
Jumlah pengaya yang dikembangkan 0 pengaya
Rata-rata peringkat untuk pengembang pengaya Belum diperingkat

Ulasan Saya

SmartTemplate

Peringkat 4 dari 5 bintang

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.