I have a web application that runs a query in a mysql database and then displays the results in a HTML Table. I use borders in the table cells but some of the results generate null returns and the border is not displayed around the table cell. If I fill the null fields with a character (.) it displays fine. Is there any way I can make it think that it is not null even thought nothing is displayed in the cell?
Thanks
Thanks