manok2912 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

Important: Always use relative file paths for linked files. #1

Open josephtkim opened 7 years ago

josephtkim commented 7 years ago

https://github.com/manok2912/prj-rev-bwfs-dasmoto/blob/master/DAandC/dac.html#L4

It is always a good idea to utilize relative file paths when linking other files. Currently, the file path for the CSS document will only be accessible with the same folder structure as on your personal computer. To make it relative to the project folders, you can use

<link href="resources\dac.css" type="text/css" rel="stylesheet">

so that anyone with your project folders can access this.