Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Change line spacing in message reader

617 views
Skip to first unread message

Larry Gusaas

unread,
Sep 3, 2007, 6:43:48 PM9/3/07
to
Is there a way to change line spacing in the message reader, similar to
the the solution Nir posted for changing it in the message listing pane?

--
Larry I. Gusaas
Moose Jaw, Saskatchewan

Website: http://larry-gusaas.com

Message has been deleted
Message has been deleted

Ken Whiton

unread,
Sep 3, 2007, 11:11:26 PM9/3/07
to
*-* On Mon, 03 Sep 2007 22:03:44 -0400,
*-* In Article ZrWdnWD7CbtIIUHb...@mozilla.org,
*-* Ron K. wrote
*-* About Re: Change line spacing in message reader

> Thunderbird Leader Ron K. teletyped, On 9/3/2007 8:27 PM:
>> Thunderbird Leader Larry Gusaas teletyped, On 9/3/2007 6:43 PM:


>>> Is there a way to change line spacing in the message reader,
>>> similar to the the solution Nir posted for changing it in the
>>> message listing pane?

>> That would require a userContent.css file in the chrome folder of
>> the profile you want to alter.

>> P { line-height: 1.0em !important }

>> The base value is 1 em and means 100% of the the fonts designed
>> height. Adjust the value to greater or less than 1 to increase or
>> decrease the "Leading" space between lines of displayed text.

> Upon review, this style could also be placed in the BODY tag where
> it will affect all line height computations within the message.

> Body { line-height: 1.0em !important }

To answer Rick's (the OP) follow-up question, will it also work
in the folder pane?

Ken Whiton

FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)

Peter Potamus the Purple Hippo

unread,
Sep 3, 2007, 11:54:39 PM9/3/07
to
Ron K. wrote:
> Thunderbird Leader Larry Gusaas teletyped, On 9/3/2007 6:43 PM:
>> Is there a way to change line spacing in the message reader, similar
>> to the the solution Nir posted for changing it in the message listing
>> pane?
>>
>
> That would require a userContent.css file in the chrome folder of the
> profile you want to alter.
>
> P { line-height: 1.0em !important }

what is P?

--
Please do not email me for help. Reply to the newsgroup
only. And only click on the Reply button, not the Reply All
or Reply to Author. Thanks!

Peter Potamus & His Magic Flying Balloon:
http://www.toonopedia.com/potamus.htm

Message has been deleted
Message has been deleted

Peter Potamus the Purple Hippo

unread,
Sep 4, 2007, 12:16:59 AM9/4/07
to
Ron K. wrote:
> Thunderbird Leader Peter Potamus the Purple Hippo teletyped, On 9/3/2007
> 11:54 PM:

>> Ron K. wrote:
>>> Thunderbird Leader Larry Gusaas teletyped, On 9/3/2007 6:43 PM:
>>>> Is there a way to change line spacing in the message reader, similar
>>>> to the the solution Nir posted for changing it in the message
>>>> listing pane?
>>>>
>>> That would require a userContent.css file in the chrome folder of
>>> the profile you want to alter.
>>>
>>> P { line-height: 1.0em !important }
>> what is P?
>>
>
> P is the HTML tag for paragraph.
>

gotcha. Atleast you didn't say its the end result of
drinking too much ;-)

Larry Gusaas

unread,
Sep 4, 2007, 3:07:08 AM9/4/07
to
On 9/3/07 8:03 PM, Ron K. wrote:
> Thunderbird Leader Ron K. teletyped, On 9/3/2007 8:27 PM:
>> Thunderbird Leader Larry Gusaas teletyped, On 9/3/2007 6:43 PM:
>>> Is there a way to change line spacing in the message reader, similar
>>> to the the solution Nir posted for changing it in the message
>>> listing pane?
>>>
>>
>> That would require a userContent.css file in the chrome folder of the
>> profile you want to alter.
>>
>> P { line-height: 1.0em !important }
>>
>> The base value is 1 em and means 100% of the the fonts designed
>> height. Adjust the value to greater or less than 1 to increase or
>> decrease the "Leading" space between lines of displayed text.
>>
>
> Upon review, this style could also be placed in the BODY tag where it
> will affect all line height computations within the message.
>
> Body { line-height: 1.0em !important }
>

Thanks. It works well.

0 new messages