Código:
<!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>
<style type="text/css">
<!--
div#izquierda {
position: absolute;
left: 5px;
top: 64px;
}
div#medio {
text-align: center;
font-size: 25px;
top: 25px;
}
div#medio-sub {
text-align: center;
font-size: 18px;
}
div#derecha {
position: absolute;
right: 5px;
top: 64px;
}
-->
</style>
</head>
<body>
<p><div id="medio"><strong>Web-to-cutre.com</strong></div>
<p><div id="izquierda">Izquierda</div><div id="medio-sub">Que ni es com ni es nada
pero le pongo esto por algún motivo</div><div id="derecha">Derecha</div></p>
</body>
</html>
¡Conseguido!
¿Alguna solución menos chapucera? Un saludo.