lenguyen2808 / prj-rev-bwfs-dasmoto

0 stars 0 forks source link

IMPORTANT - local images #5

Open franfranfranfran opened 7 years ago

franfranfranfran commented 7 years ago

make sure to save your images locally and then use relative file paths to link to them from your html and css. links to outside sources can easily become broken if that outside source decides to change where it is stored or take it down entirely.

inside of your project folder you should have a 'resources' folder that has two folders inside. one for images and one for css. save your images to the images folder and put the css file in the css folder.

more info about relative file paths can be found here - http://www.coffeecup.com/help/articles/absolute-vs-relative-pathslinks/