Forum How do I...?

Field Set

prncuser
Trying to use the field set in prince pdf. But i am surprised with the results. Here is the html code i have used.
<html>
<body>
<fieldset >
<legend>Legend</legend>
Testing field set in prince
</fieldset>
</body>
</html>


Herewith i attached the pdf created.
  1. fldset.pdf10.2 kB
mikeday
Prince doesn't really support the <fieldset> element at this time. But it might be possible to emulate it with some sufficiently clever CSS.