Tech Notes
Tech Notes |
How to use CSS to make empty table cells look normal without using extra content
Question: In HTML, how can I make empty table cells appear normal, without sending out non-breaking spaces all the time?
Answer:: Use CSS to set the empty-cells attribute of the table. This will solve it for all TD and TH cells within the table.
table { empty-cells: show }
Copyright © 1995-2010 HREF Tools Corp. All Rights Reserved Worldwide. 09-Jul-2008.
Running DynHelp.exe v1.2.0.6 on WebHub-v2.125 built by D14
Calc time: 109 ms
Running DynHelp.exe v1.2.0.6 on WebHub-v2.125 built by D14
Calc time: 109 ms

