Muchísimas gracias a todos!
Ahora el problema ha mutado y esque las tablas me llevan de cabeza, veréis, yo tengo la siguiente tabla:
<table id="table-design" cellpadding="0" cellspacing="0">
<thead >
<th>Tipo de habitación</th>
<th>Fecha</th>
<th>Precio</th>
<th>Total</th>
<th>Disponibles</th>
<th></th>
</thead>
<tbody>
tipos_habitaciones
<tr>
<td >
descripcion_tipo_habitacion
</td>
<td>
dias_reserva
</td>
<td>
dias_reserva
</td>
<td>
precio
</td>
<td>
disponibles
</td>
</tr>
</tbody>
</table>
Y quiero conseguir el siguiente efecto:
http://postimage.org/image/ya8ibksij/
Pero claro, la tabla está separada por columnas, no por filas ¿Se podría hacer algo?
Un saludo y gracias de nuevo.