The following Dodgers have been smited by the JDK for their crimes against Jam:
All the girls! for picking on the JDK and damaging his already delicate self esteem!
The Basserd Who Nicked Copper's Stuff For the offense of nicking Copper's stuff. You are a tw*t, whoever you are and we all hope you get run over by a tram in Nottingham. Or Liverpool. Or whereever else they have trams!
Copper For the crime of playing with her Wii instead of her Jammie pals!
i have a real question yo.. please proceed with care
i have a main directory on my server - there are two (well more, but for the purpose of this explanation) subdirectories.. one has images, and one has password protected pages..
does anyone know how to in the <img src....> tag, step back outta the password directory.. and into the image directory to use an image without having to put the entire url in there..
anyone? anyone? i sure dont.. but i do need to know
i have a directory called.. let's say MAIN.. the index.html file is in there.. it has a pretty picture on it found in the subdirectory IMAGES.. and then it links to another page called secondpage.html which is found in the subdirectory called PAGES.. so we have:
both the main page and the secondpage need access to picture.jpeg.. in the main page all i have to say is:
< img src = "images/picture.jpeg" / >
BUT .. how do i reference the image from the secondpage without having to put the entire url in there.. ie www.mycoolpage.com/images/picture.jpeg.. (WARNING: THIS IS NOT A REAL PAGE.. i dont think)
i need to step back from the PAGES subdirectory to the main directory.. then step into the IMAGES subdirectory to get it.. is there a nicer way to do it.. see?
quote: Originally posted by: bonniepirateanne "in the main page all i have to say is: < img src = "images/picture.jpeg" / > BUT .. how do i reference the image from the secondpage without having to put the entire url in there.. "
use img src ="../images/picture.jpeg"
added note: use one ../ for every directory you need to go back... i'm assuming it's only one.
You've seen the new front page at www.freewebs.com/jdbb. It's a bit basic cos ...well my HTML knowledge is a bit basic. So why don't you use your amazing powers of web design to come up with something a little less basic and a little more.... cool! Like including a background image like this:
I mean, how the hell do you do that?
Amaze me!
I'm experimenting with Flash. I may be able to come up with a nice little flash intro given a few erm...months.
quote: Originally posted by: Andromeda " use img src ="../images/picture.jpeg" added note: use one ../ for every directory you need to go back... i'm assuming it's only one.-- Edited by Andromeda at 22:02, 2004-08-03"
darren, i shall look into the page.. in 6 weeks when i'm done with my dissertation