- Posts: 14116
- Thank you received: 1639
Editor
-
KLIPING2
- Topic Author
- Visitor
-
ivan.milic
Support Staff - Moderator
Less
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):
You can try to find other editor component, I think JCE does not have it also, for FCK i'am not sure.
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
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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.
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
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.
Warning: the JCK Editor cannot find a default template.css style-sheet to use.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
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