Question : I have to style this PHP table, how do I attach a style sheet to it?

I have this php code that generates a table of information based on a products choices. I have to style it. How/Where can I attach a style sheet, I think I'm ok in styling the actual table but not how to attach the styles to the page.
Attachments:

Answer : I have to style this PHP table, how do I attach a style sheet to it?

http://www.webstartcenter.com/howto/css_inc.php

in particular
<link rel="stylesheet" type="text/css" href="class.css" />
Random Solutions  
 
programming4us programming4us