Hi,

i want to center the Button of HelpZilla Live Support in my Sidebox..

i tried everything with <center> </center and <div align="center">

I hope someone of you professional out there has a anser for me...

Thanks in advance...

Here is the Code of the tpl_blank_box.php

$content = '<div class="sideBoxContent">';

$blank_box_content .= '<!-- http://www.LiveZilla.net Chat Button Link Code --><a href="http://www.meineseitee.com/store/livezilla/livezilla.php" target="_blank"><center><img src="http://www.meineseite/store/livezilla/image.php?id=03" width="179" height="51" border="0" alt="LiveZilla Live Help"></a></center><a href="http://www.livezilla.net"></a><!-- http://www.LiveZilla.net Chat Button Link Code --></center><br/>';

$content .= $blank_box_content;

$content .= '</div>';