Advertisement
Guest User

HTML for Test

a guest
Jun 14th, 2012
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.67 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
  4. <script src="http://127.0.0.1:8000/LabBook/static/js/tiny_mce/tiny_mce.js"></script>
  5. <link rel="stylesheet" type="text/css" href="http://127.0.0.1:8000/LabBook/css/page_layout.css?id=1" />
  6. <script>
  7.     $(document).ready(function() {
  8.         tinyMCE.init({
  9.             mode: 'textareas',
  10.             theme: 'simple',
  11.             skin: 'default',
  12.             content_css: "http://127.0.0.1:8000/LabBook/css/page_layout.css?id=1",
  13.             forced_root_block: false
  14.             });
  15.         });
  16.     </script>
  17.            
  18. </head>
  19. <body>
  20. <textarea>
  21.     Test <span class="eqn inline">moretestingeqnstuff</span> Post test
  22. </textarea>
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement