Click to See Complete Forum and Search --> : printing table borders


Metroid
10-08-2003, 01:36 PM
I have an asp page which displays sql server data. I want it to print the grid lines around the tables. How does one go about having the grid lines print.

Thanks-in-advance

lcscne
10-08-2003, 04:17 PM
mine print with

<table border="1">

another thing to consider is: if there isn't a value returned by the db, then force a &nnbsp; like this <td>&nnbsp;</td>.

Metroid
10-08-2003, 04:36 PM
Thanks for the responce lcscne.

My next question is: How do I force <td>&nnbsp;</td>?

Thanks.