Forums
This topic is locked
Getting Table Borders to show when printing
Posted 22 Dec 2003 15:06:13
1
has voted
22 Dec 2003 15:06:13 George Kopachilis posted:
im having a problem with a form i print out - it looks fine when viewed from the webpage but when you print it out if a cell is not populated the border of just that cell does not print - it looks like a mess... any ideas on how i can get all the borders to print out? Replies
Replied 22 Dec 2003 15:25:46
22 Dec 2003 15:25:46 Wayne Hultum replied:
have you got a "none-breaking-space" in the cells?
Replied 23 Dec 2003 16:08:09
23 Dec 2003 16:08:09 Vince Baker replied:
wayne is right....you need to have the following in side the <td> </td> tags
<td>& n b s p ;</td> (Ihave seperated the characters otherwise it will not be displayed.
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Edited by - bakerv on 23 Dec 2003 16:09:01
<td>& n b s p ;</td> (Ihave seperated the characters otherwise it will not be displayed.
Regards
Vince
Visit my home: www.chez-vince.com
VBScript | ASP | HTML | SQL | Oracle | Hosting
Edited by - bakerv on 23 Dec 2003 16:09:01