I can not insert this code correctly on this version, already tested in IE and Firefox but not working in FCK. Somebody help me.
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Class</title> <style> Body{ font-size:16px; font-family:arial, sans-serif; letter-spacing:-1px; word-spacing:-1px; text-align:center; } #Box { width:612px; text-align:left; margin:0 auto; padding:0 8px 0 0; } #Classificados_Letra_A { width:145px; height:500px; border:0px solid; padding:0 8px 0 0; background:url(); float:left; } #Coluna_2 { width:145px; height:500px; border:0px solid; padding:0 8px 0 0; background:url(); float:left; } #Coluna_3 { width:145px; height:500px; border:0px solid; padding:0 8px 0 0; background:url(); float:left; } #Coluna_4{ width:145px; height:500px; border:0px solid; padding:0 0 0 0; background:url(); float:left; } </style> </head> <body> <div id="Box"> <div id="Classificados_Letra_A"><b>Formatting testing site</b>test to see what size box testing text-formatting for page</div> <div id="Coluna_2"><b>Formatting testing site</b> do texto para página de site de</div> <div id="Coluna_3"><b>Formatting testing site</b> do texto para página de site de</div> <div id="Coluna_4"><b>Formatting testing site</b> do texto para página de site de</div> </div> </body> </html>
Re: FCK 2.6.4.1 x HTML