Is it possible to have a quote button in the FCKEditor? The blockquote button only gives an indent to the left. It doesn't encloses the highlighted text into a box. Can we do that in FCKEditor?
If offsetting the blockquote in a colored box (a la many blogs) is something you want to do as a standard, then the easiest way to implement it would be to use a CSS file to change the default style of blockquotes.
LesBarstow wrote:If offsetting the blockquote in a colored box (a la many blogs) is something you want to do as a standard, then the easiest way to implement it would be to use a CSS file to change the default style of blockquotes.
i'm using a plugin for posting code, and had to modify the css settings for a pre tag. it's a rather clunky way to simply quote something, as the plugin spawns a dialog window where you have to select options.
if you edit the css for a blockquote, then you relinquish the regular blockquote (should you ever actually want to use it).
does anyone know of a quote plugin? or perhaps a rich text editor that has a quote button?
You might be able to create a custom style for the Style drop-down that only applies to blockquote elements and will apply a style to the blockquote. I do this for TD elements, but I'm not sure if you can get the selection "Just Right" enough to do it for blockquotes...
Re: Quote Problem
Re: Quote Problem
Re: Quote Problem
Re: Quote Problem
i'm using a plugin for posting code, and had to modify the css settings for a pre tag. it's a rather clunky way to simply quote something, as the plugin spawns a dialog window where you have to select options.
if you edit the css for a blockquote, then you relinquish the regular blockquote (should you ever actually want to use it).
does anyone know of a quote plugin? or perhaps a rich text editor that has a quote button?
Re: Quote Problem