I have created an array which gets (say) Name, Address, Telephone and displays them in a table with a border.
As we know, if a <TD> in a table is empty then no cell border is displayed and we have to put a <BR> in to force the cell to have the border, so I want to say (for example):
If there is no Telephone Number
Then
Insert a <BR> in this cell
Else
Display the Telephone Number
Can anyone help?
Cheers