html - linking to root level then images folder -
i have file structure looks this:
i trying use root-level links images because have footer needs used in subfolders of subfolders has images in it. instance, in styles.css file trying background: url('/images/logo.png') no-repeat;, image doesn't show up. if background: url('../images/logo.png') no-repeat;, image appears. doing wrong?
i think need on server work like. try setting lamp on pc or mamp on mac.
Comments
Post a Comment