In Domino, I am trying to add an image as a background to a table. I have figured out how to add a background image to a particular table cell block,but not to the entire table. Also, this is a continuous image with a size meant to fit an entire table for a side navigation, so applying it to every cell isn’t what I want.
Bruce Gilbert
Webmaster
Durham Public Schools
Subject: table background
If this is a web application, it is not optimal, but you can nest tables to get the desired effect.
You would be better off using Cascading Stylesheets and DHTML if you are sure of the broweser and version to be used.
Subject: table background
Create one table with a single cell.Configure the cell to display the image.
Create a new table inside that cell; this one contains all the required rows and columns.
Use CSS to force the correct row height and column width.
HTH
Nicolas Abesdris
Quintessence e-solutions Inc.