RE: absolute pathing from context?

2001-04-25 Thread William Kaufman
If you're talking about getting that directory from HTML (e.g., to embed an image in your page), I'd suggest just referencing it directly, like, img src=/images/guernica.gif / This lets you alias it in your webserver, to put the images directory anywhere you like. If you're trying to find

RE: absolute pathing from context?

2001-04-25 Thread Matt Pease
If you're talking about getting that directory from HTML (e.g., to embed an image in your page), I'd suggest just referencing it directly, like, img src=/images/guernica.gif / This lets you alias it in your webserver, to put the images directory anywhere you like. If you're trying