Greetings! I am working with a new installation of BlackBear. For some reason the WYSIWYG is not working as expected within the paragraph formatting.
For example:
Here is the text I want.
And this is the next paragrah with a shiny space inbetween.
What I am getting is:
Here is the text I want.
And this is the next paragrah without the shiny space I wanted. :(
Any suggestions on how to rectify that? I tried removing/altering:
| Code: |
#content p {
line-height:20px;
font: 12px;
}
|
... but that didn't seem to help. :(