Re: [xsl] FOP small boxes

Subject: Re: [xsl] FOP small boxes
From: Abel Braaksma <abel.online@xxxxxxxxx>
Date: Thu, 28 Dec 2006 17:48:43 +0100
This sounds like you're having trouble with HTML? Or with PDF (do you mean a form in a PDF file, or other output format)? How does your input look like? How does your XSLT look like and how does your current output look like?

In HTML, it will be something like"
<table>
   <tr>
       <td><input type="text" /></td>
       <td><input type="text" /></td>
        ... 16 x....
   </tr>
</table>

Use a CSS to style it.

Cheers,
-- Abel

Dave Dran wrote:
Hi!

I need to create 16 small boxes as an input box for credit card number entry.

How can I do it.

Thanks

Dave

Current Thread