Witajcie, zauważyłem dzisiaj ze jedna z moich tabeli gdy uzywam ie jest przesunieta w lewo i rozwala całą strone główna , pod mozilla i opera poprawiłem ale nadal nie moge wymyślić zeby pokazywało poprawnie tabele jedną pod drugą.
Jest już wyczerpany i poprostu coś mi uciekło
Podaje kod php bede naprawde wdzięczny za wskazówki
Pogrubiłem fragment który ucieka na lewo, gdy usunę wyrózniony kod php strona pokazuje sie poprawnie ale bez kategorii :-(
<?php
<div class="menu-box">
{php}
include("catcol.php");
{/php}
{include file="menu1col.tpl"} {include file="menu2col.tpl"}
</div>
{if $index_catid==0} <!-- front page -->
{/if}
{if $special_list}
<div class="containertable">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<th class="title-table">{$smarty.const.LA_PREMIUM}</th>
</tr>
{foreach item=special from=$special_list}
<tr class="special-list">
<td> <span class="znaki_m">ť</span> <a href="detail.php?id={$special.s_id}">{$special.s_title}</a></td>
</tr>
{/foreach}
</table>
</div>
{/if}[b]<div class="containertable">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
{if $catname}
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<th class="title-table">{$catname}</th>
</tr>
</table>
{/if}
<!-- SHOW LIST -->
{if !$HideLastListFp}
{php}include("links.php");{/php}
{/if}
</td></tr></table>
</div>[/b]{if $index_catid==0} <!-- front page -->
<div class="containertable">
{include file="index_info.tpl"} {/if}
</div>
?>