comparison bns_website/static/js/tinymce/examples/index.html @ 39:b9d6f6d930a9

Merged Chris and Brian's changes with mine.
author Bob Mourlam <bob.mourlam@gmail.com>
date Sun, 06 Nov 2011 20:28:25 -0600 (2011-11-07)
parents ced908af601a
children
comparison
equal deleted inserted replaced
38:6b4e02b8be6b 39:b9d6f6d930a9
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
2 <html>
3 <head>
4 <title>TinyMCE examples</title>
5 </head>
6 <frameset cols="180,80%">
7 <frame src="menu.html" name="menu" />
8 <frame src="full.html" name="main" />
9 </frameset>
10 </html>