
July 22nd, 2003, 11:56 AM
|
 |
Contributing User
|
|
Join Date: Dec 2002
Location: Barcelona
Posts: 133
Time spent in forums: < 1 sec
Reputation Power: 11
|
|
|
if you follow my example above, if you place all your css files in, for instance, css folder, you would call it like:
<link rel="stylesheet" href="/css/includes/style.css" type="text/css">
from all your pages, and it'd work always, as it's absolute path. It's the same as calling
<link rel="stylesheet" href="http://www.yourdomain.com/css/includes/style.css" type="text/css">
|