0

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?

besabestin
  • 482
  • 8
  • 26

1 Answers1

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