in reply to TinyMCE javascript toolbar
| Hi Monks, | ||||||
So this post was posted with TinyMCE. Here are some features, all from the toolbar:
HeadingsAnd lots of other stuff. |
||||||
| It still has a few issues, but they mostly have workarounds which are easer than scripting the HTML yourself. Here are a few: | ||||||
p-tags and br-tags are converted to non-breakable space characters. This is not very helpful, so this post has a table for paragraphs. Oh, I forgot it has tables too:
|
| row | header |
| row | item |
| row | item |
use strict;
use warnings;
print @_;
(Note white space problem -now fixed again thanks to "Anon"- and (updated) paired code tags on each line - thanks anon)
use strict;
use warnings;
print @_;
|
|---|