I Have a field and a blank underlined space to put the value on(like Field_Name _____). I am doing it on a pdf converted from html using XMLWorker of itext. All I have in mind is create an inline empty div (beside the field) and give it a border-bottom. but border-bottom isn't being displayed. anyone got a better working idea?
Asked
Active
Viewed 785 times
1 Answers
1
Border-bottom doesn't work on a element. It does work on cells.
Source: http://demo.itextsupport.com/xmlworker/itextdoc/CSS-conformance-list.htm

Michaël Demey
- 1,567
- 10
- 18
-
So I think most of the elements have to be in table tags. – besabestin Mar 15 '13 at 13:23
-
It is considerably easier using tables, yes. – Michaël Demey Mar 15 '13 at 13:39