|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
#1 |
|
Member (10 bit)
|
Ok, lets say i have a folder on my web site's server and I have images in that folder but in a directory below it I have anthor page and I want the images to appear on it, how can I do that?
ROOT - ________________________________________ Folder A------------------------- -=//Image//=-- Folder B--------------------- page.html |
|
|
|
|
|
#2 |
|
Member (13 bit)
Join Date: Jul 2000
Location: Fullerton, CA
Posts: 7,030
|
In page.html just add:
Code:
<img src="../Folder A/image.jpg">
__________________
"A witty saying proves nothing." - Voltaire |
|
|
|
|
|
#3 |
|
Staff
Premium Member
Join Date: Jul 1999
Location: Arlington, TN
Posts: 5,538
|
Or simply
<img src="/FolderA/file.jpg"> This will force the file to be read from you WebRoot directory.
__________________
Want to Make $$$$ with your Computer? No Risk! Simply press shift-4 four times in a row |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|