i can allow the align style class in the $allowed_html array by adding:
'img' => array(
'title' => array(),
'class' => array(),
'style' => array(),
'src' => array(),
'align' => array(),
But this does not make it work, do i need to add more code somewhere else to allow me to align the images properly?