JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0.1
[ckeditor.git] / _source / plugins / templates / templates / default.js
index 704cafa..5acd3ac 100644 (file)
@@ -19,7 +19,7 @@ CKEDITOR.addTemplates( 'default',
                                description: 'One main image with a title and text that surround the image.',\r
                                html:\r
                                        '<h3>' +\r
-                                               '<img style="margin-right: 10px" height="100" alt="" width="100" align="left"/>' +\r
+                                               '<img style="margin-right: 10px" height="100" width="100" align="left"/>' +\r
                                                'Type the title here'+\r
                                        '</h3>' +\r
                                        '<p>' +\r
@@ -31,13 +31,13 @@ CKEDITOR.addTemplates( 'default',
                                image: 'template2.gif',\r
                                description: 'A template that defines two colums, each one with a title, and some text.',\r
                                html:\r
-                                       '<table cellspacing="0" cellpadding="0" width="100%" border="0">' +\r
+                                       '<table cellspacing="0" cellpadding="0" style="width:100%" border="0">' +\r
                                                '<tr>' +\r
-                                                       '<td width="50%">' +\r
+                                                       '<td style="width:50%">' +\r
                                                                '<h3>Title 1</h3>' +\r
                                                        '</td>' +\r
                                                        '<td></td>' +\r
-                                                       '<td width="50%">' +\r
+                                                       '<td style="width:50%">' +\r
                                                                '<h3>Title 2</h3>' +\r
                                                        '</td>' +\r
                                                '</tr>' +\r
@@ -64,7 +64,7 @@ CKEDITOR.addTemplates( 'default',
                                                '<h3>' +\r
                                                        'Title goes here' +\r
                                                '</h3>' +\r
-                                               '<table style="float: right" cellspacing="0" cellpadding="0" width="150" border="1">' +\r
+                                               '<table style="float: right" cellspacing="0" cellpadding="0" style="width:150px" border="1">' +\r
                                                        '<caption style="border:solid 1px black">' +\r
                                                                '<strong>Table title</strong>' +\r
                                                        '</caption>' +\r