The Visual Editor in WordPress is great for clients. It lets them feel comfortable adding content with Word-like buttons that they are familiar with.
But, what happens when they want more font styles?
Although you can find plugins that add Quicktags to the HTML view Editor, such as Oren Yomtov's
Post Editor Buttons Plugin, I ...
View Post
While working on one of our sites, I noticed funny code starting to show up in the WYSIWYG editor area. I'm not sure if it actually messed anything up, but it was really annoying:
<input id="gwProxy" type="hidden" /> <input id="jsProxy" onclick="jsCall();" type="hidden" />
I found one
article online that said it was an FCK / ...
View Post
The WordPress TinyMCE editor mercilessly strips tags at will. Some will tell you that in order to avoid this problem you should
disable the visual editor, but this is not a realistic solution since a. Many people feel more comfortable using a visual editor and b. ...
View Post
There is a demand for more editing options when entering posts in WordPress. As
I mentioned here before,
Dean's FCKeditor for WordPress plugin allows you to replace the standard WordPress editor options with the well-known FCKeditor.
But this has two ...
View Post
From
DEAN LEE:/DEV/BLOG:
FCKEditor is a full feature web based WYSIWYG html editor,the best things is that:FCKeditor is compatible with most of the internet browsers which include: IE 5.5+ (Windows), Firefox 1.0+, Mozilla 1.3+ and Netscape 7,and claims to produce clean and valid XHTML 1.0 output.
Dean’s ...
View Post