[Seaside] Images and stuff

Jim Benson jb@speed.net
Fri, 14 Jun 2002 22:02:31 -0700


OK,

So Seaside generates the HTML for my page, and I point my web browser at
port 8000 to get the results. Let's use http://localhost:8000/seaside for
this example.

Now, how do I place an image in the page there? Just assume a <img> tage for
a simple case. In other words, that static resource deal that was talked
about on the list awhile back.

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?

Thanks,

Jim