Jump to content

[SOLVED] After inserting table in banner it shows extra space


Recommended Posts

Hi,

 

I modified banner code to provide support icon, after this it is showing extra space, my code is

 

<table style="text-align: left; width: 1170px; height: 65px; overflow: hidden;" border="0"
cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td style="vertical-align: top; height: 60px;">

<a href="{$banner_link|escape:'htmlall':'UTF-8'}" title="{$banner_desc|escape:'htmlall':'UTF-8'}">
{if isset($banner_img)}
        <img class="img-responsive" src="{$banner_img|escape:'htmlall':'UTF-8'}" alt="{$banner_desc|escape:'htmlall':'UTF-8'}" title="{$banner_desc|escape:'htmlall':'UTF-8'}" width="1049" height="60" />

</td>
<td style="vertical-align: top; height: 60px; width: 121px; overflow: hidden;">

 
<div id="craftysyntax_2" style='height:65px; vertical-align: top;'><script type="text/javascript" src="http://chatport.in/livehelp_js.php?eo=0&department=2&serversession=1&pingtimes=10&dynamic=Y&creditline=n"></script></div>


</td>
</tr>
</tbody>
</table>



{else}
        {$banner_desc|escape:'htmlall':'UTF-8'}
{/if}
</a>
 

my site is http://qyntra.com

Edited by vekia (see edit history)
Link to comment
Share on other sites

  • 9 months later...
×
×
  • Create New...