(SOLVED) (?) Line Height for Text

For Joomla! 1.5 Coding related discussions, please use: http://groups.google.com/group/joomla-dev-general
Locked
nativeson
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Tue Nov 03, 2009 8:46 pm

(SOLVED) (?) Line Height for Text

Post by nativeson » Tue Nov 03, 2009 8:59 pm

In articles: If I write a paragraph and allow the line to wrap to the next line it appears fine.

If use the enter key to go to the next line it appears the text to double space.


Any help will be greatly appreciated so much!

Cheers
Last edited by nativeson on Tue Nov 03, 2009 10:42 pm, edited 3 times in total.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: (?) Line Height for Text

Post by imanickam » Tue Nov 03, 2009 9:42 pm

I notice that the following css is at the higher level that drives the line height.

Code: Select all

#bg {
	background: #f4f4f4;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height:1.5;
}
As for as editor goes, you could try <shift><enter> for single spacing.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged

nativeson
Joomla! Apprentice
Joomla! Apprentice
Posts: 10
Joined: Tue Nov 03, 2009 8:46 pm

Re: (?) Line Height for Text

Post by nativeson » Tue Nov 03, 2009 10:20 pm

Shift + Enter with line-height: 1.5 works perfect. Thank you imanickam.

User avatar
imanickam
Joomla! Master
Joomla! Master
Posts: 28202
Joined: Wed Aug 13, 2008 2:57 am
Location: Chennai, India

Re: (?) Line Height for Text

Post by imanickam » Tue Nov 03, 2009 10:35 pm

You are welcome...

Please, if possible, make sure to mark this discussion as solved by by going to the First Post of this discussion and
(i) Choosing the Green Tick Mark in a Circle for the Post Icon and
(ii) Inserting the word [SOLVED] in front of the discussion Subject.
Ilagnayeru (MIG) Manickam | இளஞாயிறு மாணிக்கம்
Joomla! - Global Moderators Team | Joomla! Core - Tamil (தமிழ்) Translation Team Coordinator
Former Joomla! Translations Coordination Team Lead
Eegan - Support the poor and underprivileged


Locked

Return to “Joomla! 1.5 Coding”