Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 4352)
+++ /CKEditor/trunk/CHANGES.html	(revision 4353)
@@ -80,4 +80,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/4355">#4355</a> : 'maximize' and 'showblock' commands shouldn't take editor focus.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/4504">#4504</a> : Fixed 'Enter'/'Esc' key is not working on dialog button.</li>
+		<li><a href="http://dev.fckeditor.net/ticket/4245">#4245</a> : 'Strange Template' now come with a style attribute for width.</li>
 	</ul>
 	<h3>
Index: /CKEditor/trunk/_source/plugins/templates/templates/default.js
===================================================================
--- /CKEditor/trunk/_source/plugins/templates/templates/default.js	(revision 4352)
+++ /CKEditor/trunk/_source/plugins/templates/templates/default.js	(revision 4353)
@@ -20,5 +20,5 @@
 				html:
 					'<h3>' +
-						'<img style="margin-right: 10px" height="100" alt="" width="100" align="left"/>' +
+						'<img style="margin-right: 10px" height="100" width="100" align="left"/>' +
 						'Type the title here'+
 					'</h3>' +
@@ -32,11 +32,11 @@
 				description: 'A template that defines two colums, each one with a title, and some text.',
 				html:
-					'<table cellspacing="0" cellpadding="0" width="100%" border="0">' +
+					'<table cellspacing="0" cellpadding="0" style="width:100%" border="0">' +
 						'<tr>' +
-							'<td width="50%">' +
+							'<td style="width:50%">' +
 								'<h3>Title 1</h3>' +
 							'</td>' +
 							'<td></td>' +
-							'<td width="50%">' +
+							'<td style="width:50%">' +
 								'<h3>Title 2</h3>' +
 							'</td>' +
@@ -65,5 +65,5 @@
 							'Title goes here' +
 						'</h3>' +
-						'<table style="float: right" cellspacing="0" cellpadding="0" width="150" border="1">' +
+						'<table style="float: right" cellspacing="0" cellpadding="0" style="width:150px" border="1">' +
 							'<caption style="border:solid 1px black">' +
 								'<strong>Table title</strong>' +
