mas o menos asi luego te lo combinas para que se te adapte a
tus necesidades
Código PHP:
<tr>
<td width="50" align="center"><? echo $row["dia"] ?></td>
<td width="50" align="center"><? echo $row["mes"] ?></td>
<td width="50" align="center"><? echo $row["año"] ?></td>
<td width="150" align="center"><? echo $row["motivo"] ?></td>
<td width="150" align="center"><? echo $row["solucion"] ?></td>
<td width="150" align="center"><? echo $row["recomendacion"] ?></td>
<td width="50" align="center"><? echo $row["hora_ll"] ?></td>
<td width="50" align="center"><? echo $row["hora_s"] ?></td>
<td width="100" align="center"><? echo $row["duracion_serv"] ?></td>
<td width="100" align="center"><? echo $row["tecnico"] ?></td>
<td width="100" align="center"><? echo $row["atendido"] ?></td>
</tr>
un saludo