On 27 Jan 2008, at 17:05, grey1618 wrote:
When it prints, I need the wrapped lines to double space. I can preview the documents with firefox. Would there be anyway to get the doublespacing there?
if you have the web developer extensions for firefox you can edit the css. assuming your text is inside <p></p> tags you can just add this in the css editor:
p {line-height: 2;}
and you'll see double line heights.
printing from the firefox window will then give you double height lines...
hth