repeat region - printer friendly columns? -
06-25-2004
, 03:56 PM
Hi I have a recordset that I display on a page. It's about 64 records
of only 3 fields. I want to make the page 2 columns so it can be
printed on one paper from the web.
I tried the Looper 2 behaviour for PHP and mySQL (what I use), but
unfortunately, it lists things horizontaly. I need the lists to read
from top to bottom.
Any ideas? In other words, I need 50 percent of a recordset listed on
the left side of the page, and 50 percent on the right. 3 columns
might even be nice. (1/3 of the recordset each)... |