View Single Post
  #2  
Old 10-04-2006, 08:01 PM
  dalmuti's Avatar 
dalmuti dalmuti is offline
 

eXpert
  
Join Date: Oct 2004
Location: Kansas
Posts: 343
 

Default Re: Can't get rid of space on page

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
__________________
Louise

Studio 57 Designs - X-Cart Customization
Providing X-Cart Services since 2004
Hottest Blog Directory - Submit Your Blog for a Free Listing
Reply With Quote