Hi, i've been working on a project at school- slicing psd to html. Since im behind, i brought it home on my usb. Ive been using notepad but at school i was using espresso. Why isn't it linking up? It was working fine at school, and theyre in the same folder........ i would really appreciate your help
Thanks
EDIT: now i know i have absolute links instead of relative, so it doesnt work on other computers. Heres an answer from a forum: "Sounds like you probably have absolute links in your page rather than relative, so they'll be like 'C:/Documents//Bob/Website/styles.css' for example so when you put them on another computer drive the links are no longer correct. Make sure you always use relative links around your own site, so if you have your html files and css files in the same folder the link is just 'filename.css'. If they were in a folder it would be 'folder/filename.css'. But never the full absolute link. Hope that makes sense."
So if anyone can tell me how to change the links i would really appreciate it! Thanks!