[Seaside] Images and stuff

Avi Bryant avi@beta4.com
Fri, 14 Jun 2002 22:35:48 -0700 (PDT)


On Fri, 14 Jun 2002, Jim Benson wrote:

> I assume that I create a directory on the host to serve from (let's assume
> c:\seaside\jill.jpg for the example), how do I indicate to Seaside/Comanche
> that is where the image resides in some sort of relative URL form? And what
> HTML do I have to generate to have that image served?

- There's a "Document Root" field on the config page for your app.  Set
this to c:\seaside.

- use <img src="resource/jill.jpg"> in your HTML