From: Rafael C. <raf...@gm...> - 2014-09-13 18:35:54
|
Hi, A good practice, and a way to avoid problems with web browsers, is that tables MUST HAVE the same quantity of table-datacells ("<td>" tags). If is needed, you can use the "colspan" attribute ( quantity of columns a cell should span). In CustomerInquiry.php I fixed this problem. But, now I see the lsat version with the fix undo and again we have the same problems in some web browsers. Is there any reason for that? Regards, Rafael. |