Hi. I am new to php, and got one question.
When designing html pages, I can use the following code in the header of the page:
<link rel="stylesheet" type="text/css" href="style.css">
...
where "style.css" is the name of the css.file.
How do I do this in PHP, or can you not use css with php?
My code did however not work (code displayed above).
Can anyone help me, because I really would take advantage of css in my pages.
Thanks.
Brgds
Kenneth