ricepattyk / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

use relative paths #1

Open rimmesbe opened 7 years ago

rimmesbe commented 7 years ago

It is important to use relative paths for linking your stylesheets and images, because root paths will only work on your computer. src="./resources/css/style.css"

https://github.com/ricepattyk/prj-rev-bwfs-dasmoto/blob/master/Dasmoto/index.html#L6

ricepattyk commented 7 years ago

Just to confirm, you mean I should use href="./resources/css/style.css" correct? I tried using src=, and it didn't work.

Thanks for the tip though. Once I did that, I was able to see the CSS changes I was making (when it didn't always work previously).