Hi,
Currently, the cb authorbot is being positioned like this:
[code:1]<tbody _base_href="">
<tr _base_href="">
<td valign="" colspan="2">
<div class="author_profile">
<a _base_href="" align="left" href="index.php/View-user-profile.html?user=63">
<img class="authorimg" border="0" _base_href="
artbracha.com/
" src="/comprofiler/63_4831befaa3ff4.jpg"/>
<div class="authorimg_caption">blah blah blah</div>
</a>
</div>
</td>
</tr>
</tbody>
</table>[/code:1]
The problem is that the article itself is positioned below this. This leaves a big white blank next to the author's avatar and bio.
I've tried all kinds of css tricks to make it go away, read through the mambot's code and racked my brains...
So, how can I position this mambot on the bottom of the page, side-by-side with the article, or at least - dispense with the <table>?
Where is the code for the table being generated? In com_content or somewhere else?