View Single Post
  #142  
Old 03-04-2007, 07:28 AM
 
Chris B Chris B is offline
 

eXpert
  
Join Date: Oct 2002
Posts: 226
 

Default Re: Want a WYSIWYG detailed description text area?

here is the fix for the advanced search java error...

instead of:

<script language="JavaScript" type="text/javascript" src="/provider/wysiwyg.js">

included within single/home.tpl, right after the </HEAD>

use the following:

{if $section eq "main"}
<script language="JavaScript" type="text/javascript" src="/provider/wysiwyg.js">
{/if}



Chris
__________________
4.0x - 4.5x
Reply With Quote