Page 1 of 1

Horizontal line i FCKeditorX

Posted: Mon Jun 05, 2006 8:47 am
by heltinde
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.

Re: Horizontal line i FCKeditorX

Posted: Mon Jun 05, 2006 3:13 pm
by FinnK
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:

Code: Select all

	hr {
		display: none;
	}
Comment out or delete "display: none;" and the line will become visible.

Re: Horizontal line i FCKeditorX

Posted: Mon Jun 05, 2006 4:54 pm
by heltinde
Thanks a lot! Now it works like a charm.