![]() |
Why is my table way down the page?
So I created a simple table to align a graphic and some text - http://www.streetortrack.com/Ford-style-universal-ALL-PRO-radiators-c-1214.html and dropped this html into the category 'description' in x-cart admin:
Code:
<table> Any ideas on why there is a huge white space at the top? Thanks! |
Looks like you already fixed it
|
Not exactly. I just put the text outside the table:
Code:
The Ford style universal fit radiators feature an upper right inlet and a lower left outlet. They will work with any engine, however you will find these radiators more convenient if your hoses already attatch to the same locations. These radiators feature a 7 plate all aluminum high performance transmission cooler and can be used in either manual or automatic vehicles. No matter what I seem to do with the table it always appears with a huge gap... |
In Customer/main/subcategories.tpl, try replacing this:
{$current_category.description|regex_replace:"/[\n]/":" "} with this: {$current_category.description} |
That was it!
Thanks! |
All times are GMT -8. The time now is 09:27 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.