Forum Moderators: not2easy
This is what I have now:
<table>
<tr>
<td>Normal Procedures Checklist</td>
</tr>
<tr>
<td>Powerplant Managagement</td>
</tr>
<tr>
<td>VMC & IMC Simulator Introduction<br>to Fuel Systems</td>
</tr>
<tr>
<td>Powerplant Controls</td>
</tr>
</table>
Thank you!
try it like this...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><style type="text/css">
#lh {
line-height:0.8;
}
</style></head>
<body><table><tr>
<td>Normal Procedures Checklist</td>
</tr><tr>
<td>Powerplant Managagement</td>
</tr><tr>
<td id="lh">VMC & IMC Simulator Introduction<br>to Fuel Systems</td>
</tr><tr>
<td>Powerplant Controls</td>
</tr></table></body>
</html>