By pengi on
How does one create an inline quote? I've passed by some comments about them here in the forums but I can't find anything via search, probably because I'm using the wrong term.
What I'm looking for is the ability to put some text into the body of a node which is indented a bit on both sides, and maybe formatted a bit differently. I'm not sure if this is a theme capability, or if it's a module, or a function of the editor (in this case fckeditor)?
Comments
Blockquote tag
Hi,
Sounds like you're talking about the
<blockquote>tag, which you can insert from the FCKeditor interface and then style as you please using CSS - by default most browsers add left and right indent, but you can modify this as you want.Yes, both you got it,
Yes, both you of got it, blockquote. I don't see that in the fckeditor interfact (as a button) but I can manage by inserting via plain text if I need to. If there is a fckeditor button that does it, what's it look like? I've allowed the full drupal set of buttons for the editor and full html for the input format. It must be staring me in the face?
FCKeditor Interface
Hi,
The blockquote button should be in the 'drupal full' set of buttons, I think (if not, you may need to check the fckeditor.config.js file) - it looks like a large left double quote, and might be in the same group as the indent/outdent buttons.
No new icons appear when I
No new icons appear when I unrem those lines. DrupalFull is the toolbar I'm using. I've never touched fckeditor.config.js before and must be doing something wrong but can't see what? I'm expecting the drupal page break and blockquote icons. Using fckeditor 2.6x. In part:
Browser Cache
Hmm, well, it should be showing then. One thing that has caught me out before is that the browser (especially Firefox) may be cacheing the previous Javascript config file, so you might need to clear the cache and hammer on shift-refresh before your changes show up.
Q
The HTML4 tag for an inline quotation is 'q' . This is not enabled in the default filtered HTML filter. You can add it to the list of allowed tags, or create a new filter. I'm not a FCKeditor user, but in BUeditor you would create a button for the tag.
add <blockquote> in context menu
I want to add option "Insert quote" and "remove quote" in context menu ...........
if any one has any idea then plz help me ..... I have urgent Task
Pragna J Bhalsod