![]() |
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. |
Re: Can't get rid of space on page
When viewing the source code I see lots of <BR>s
Quote:
When I view generated source in Firefox: Quote:
So, I would take a look at that code because those <BR>s are causing your problem. Louise |
Re: Can't get rid of space on page
Thanks Louise. Those BR's are not in the code I am putting in but must be in the template file. Do you know what file generates those pages and where it's located?
Thanks |
Re: Can't get rid of space on page
I fixed it. Got rid of every space in the code. Ended up with this.
<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> Picture shows style of bit but may not be the exact size of bit you will be getting. |
All times are GMT -8. The time now is 04:28 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.