How to add additional CSS files , Inline CSS styles to Basic repeater with effect ? what to mention in additional CSS files & Inline CSS styles ?
additional CSS files : is this way ?
.IE9 .MyFont
{
font-size: 20px;
}
.Opera .MyFont
{
font-size: 18px;
}
It would be great if you explain and give example