right i have my css file with the css i want added to every page:
http://www.hab-tunes.com/Pages/Style.css
will this work??PHP Code:<?
include("Style.css");
?>

right i have my css file with the css i want added to every page:
http://www.hab-tunes.com/Pages/Style.css
will this work??PHP Code:<?
include("Style.css");
?>
yes it should. I did have the code but cant find it. It looks something like that though.
just that it saves me writing the css on every page
edito;
that seems to workCode:<style><!-- @import url(http://www.hab-tunes.com/Pages/Style.css); --></style>![]()
Last edited by Jamie.; 01-10-2006 at 07:44 AM.
Surely you know the code for adding CSS by HTML. No PHP needed. x]
Code:<link rel="stylesheet" type="text/css" href="css.css">
goodbye.
i choose php coz my pages r php n i thought the php include may have worked obviously not![]()
Just use the html way.
Html can be used in a .php document..
Want to hide these adverts? Register an account for free!