Rank: Advanced Member Groups: Member
Joined: 11/17/2008 Posts: 20
|
HI
I am using the HTML editor and when i press enter it takes up two line spacing rather than one . How can i change the settings of the HTML editor to actually bring the cursor only one space down rather than two or am i doing something stupid
Rgds -Arul
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That's normal because you are adding a "<p>" element and by default <p> has top margin and bottom margins. You can change that by providing a different style sheet to your editor. You can do this by creating a separate .css file and then point TextAreaCssFile to that file. Inside that file you can custom the style for p element.
Thanks!
|