Horizontal line i FCKeditorX

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
heltinde

Horizontal line i FCKeditorX

Post 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.
FinnK

Re: Horizontal line i FCKeditorX

Post 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.
heltinde

Re: Horizontal line i FCKeditorX

Post by heltinde »

Thanks a lot! Now it works like a charm.
Locked

Return to “Layout and Design (CSS & HTML)”