Possible Duplicate:
How To Include CSS and jQuery in my wordpress plugin?
I was going to add a button on a wordpress plugin
I want to add a style on button I know the basic way to call a css into a html file like.
<link rel="stylesheet" type="text/css" href="buttonPro.css">
but its not working on a php file