View Single Post
  #2  
Old 01-21-2003, 08:09 PM
 
jpsowin jpsowin is offline
 

X-Adept
  
Join Date: Sep 2002
Posts: 459
 

Default

Since I've changed all my templates I can't test it, but try this:

Change the code at the top of head.tpl:
Code:
{assign var="all_languages_numba" value=0} {* $Id: head.tpl,v 1.22 2002/10/17 13:54:56 zorg Exp $ *} <TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width=100%>

to this:
Code:
{assign var="all_languages_numba" value=0} {* $Id: head.tpl,v 1.22 2002/10/17 13:54:56 zorg Exp $ *} <TABLE align=center border=0 cellPadding=0 cellSpacing=0 class=HeadBox width="780">
__________________
Joshua Sowin
...taking things one TPL at a time.
Reply With Quote