30.12.2012, 17:13
Cut and paste the css into a file called something like "main.css"
Then in the <head> of the HTML in your PHP file, do this:
<link rel="stylesheet" type="text/css" href="main.css" media="screen" />
EDIT: And yes, ALWAYS use <?php
I believe it is in good practice as most PHP interpreters look for that.
Then in the <head> of the HTML in your PHP file, do this:
<link rel="stylesheet" type="text/css" href="main.css" media="screen" />
EDIT: And yes, ALWAYS use <?php
I believe it is in good practice as most PHP interpreters look for that.