html directory paths
html directory paths
- Started
- Last post
- 3 Responses
- vaporstouch
making a site with includes, and sub directories for different sections of the site. so some of my inlcludes have images, and i need the paths to work in all directories. so "images/" looks for an images folder in that directory, but "/images/" goes down to the root of site to find the images folder? do i understand that right, that should work?
- janne0
well better be safe then sorry and link them absolute instead of relative?
like h t t p : / / : yourdomain.com/subdir/img/pittur...
- van_rijn0
or do a base href
- vaporstouch0
thanks for the info!