|
Hmmm well for some reason it seems to be working now, and yes the style sheet was included in the header.html file. Thanks for the help though!
PS For those who are newer to PHP make sure not to forget that an included file (such as header.html) will still access other files (such as styles.css) from the original file (such as login.php). This can get confusing if the included header is not in the same folder as the original file, and thus has to access the style sheet from the location of the original file.
|