This might give an idea of what it's really used for:
<html>
<table width="100%" height="40%" border="1">
<tr>
<td></td>
<td></td>
</tr>
<table>
<table width="100%" height="40%" border="1">
<tr>
<td> </td>
<td> </td>
</tr>
<table>
Without the system sees nothing to print and doesn't render the table cell. With the the system sees a non-printing blank space to print, and as it has something, it renders the cell.
HTH
Main Topics
Browse All Topics





by: Duncan_FordPosted on 2004-05-31 at 07:40:47ID: 11196779
is a non-printing blank space.