Hola, tengo esto:
Código Javascript
:
Ver originalvar texto = document.createElement('div');
texto.innerHTML+= '<table border=0 cellpadding=0 cellspacing=0>';
texto.innerHTML+= '<tr>';
texto.innerHTML+= '<td width=550><div align=justify>';
if (imagenameauthor != "")
{
texto.innerHTML+= '<img src=../images/'+imagenameauthor+' width=50 height=50 align=left style=\'align:left; border-style: solid; border-width: 1px; border-bottom-color: #3B5998; border-right-color: #113A7C; border-left-color: #113A7C; border-top-color: #113A7C; margin-right:5px\';>';
}
texto.innerHTML+= '<span class=ver12azuosc><b>'+newauthor+'. </b></span><span class=ver12neg>'+newcomment+'</span></div></td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '<tr>';
texto.innerHTML+= '<td width=550 height=3></td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '<tr>';
texto.innerHTML+= '<td width=550>';
texto.innerHTML+= '<div align=right>';
texto.innerHTML+= '<span class=ver10gris>'+label_moments_ago+'</span>';
texto.innerHTML+= '<span class=ver10gris> · IP </span>';
texto.innerHTML+= '<span class=ver10gris>'+ip+'</span>';
texto.innerHTML+= '</div>';
texto.innerHTML+= '</td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '</table>';
texto.innerHTML+= '<table border=0 cellpadding=0 cellspacing=0>';
texto.innerHTML+= '<tr width=550 height=5>';
texto.innerHTML+= '<td class=ver10azuosc width=450></td>';
texto.innerHTML+= '<td class=ver10azuosc height=5>';
texto.innerHTML+= '</td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '</table>';
texto.innerHTML+= '<table border=0 cellpadding=0 cellspacing=0>';
texto.innerHTML+= '<tr height=1>';
texto.innerHTML+= '<td height=1 width=550 bgcolor=EEE9E9></td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '</table>';
texto.innerHTML+= '<table border=0 cellpadding=0 cellspacing=0>';
texto.innerHTML+= '<tr width=550 height=5>';
texto.innerHTML+= '<td height=5></td>';
texto.innerHTML+= '</tr>';
texto.innerHTML+= '</table>';
el tema es q no me coge el
align=right de la capa
<div> ni creo q tampoco las tablas, algo estoy haciendo mal pero no sé q...