Editor

  • KLIPING2
  • Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #39341 by KLIPING2
Editor was created by KLIPING2
Good afternoon!
I would like to know how to adjust paragraph margins (line spacings) from Joomla's Editor as we do in Word going to "Format and paragraph option".
Thank you

mi site

Please Log in to join the conversation.

More
10 years 7 months ago #39347 by ivan.milic
Replied by ivan.milic on topic Editor
You would have to do it manually (default editor in joomla is Tiny MCE):
Code:
<p style="line-height: 120%">xxxx<p>

You can try to find other editor component, I think JCE does not have it also, for FCK i'am not sure.

Please Log in to join the conversation.

  • KLIPING2
  • Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #39353 by KLIPING2
Replied by KLIPING2 on topic Editor
I intalled JCK but I have this error....

Warning: the JCK Editor cannot find a default template.css style-sheet to use. Please see

Please Log in to join the conversation.

More
10 years 7 months ago #39358 by ivan.milic
Replied by ivan.milic on topic Editor
You need to go to its configuration and change path of loaded css file to point to template_css.css file located in /css folder of our template.


You nac then add to that filr

.line-height-120{
line-height: 120%;
}

.line-height-80{
line-height: 80%;
}

...

that way you will able to control what you asked at first by applying this classes to paragraph.

Please Log in to join the conversation.

  • KLIPING2
  • Topic Author
  • Visitor
  • Visitor
10 years 7 months ago #39363 by KLIPING2
Replied by KLIPING2 on topic Editor
I put in configuration... Use Custom clases CSS.... templates/hot_destinations/css/template_css.css but same error...

Warning: the JCK Editor cannot find a default template.css style-sheet to use.

Please Log in to join the conversation.

More
10 years 7 months ago #39372 by ivan.milic
Replied by ivan.milic on topic Editor
Try different urr to file , path you set is not correct

Please Log in to join the conversation.

Time to create page: 0.080 seconds
Powered by Kunena Forum