So I was wondering if anyone knows of any plug-ins for displaying paragraph/character marks like a word processing program. Unless I missed it during my searches I was wondering if its possible. I think it would be a killer feature to help when you are trying to get something to align correctly but it just doesn't seem to work like it should.
Thanks,
Richard
Thanks,
Richard
Re: Paragraph Marks (possible?)
Re: Paragraph Marks (possible?)
Cheers
Re: Paragraph Marks (possible?)
I'm using FCKeditor 2.6. I've checked the forum and wiki with no success. I do see that there are paragraph mark images in the Office2003 skin but thats about it. I've looked for "Paragraph Marks", "Symbols", "non-printing characters", "Pilcrow" - their actual name, etc.
Any ideas? A plugin maybe?
Thanks.
Re: Paragraph Marks (possible?)
For a quick fix, you could use the :after pseudo-element, in the style sheet attached to your editing area:
This would place para.gif after each and every p element.
From: http://www.w3schools.com/css/pr_pseudo_after.asp
Obviously this would be limited to only more modern browsers, and doesn't provide an easy way to enable/disable, although maybe you could somehow switch the stylesheet on/off?