Bueno, muy claro no me queda
con esto, tendrias tres columnas centradas
Código HTML:
Ver original<!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"> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> .columnas {
float: left;
width: 33.33%;
height: 50px;
}
<div style="width:980px; margin: 0 auto;"> <div class="columnas">texto col 1
<br />zzzzzz
</div> <div class="columnas">texto col 2
<br />ssssss
</div> <div class="columnas">texto col 3
<br />ggggg
</div>
Y esto
habrás querido poner class="fondo" y class="blanco" ?
Buenó sería ver todo completo, html y css
Saludos