Pagina 1 din 1

Problema Footer

Scris: 04-Sep-2011, 01:32:12
de Mike220v
Salut, am si eu o problema cu footerul, am instalat Mchat si footerul este acum mai scurt, cum pot lungi footerul sa treaca peste submeniu de sub chat, cum era inainte sa instalez Mchat, am atasat un SS.
http://imageshack.us/photo/my-images/200/problemaeh.jpg

Re: Problema Footer

Scris: 04-Sep-2011, 16:51:44
de clubptc
Codul pentru include mchat din index_body.html nu e pus unde trebuie.
Acum e asa:

Cod: Selectaţi tot

<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
   <tr> 
 <td valign="top"><!-- INCLUDE forumlist_body.html --><strong></strong> 
 <!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and not S_MCHAT_LOCATION --><!-- INCLUDE mchat_body.html --><!-- ENDIF --> 
</td> 
  </tr> 
</table> 
Incearca asa:

Cod: Selectaţi tot

<table width="100%" border="0" cellspacing="0" cellpadding="0"> 
   <tr> 
 <td valign="top"><!-- INCLUDE forumlist_body.html --><strong></strong> 
</td> 
  </tr> 
</table>
 <!-- IF S_MCHAT_ENABLE and S_MCHAT_ON_INDEX and not S_MCHAT_LOCATION --><!-- INCLUDE mchat_body.html --><!-- ENDIF --> 
 

Re: Problema Footer

Scris: 05-Sep-2011, 12:50:43
de Mike220v
Mersi de ajutor, m-a rezolvat un amic pana la urma dar am uitat sa postez :D :?