Hi Sharad, > We want to print address labels in two columns using > asp script, in pre defined height and width. The > data is stored in an Access table. > > Is it possible to print/display 2 records per row? > Fields containing no data are to be eliminated, as > blank rows will be printed on labels.
HTML is an imperfect form for such a thing, as the browser ultimately decides how to interpret the widths and sizes you specify, and not all browsers do a good job of this. Instead, consider using PHP with the PDF module to generate exacting sizes and widths from your database. Regards, Shawn K. Hall http://12PointDesign.com/ http://ReliableAnswers.com/ ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/17folB/TM --------------------------------------------------------------------~-> --------------------------------------------------------------------- Home : http://groups.yahoo.com/group/active-server-pages --------------------------------------------------------------------- Post : [email protected] Subscribe : [EMAIL PROTECTED] Unsubscribe: [EMAIL PROTECTED] --------------------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/active-server-pages/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
