Wysiwyg for Wordpress 2.0+
PLUGING Tables
Adds a table-insert button to the wysiwyg.
1. Download the tables plugin here:
table.zip
2. Drop the entire table folder into the Wysi-Wordpress/plugins directory.
3. Add the code below to Wysi-Wordpress/wordpress.js
Find this:
plugins : “emotions,imagebrowser,dictionary”,
Add table, like this:
plugins : “table,emotions,imagebrowser,dictionary”,
Find the line:
theme_advanced_buttons2_add : “link,unlink,separator,imagebrowser,
Add table to this line, like so:
theme_advanced_buttons2_add : “table,link,unlink,separator,imagebrowser,
Finally, find the line:
theme_advanced_disable : “strikethrough,visualaid,anchor,zoom,table,row_before,
Remove the word table from this line, change it to:
theme_advanced_disable : “strikethrough,visualaid,anchor,zoom,row_before,


0 Responses to “Wysiwyg for Wordpress 2.0+”
Leave a Reply
You must login to post a comment.