I\'m writing a template for dreamweaver, and don\'t want to change the scripts for subfolder pages.
Is there a way to make the path relative to the root directory?>
/ means the root of the current drive;
/
./ means the current directory;
./
../ means the parent of the current directory.
../