Frage

I'm going to apply my skin to a webpage and I wrote in the skin file:

<input class="th1">

and the stylesheet file is this:

.th1{
border:dashed #00ff21 1px;
}

and I got this error at runtime:

Literal content "<input class='th1'>" is not allowed within a 'skin file'.

what is wrong with that?

War es hilfreich?

Lösung

You cannot skin HTML-Controls. Use an ASP.NET control instead, please.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top