|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
directory
ok, let's say I would have a html file in
http://bal.com/bla/bla.html and that should display a picture in http://bal.com/bla.jpeg but I don't want to use the full path. Is there some way to say, use one dir higher? |
|
#2
|
|||
|
|||
|
RE: directory
Yes sure! Try "../" before the image filename in img tags. That means show the image which is in higher directory.
eg. Code:
<img src="../bla.jpeg"> |
|
#3
|
|||
|
|||
|
RE: directory
ah thanks, that's great, it didn't want to come to me how to do it.
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Client Side Things > directory |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|