I have decided to revisit this posting in case anyone else has a similar problem. The code shown above does indeed result in the correct first line placement, however I had more code after the style coding which I didn't include:
Quote:
<BODY style="text-indent:1em">
|
This was forcing the first line of the blockquote to start at indent:1em, I have corrected it for now using a div tag removing the indent.
Chauncey