Rich Shepard wrote: > 1.) How do I insert the letterhead at the top of the page (presumably > using the logo environment)?
In the preamble of the template, uncomment the line "fromlogo=true", then insert a paragraph style "logo" after sender name and insert an image via Insert->Graphics (as usual). The positioning of the logo depends on the value of fromalign (see scrguien, sec. 6.2.6. > 2.) How do I align the inside address with the rest of the letter's > content? It's too far to the left Preamble \makeatletter [EMAIL PROTECTED] \makeatother but I wouldn't change this, since it should fit the address window of the envelope. > (or everything else is too far to the right.) just adjust the left margin (in document->settings->margins). However, I wouldn't do that either. Else your customers are going to punch into the text. > 3.) Can I have the date printed before the inside address? To move the date up/down, play with these values in preamble: \makeatletter % vertical position of ref line (date) [EMAIL PROTECTED] % space between ref line and letter text [EMAIL PROTECTED] \makeatother > 4.) What ERT will move the closing and my title to the left margin? Preamble: \renewcommand*{\raggedsignature}{} HTH, Jürgen