﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
7207	Iframe uses deprecated align attribute	Teresa Monahan		"When a user inserts an iframe, they can specify an alignment. The HTML generated for the iframe uses the align attribute which is deprecated.
Instead the alignment should be applied using the float CSS property. The image dialog already uses the float CSS property to apply alignment. The iframe dialog should do the same.

'''Steps to Reproduce:'''[[BR]]

1.Insert an iframe into the editor.[[BR]]

2.Specify a url and select an option for alignment.[[BR]]

3.Look at the source of the editor.[[BR]]


e.g.

{{{
<iframe align=""right"" frameborder=""0"" scrolling=""no"" src=""http://dev.ckeditor.com""></iframe></p>
}}}


'''Problem:''' The align attribute which is deprecated is applied to the iframe. "	Bug	closed	Normal		General	3.5	duplicate	IBM	Damian Satya Minnekanti James Cunningham
