Hey all,
I think print a table, for example:
<table border='1'> <tr> <td>General Help</td> </tr> </table>
How print the table? Any ideas? I tried to search the forum and I could not find my answer.
you could use
echo "<table border='1'> <tr> <td>General Help</td> </tr> </table>";
sorry! I think : "<table border='1'> <tr> <td>General Help</td> </tr> </table>" show result in IE
and printer result
Try explaining your problem. Right now you're not making any sense. Are you saying you want it on paper?