Hi
Got a problem with the HR-tag in CMSMS and especially in the FCKeditorX.
When pressing the hr-button i get: but nothing shows in the page.
If I go into source-mode and alter it to: , still nothing happens... It's still not rendered.
Also, I've neatly modified the appearance of the hr-tag via my css. It works smoothly in plain XHTML files.
Any idea about how to solve the problem?
Check the site at: www.tinktank.dk
And a screenshot of the basic XHTML version here: http://tinktank.dk/uploads/tinktank-dk-xhtml.jpg
/Henrik
no horisontal ruler displayed on page
Re: no horisontal ruler displayed on page
/Henrik,
In the default templates, with the corresponding stylesheets, is the put out of order through CSS. The templates use a container , or something like that to put a CSS-styled to the page.
If you check the stylesheet and template, you'll see what I mean.....
Ronny
In the default templates, with the corresponding stylesheets, is the put out of order through CSS. The templates use a container , or something like that to put a CSS-styled to the page.
If you check the stylesheet and template, you'll see what I mean.....
Ronny
Re: no horisontal ruler displayed on page
That's right. You have 2 stylesheet attached to your template and "accessibility" one has
.accessibility, hr {
position: absolute;
top: -999em;
left: -999em;
}
Which throws to outer space and makes it invisible.
br, Keijo
.accessibility, hr {
position: absolute;
top: -999em;
left: -999em;
}
Which throws to outer space and makes it invisible.
br, Keijo
Re: no horisontal ruler displayed on page
ah, cool.. thx! That one I understoodKO wrote: That's right. You have 2 stylesheet attached to your template and "accessibility" one has
.accessibility, hr {
position: absolute;
top: -999em;
left: -999em;
}
Which throws to outer space and makes it invisible.
br, Keijo
Re: no horisontal ruler displayed on page
I have noticed the same issue. No horizontal lines showing when using the FCKeditor, is it ok to remove the style sheet hr divs?

Re: no horisontal ruler displayed on page
If you remove the hr {styles} from stylesheet but not from your templates it might not look what you want. You might test it by changing hr to something like kr so its misspelled and check how your page looks then.


