Is it possible to have a custom page with a predesigned printable page?
Or can that predesigned page be filled in and sent as a email???
tkx in advance
tony
3 Aug 2008 11:18 PM
Hi TheBirdMan
If I understand your question correctly, here's
my suggestion.
Create your 1ST. custom page "Whatever text",
add a link to your 2ND. custom page that would be print friendly.
On the 2ND. custom page, you can add code "shown below" anywhere on the page to be printed.
<FORM>
<INPUT type="button" value="Print" Onclick="print()" ;>
</FORM>