Notes Ninjas Notes Ninjas
Lotus Notes hints, tips, error messages
Thin Web Table Borders

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


Lotus Notes table borders are a bit thick or clunky. Here is some code to add that will make the lotus notes web table borders thin.





Stick this code in your web page:

 

<style type="text/css">
/* <![CDATA[ */
#obmessage table, #obmessage td
{
border-width: 1px 1px 1px 1px;
border-spacing: 0;
margin:0;
border-collapse: collapse;
}
/* ]]> */
</style>

 

 

or  just

<style type="text/css">
TABLE {border-collapse:collapse}
</style>

and enter your lotus notes web table as before.

 

 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
Beginning Java Web Services by Andre Tost, Henry Andre Bequet, Meeraj Kunnumpurath, Sean Rhody
Web services are no longer a nascent technology in the programming industry; every major software vendor is rolling out web services-related APIs and products. Today Java developers are successfully adopting web services as the latest technology in application development in order to enable...
See at: Amazon.co.uk | Amazon.com |