<li><aid="tab4"href="javascript:flipTab(4)"title="<?php _e('About the software') ?>"accesskey="4"><?php_e('About')?></a></li>
</ul>
<divid="flipper"class="wrap">
<divid="content1">
<h2><?php_e('Rich Editing Basics')?></h2>
<p><?php_e('<em>Rich editing</em>, also called WYSIWYG for What You See Is What You Get, means your text is formatted as you type. The rich editor creates HTML code behind the scenes while you concentrate on writing. Font styles, links and images all appear just as they will on the internet.')?></p>
<p><?php_e('WordPress includes TinyMCE, a rich editor that works well in most web browsers used today. It is powerful but it has limitations. Pasting text from other word processors may not give the results you expect. If you do not like the way the rich editor works, you may turn it off in the My Profile form, under Users in the admin menu.')?></p>
<p><?php_e('Because HTML code depends on the less-than character (<) to render web pages, this character is reserved for HTML code. If you want a "<" to be visible on your site, you must encode it as "&lt;" without the quotes.')?></p>
</div>
<divid="content2"class="hidden">
<h2><?php_e('Advanced Rich Editing')?></h2>
<h3><?php_e('Images and Attachments')?></h3>
<p><?php_e('Some (not all) browsers allow you to drag images and other items directly into the editor. Most <a href="http://www.mozilla.org/products/firefox/" title="Mozilla.org, home of the Firefox web browser" target="_blank">Firefox</a> users can drag images from the uploading box (directly below the editor) and see their images instantly, complete with a link. If you cannot do this, use your clipboard Copy and Paste functions to insert the image and link tags. The rich editor will display the images after you have saved the post or used the HTML Editor to refresh the display.')?></p>
<h3><?php_e('HTML in the Rich Editor')?></h3>
<p><?php_e('When you want to include HTML elements that are not generated by the toolbar buttons, you must enter it by hand. Examples are <pre> and <code>. Simply type the code into the editor. If the code is valid and allowed by the editor, you should see it rendered the next time you update the display, usually by saving or using the HTML Editor. If you want to display "<" on the web, you must encode it as "&lt;" in the editor.')?></p>
<h3><?php_e('The HTML Editor')?></h3>
<p><?php_e('The editor will not always understand your intentions as your editing gets more complex. Use the HTML Editor to sort out any rough spots, such as extra elements or attributes. WordPress will strip all empty <p> tags and <br /> tags in favor of simple newline characters. However, it will preserve any tag such as this: <p class="anyclass"></p>. When using the HTML editor, all less-thans are double-encoded: &amp;lt;. This ensures they display as &lt; in the rich editor and < on the web.')?></p>
</div>
<divid="content3"class="hidden">
<h2><?php_e('Writing at Full Speed')?></h2>
<p><?php_e('Rather than reaching for your mouse to click on the toolbar, use these access keys. Windows and Linux use Alt+<letter>. Macintosh uses Ctrl+<letter>.')?></p>
<p><?phpprintf(__('TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under %sLGPL</a> by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances.'),'<a href="'.get_bloginfo('home').'/wp-includes/js/tinymce/license.txt" target="_blank" title="'.__('GNU Library General Public Licence').'">')?></p>
<ahref="http://sourceforge.net/projects/tinymce/"target="_blank"><imgsrc="http://sourceforge.net/sflogo.php?group_id=103281"alt="<?php _e('Hosted By Sourceforge') ?>"border="0"/></a>
<ahref="http://www.freshmeat.net/projects/tinymce"target="_blank"><imgsrc="http://tinymce.moxiecode.com/images/fm.gif"alt="<?php _e('Also on freshmeat') ?>"border="0"/></a>