text_editing.html~ 677 B

12345678910111213141516171819202122232425262728293031
  1. <html>
  2. <head>
  3. <link href="../tutorial.css" rel="stylesheet" type="text/css">
  4. </head>
  5. <body>
  6. <div class="header">
  7. The NakedMud Tutorial :: Title Here
  8. </div>
  9. <!-- content starts here -->
  10. <div class="content-wrap"><div class="content-body-wrap"><div class="content">
  11. <div class="head">Title Here</div>
  12. <div class="info">
  13. Info here.
  14. </div>
  15. <!-- content ends here-->
  16. </div></div></div>
  17. <!-- navigation starts here -->
  18. <div class="nav-wrap"><div class="nav">
  19. <iframe src="nav.html" height="100%" width="100%" scrolling=no frameborder=0>
  20. </iframe>
  21. <!-- navigation ends here -->
  22. </div></div>
  23. <!--div class="footer">Edit Date: Nov 15, 2008. By Geoff Hollis</div-->
  24. </body>
  25. </html>