I have the following folder setup:
Main
css
stylesheet.css
sub
example
index.php
index.php
How do I link stylesheet.css
for the index.php
file in example
?
<link rel="stylesheet" type="text/css" href="css/stylesheet.css">
This only works for index.php
in the Main section.