When viewing the source code I see lots of <BR>s
Quote:
<table border="1" width="50%">
<BR> <tr><!-- Row 1 -->
<BR> <td>BD = Bead Diameter</td><!-- Col 1 -->
<BR> <td>LD = Large Diameter</td><!-- Col 2 -->
<BR> </tr>
<BR> <tr><!-- Row 2 -->
<BR> <td>CD = Cutting Diameter</td><!-- Col 1 -->
<BR> <td>OL = Overall Length</td><!-- Col 2 -->
<BR> </tr>
<BR> <tr><!-- Row 3 -->
<BR> <td>CH = Cutter Height</td><!-- Col 1 -->
<BR> <td>PL = Point Length</td><!-- Col 2 -->
<BR> </tr>
<BR> <tr><!-- Row 4 -->
<BR> <td>DC = Depth of Cut</td><!-- Col 1 -->
<BR> <td>R = Radius</td><!-- Col 2 -->
<BR> </tr>
<BR></table><br>
|
When I view generated source in Firefox:
Quote:
<div style="padding: 5px;">
<br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br> <br><table border="1" width="50%">
<tbody><tr><!-- Row 1 -->
<td>BD = Bead Diameter</td><!-- Col 1 -->
<td>LD = Large Diameter</td><!-- Col 2 -->
</tr>
<tr><!-- Row 2 -->
<td>CD = Cutting Diameter</td><!-- Col 1 -->
<td>OL = Overall Length</td><!-- Col 2 -->
</tr>
<tr><!-- Row 3 -->
<td>CH = Cutter Height</td><!-- Col 1 -->
<td>PL = Point Length</td><!-- Col 2 --> </tr>
<tr><!-- Row 4 -->
<td>DC = Depth of Cut</td><!-- Col 1 -->
<td>R = Radius</td><!-- Col 2 -->
</tr>
</tbody></table><br>
|
So, I would take a look at that code because those <BR>s are causing your problem.
Louise