At 18.03.2002  16:57, you wrote:
>I would like to print the line bellow on my HTML generated by a PHP file.
>How can I do it?
>
>The line is:
><link rel="stylesheet" type="text/css" href="default.css">
>
>Thank you
>
>Daniel Ferreira Castro
Your line should be between <head> and </head>
the you could use
echo '<link rel="stylesheet" type="text/css" href="default.css">';
HTH Oliver


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to