Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Inline Images

Quote Reply
Inline Images
Hello GT ...

We've got the image file upload thing working OK -- but we can't work out how to display the image inline, as part of a detailed record.

This works ...
Code:
<a href="db.cgi?cn=Logo&id=<%oID%>&do=view_file"> <%Logo%> </a>
... but we would like to have the logo immediately visible, instead of providing a link to it.
Quote Reply
Re: [YoYoYoYo] Inline Images In reply to
See this thread:

http://www.gossamer-threads.com/...orum.cgi?post=229891

Basically, you need to use the url you've got for the link as the src for the image. You also will probably want to add &uid=default to the src url (so that it's viewable by guest visitors).

Fractured Atlas :: Liberate the Artist
Services: Healthcare, Fiscal Sponsorship, Marketing, Education, The Emerging Artists Fund
Quote Reply
Re: [hennagaijin] Inline Images In reply to
Thanks ... that works for us. But we found that adding uid=default does strange things to the speedbar for registered users.