Fairly new user here, so if this question is dumb please be kind. I am trying to edit heading text in a topic, "h1" style is applied. When I click in the spot where I want to add text the blinking cursor quickly stops blinking and I cannot enter any text. If I am able to enter even one character I get these message with each character.
CSS: C:\Users\D005583\Documents\My Projects\The_PORT\Content\Policy_Undates_2013\Policy_Updates_April_2013\PPU-13-04-002.htm: CSS: Invalid line-height: New
What is happening?
Thanks,
Sallie Leo
CSS Messages
Re: CSS Messages
Welcome to the forums.
I would open the topic in the Internal Text Editor or turn on the split code/design view and look at the code-behind in the topic. See if there is an inline style somewhere in that heading tag (either within the h1 tag itself or a span tag) that has the line-height attribute set to "new". If it's there, take out that inline style entirely. If it's not inline in the topic, then it must be defined in the h1 tag in the stylesheet. In that case, open the stylesheet in the Stylesheet Editor or the Internal Text Editor (whichever view you prefer), and either set the line-height attribute back to default (not set) or set it to a valid value, which would be a numerical value of some kind (e.g., 12px, 12pt, 120%, etc.) or "auto".
I would open the topic in the Internal Text Editor or turn on the split code/design view and look at the code-behind in the topic. See if there is an inline style somewhere in that heading tag (either within the h1 tag itself or a span tag) that has the line-height attribute set to "new". If it's there, take out that inline style entirely. If it's not inline in the topic, then it must be defined in the h1 tag in the stylesheet. In that case, open the stylesheet in the Stylesheet Editor or the Internal Text Editor (whichever view you prefer), and either set the line-height attribute back to default (not set) or set it to a valid value, which would be a numerical value of some kind (e.g., 12px, 12pt, 120%, etc.) or "auto".
Lisa
Eagles may soar, but weasels aren't sucked into jet engines.
Warning! Loose nut behind the keyboard.