|
Re: inserting images with Seaside: msg#00169lang.smalltalk.squeak.beginners
Thomas Keller wrote: > [snip] > > > in my renderContentOn: html definition I enter the following: > html image: 'Resources/images.jpg' altText: 'Cybele-photo01.jpg'. Since you specified the Resources directory as the your file root (in your server startup code) you don't need it it. The file name (Cybele-photo01.jpg) doesn't belong in the alttext part of the tag. Also, do you have a directory called images.jpg in your Resources directory? Here's what I think you want but it depends on what your directory structure is below Resources: html image: 'images.jpg/Cybele-photo01.jpg' altText: 'Photo of Cybele' Hope that helps... David
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | images with seaside, Thomas Keller |
|---|---|
| Next by Date: | Re: troubleshooting question, David T. Lewis |
| Previous by Thread: | inserting images with Seaside, Thomas Keller |
| Next by Thread: | Re: inserting images with Seaside, Thomas Keller |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |