Hello together,
now I’am back from holiday :-)
Fortunately, on my local mashine the test-page was still running now.
To fix the issue, please go in the backend under Extensions >> Template Manager >> Trans Bear >> Edit HTML
There please search these lines:
<table border="1">
<tr>
<div id="sponsor1"> <a href="
www.assuranthealth.com/"><img src="<?php echo $this->baseurl ?>/templates/<?php
...
..
.
</div>
</tr>
</table>
And change the red marked table border to zero.
At last edit the CSS file too and change the sponsor1 to:
#sponsor1{
float:center;
padding-left: 1px;
padding-top: 1px;
padding-right: 1px;
padding-bottom: 1px;
height: 118px;
width: 980px;
}
On my Test-page it runs. Hope it helps. See the image I attached.
Regards
GermanBear