I'm having a problem with the tables in my database. Any fields which are empty should be diplayed as a cell with a border. However when I have empty fields an empty cell is displayed with no border. Does anybody know how I could fix this problem?
Example code:
<tr>
<td bgcolor='#C8C8C8' width=150>MSN</td>
<td>$msn</td>
</tr>
Example code:
<tr>
<td bgcolor='#C8C8C8' width=150>MSN</td>
<td>$msn</td>
</tr>