aspx_beginners thread: CSS can be used in aspx?
When i was using aps for my web site, i used a lot of CSS which really help me alot in standardizing the web sites, now when i want to develop and miigrating my old web site to aspx i realize the css didn't work! (in asp we will do something to apply the css like class=3D"cssstylename"). Must i used XML to apply the css and what is the easiest way to do it? thanks!
hi
There is one property called cssclass in web controls , using that
you can apply stylesheet to aspx code ... before that in tradional way
include css file in your code ..
Neeta
|





