30 Oct
2003
30 Oct
'03
6:03 p.m.
Mike Doanh Tran wrote at 2003-10-29 16:25 -0700:
I would greatly apprecitate it if someone could show me how format a record so that it can be print one record per page.
I've tried the method below, but that is not exacly what i wanted.
<dtml-in "getRecord()"> <dtml-var recordA newline_to_br> </dtml-in>
HTML is essentially a page-less languages. Search the HTML 4.1 specification for tags that may allow you to control paging. -- Dieter