View Single Post
  #1  
Old 10-04-2006, 07:41 PM
 
bgumpper bgumpper is offline
 

eXpert
  
Join Date: Aug 2004
Posts: 209
 

Default Can't get rid of space on page

I am trying to add a chart to a page and I am getting a large space before it that I can't figure out why it's there. Probably something to do with the HTML code but if anyone can advise please do. Here is the link and code that is being put in the description field in X-Cart.

http://holbren.com/home.php?cat=169

<table border="1" width="50%">
<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>
</table><br>
Picture shows style of bit but may not be the exact size of bit you will be getting.
__________________
Version 4.1.7 with mods
Reply With Quote