Bullets Line Spacing
Another line spacing issue....originally I had thought this as a fckeditor issue, but now I am beginning to think it is a css/theme issue.....
When using tikinewt theme, if I do a bulleted list dot list, it will look something like this within the editor...
- Test1
- Test2
but when I save it, and then look at it, it has an additional space...
- Test1
- Test2
When I look at it with view source within a browser, I actually see it is adding p paragraph codes after every li entry....
When I try to view source within the wysiwyg, I do not see the p paragraph tags.....
So, I originally was working the angle where this must be an fckeditor issue....but when I change my theme to something like damian, it properly shows the lists the same way (without the additional space caused by an additional html p tag)in both editor and when published....
Any idea where this p paragraph tag is being inserted?
Thanks once again for any help....