Create an HTML Invoice: Difference between revisions
From DataFlex Wiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 64: | Line 64: | ||
</table> | </table> | ||
</span> | </span> | ||
</pre> | |||
'''Showing the data'''<br> | |||
The invoice data is shown in regular input fields, but the borders are suppressed. Put the following in your "head" section. | |||
The bk tag makes adding a pagebreak easy.<br> | |||
<pre> | |||
<style> | |||
input {font-weight: bold; type="text"; border: 0; font-size: 10px; readonly="readonly"; } | |||
bk {page-break-after: always;} | |||
</style> | |||
</pre> | </pre> | ||
[[Image:WaybillSample.JPG]] | [[Image:WaybillSample.JPG]] |