Actions
Support #791
closed
FA
WTextEdit set space between two rows
Support #791:
WTextEdit set space between two rows
Start date:
04/16/2011
Due date:
% Done:
0%
Estimated time:
Description
How can i configure the space between two consecutive lines using WTextEdit ?
When i've used WTextEdit the space bteween two row is excessive, how can i reduce it ?
Thanks in advance.
KD Updated by Koen Deforche over 15 years ago
Hey Alfredo,
Between two table rows, between two lines, or between to paragraphs ?
I believe TinyMCE allows you to override the stylesheet that it uses which controls e.g. margin between two paragraphs.
Regards,
koen
FA Updated by Francesco Alfano over 15 years ago
Thanks for your response,
the space is between two lines !
Now i've used a stylesheet
like with
p {
margin:0;
padding:0;
border:0;
}
and seem it works.
KD Updated by Koen Deforche over 15 years ago
- Status changed from New to Resolved
KD Updated by Koen Deforche about 15 years ago
- Target version set to 3.1.10
KD Updated by Koen Deforche about 15 years ago
- Status changed from Resolved to Closed
Actions