Subj : text wrap and description tag: text does not wrap if using .value ???? To : netscape.public.mozilla.l10n,netscape.public.dev.xul,netscape.public.mozilla.jseng From : jmp Date : Mon Sep 20 2004 05:38 pm Hi, I have this issue with the description tag: The text wraps on 2 or more lines if the text is between the my text tags, but doesn't is I use the getElementById("myId").value = "my text that should be long enough to wrap, 30 times" in javascript. Does anyone know a work arounds ? I have tried to use and getElementById("myId").innerHTML="my text that should be long enough to wrap, 30 times" bu I get an error NS_ERROR_FAILURE (would the innerHTML attribute be read-only in XUL ) ??? Any help welcome, thanks JM .