Hello,
I am using the FCK editor in Dotnetnuke. I have created some HTML Tag Styles for H1, H2, etc. in my skin.css file. and they are being recognized nicely in the FCK editor. My problem is that I would like to apply a heading style and only use a single line break (I hit shift and enter) to do this in FCK editor but it applies the heading style to this next chunk of text also. I would like to have a different style for the heading and use my 'normal' style for the text that follows. But I can't seem to get this to happen with the <br /> it only works if I hit enter again or <p>. It seems like it is all or nothing. I don't like having the space between the heading and the text that follows. Is there a way to accomplish this?
I truly appreciate any guidance,
Chris
I am using the FCK editor in Dotnetnuke. I have created some HTML Tag Styles for H1, H2, etc. in my skin.css file. and they are being recognized nicely in the FCK editor. My problem is that I would like to apply a heading style and only use a single line break (I hit shift and enter) to do this in FCK editor but it applies the heading style to this next chunk of text also. I would like to have a different style for the heading and use my 'normal' style for the text that follows. But I can't seem to get this to happen with the <br /> it only works if I hit enter again or <p>. It seems like it is all or nothing. I don't like having the space between the heading and the text that follows. Is there a way to accomplish this?
I truly appreciate any guidance,
Chris
Re: Heading Style and single line break
p {margin:0}
Re: Heading Style and single line break
Thanks a million! That did the trick
Re: Heading Style and single line break
Thanks,
Chris
Re: Heading Style and single line break
h3 {display: inline;}