Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
Empty Table Cell Shows Up as Black

Hint Short Cut: Add this to your code & documentation to help you find this page.
http://www.notesninjas.com/#EmptyTableCell or http://www.notesninjas.com/A555F9/nn.nsf/ByAlias/EmptyTableCell


In Firefox or Netscape as old skoolers call it, if you have an empty table cell the table shows black background. Looks horrible. It is there for a reason though. There are a few ways around it.





I got the old black empty cell problem again today.

This is a problem in browsers that correctly  follow standards, so don't worry about it ie users.

 

Empty cells are displayed as black and the borders are not shown, this is to allow nice table areas to merge with the background.

See http://fantasai.inkedblade.net/style/discuss/table-backgrounds/ for details.

The old solution is to stick an   in the formula for any empty values.

@if(middlename="""[&nbsp]"middlename)

 

Another neat solution is to use stylesheet code such as:

   td:empty {
     border: none;
     background: transparent;

  }
  th:empty {
     border: none;
     background: transparent;
  }

This works quite well, as it uses the undelying form colour instead of black.

Another way would be to write some javascript that fills any empty cells with a   ......

 

 Jump to:     Notes Tips
    Lotus Notes Index 
  Register for Tips
Previous Lotus Notes Tip 
    Next Lotus Notes Tip
Your company logo here?
Adam Foster
Free Cash Making Web Site
Free Revenue Earning Blog Site
 Free Revenue Earning Newsletter Site   
Free Search Pages Free Web stats
Free Contact Us page
Cheap .com domain names
 Need a website or 
   Lotus Notes
  problem solved?
Adam Foster
Lotus Notes and Domino 6 Programming Bible by Brian Benz, Rocky Oliver
Covers all the programming techniques, concepts, and languages used with Notes and Domino, as well as the many new features of Domino 6 Thoroughly examines the Notes and Domino role with Java, XML, Web services, and other IBM products and technologies Provides extensive code and examples, many geared to the needs of administrators High-profile authors, known to their audience through conferences and articles Companion Web site shows example applications from the book running on a live Domino server and provides code download.
See at: Amazon.co.uk | Amazon.com |