A tumblelog CMS built on AJAX, PHP and MySQL.

index.htm 1.1KB

12345678910111213141516171819202122232425262728
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <HEAD>
  3. <TITLE>Help Index</TITLE>
  4. <link href="style.css" rel="stylesheet" type="text/css">
  5. </HEAD>
  6. <BODY onload="window.focus();">
  7. <table width="100%" border="0" cellpadding="1" cellspacing="3" class="pageheader">
  8. <tr>
  9. <td><span class="title">Table of contents</span></td>
  10. <td align="right">&nbsp;</td>
  11. </tr>
  12. </table>
  13. <hr noshade>
  14. <br>
  15. Click the links below to go to the different help sections.
  16. <ul class="toc_ul">
  17. <li class="toc_li"><a href="about.htm">About TinyMCE</a></li>
  18. <li class="toc_li"><a href="common_buttons.htm">Common buttons</a></li>
  19. <li class="toc_li"><a href="insert_image_button.htm">Insert image button</a></li>
  20. <li class="toc_li"><a href="insert_link_button.htm">Insert link button</a></li>
  21. <li class="toc_li"><a href="insert_anchor_button.htm">Insert anchor button</a></li>
  22. <li class="toc_li"><a href="insert_table_button.htm">Insert table button</a></li>
  23. <li class="toc_li"><a href="create_accessible_content.htm">Create accessible content</a></li>
  24. </ul>
  25. <hr noshade>
  26. </BODY>
  27. </HTML>