xsl-list
[Top] [All Lists]

Re: [xsl] FOP small boxes

2006-12-28 09:50:07
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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--





--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>