http://localhost/images/templates/bg_2.png
CKEDITOR.addTemplates('myTemplate', {
templates: [{
title : 'Template Title',
description: 'A template with an image background.',
html : '<div style="background: #ff0 url(/images/templates/bg_2.png) no-repeat left top;">Hello world</div>'
}]
});
