Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Displaying Graphic

Quote Reply
Displaying Graphic
The graphic upload works well.

When displaying search results, is there an easy way of displaying the graphic together with the search results, or do we have to get into editing html?

thanks
Tim Ault
Oxford UK
Quote Reply
Re: [timbo] Displaying Graphic In reply to
You have to add to your search_results template something like this:

<img src=<%imagefield%>> Where "imagefield" is the field where the image address is stored.