Is it only me who has a problem getting the horizontal line to work in the editor? In some pages it dosn't show up at all - in other pages I can see it, when I edit, but not on the finished page.
Can anyone tell me, what's going on, and how I can fix the problem?
Ver. 0.13 and Firefox.
I'm very sorry, if I have missed the explanation/solution elsewhere.
Horizontal line i FCKeditorX
Re: Horizontal line i FCKeditorX
I have noticed the same, but it is not something that has anything to do with FCK. When I looket inside the CSS-file "typography" connected to the template I was using discovered this:
Comment out or delete "display: none;" and the line will become visible.
Code: Select all
hr {
display: none;
}