View question: how display images in documents in a table and not in rows!

Hej,

I have a web db that contains documents. Each document contains an image. Now I want to display the images via a view on the web.

Default the images will get displayed each row one image. But I would like to display it like a sort of photo gallery so for example 3 images per line/row.

Does anyone know how I must modify the view or column formulas to enable this display?

Thank in advance for your help!

Kind regards,

Patrick

Subject: View question: how display images in documents in a table and not in rows!

Patrick,

In your situation I’d recall that there is a view property something like “treat view as HTML code for web browsers”.

Working with this this actually allows you to create an HTML document which then is served to the browser.

I have used this method quite successfully in similar situations with web applications.

It however needs some HTML coding experience, along with some understanding that you’re creating HTML codestream and not a Domino view any more.

However, it works!

Have fun,

Stephan

Subject: you’re right

hi Stephan,i followed your advice.

How do you solve for example that the column headings are also displayed as html and do not stand above the row entries anymore?

regards, Patrick