Jaf
Posts: 70
Joined: 2/1/2006 Status: offline
|
quote:
Well, I'm quite close to becoming a hero with the implementation of our new titles list for each Program area at our fine educational institution. Always good news to hear we're making you look good quote:
However, one small snag. I'm not having any luck wrapping very long lines. I'm not sure exactly what problem you're having here. AscToHTM will attempt to calculate your page width, and then use that to decide which are "short" lines. Most text will be put out in paragraph form, so that lines will run together, but any "short" lines will have a <br> places on them in an attempt to preserve this "artificial" structure. It may be worth playing with the Short line length and page width parameters on the Anaylsis tab after you've first tried a conversion (the tab will update to reflect the values the software auo-detects after a conversion). Alternatively, if you want to preserve the line structure of the original in it's entirely, go to Conversion Options -> Output... -> File Generation -> General and select the Preserve line structure option. However, if what you want if to insert line breaks into text that doesn't already contain them, then I'm afraid there's not an option for that. Although you could perhaps use a CSS stylesheet to limit the text width on a page.
|