Hi, am using JDOM to create HTML-pages. I want to fill up the entry of a list-box in html with blanks, so that all lines are outlined to the right. I cannot use " " because the browser ignores that (or is there a way ?). So I tried and  , but JDOM (anElement.setText()) replaces & with an & Help is very welcome. Boerries