Quote:
Originally Posted by John Diver
There is a large space above the table - I am using a bbcode module and just have the table in the module.
Thanks again 
|
For some reason the code looks like:
Code:
<table><br />
<tr><br />
<td><br/>
and you can't have <br/> tags between table tags like that, so when it's done the <br/> tags end up above the table and create the gap. I don't know where those tags are coming from. Could be you have something converting newlines to <br/> somewhere.