Hi, I've tried building a web site with the layout are put in a deep sub-directory, says; it should look like =>rootdirectory/userarea/template/template1/header.php I tried to link the utilize the style.css file with simple tag like <link href="styles.css" rel="stylesheet" type="text/css"> but it doesn't work. It works good when these files are in root directory, says, header.php and other files in the first folder. How can I overcome this. Sorry for my Bad English and you understand what I meant. Thanks Ket
It will be the case that your path is wrong. href="styles.css" -> you need to make sure the directory(s) is specified, such as href="directory/styles.css"