Wrap Text in HTML
Hi Community, The script below creates a journal with wrapped text. However, when I save this as an HTML file, the text is no longer wrapped. How can I maintain formatting from the journal to an HTML file? win= New Window("Metrics",
<<journal,
hlb = H List Box(
Spacer Box(size(400,1000)),
V List Box( Spacer Box(size(10,10)), cb = H Center Box(), Spacer Box() ),
Spacer Box(si
...