thanks for reply Ok first i want to make my question cleare. suppose i am creating button control ok?? and without creating any class i want to assign some style to my all button control that i am creating in my app. so want to create something like H1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 2em; font-weight: 700; font-style: normal; text-decoration: none; word-spacing: normal; letter-spacing: normal; text-transform: none; } it will work for H1 tag. so i want to write code so that i can make it work for button and all asp controls. thanks again
Regards, DJ Rock