View Single Post
  #2  
Old 12-30-2003, 03:31 AM
 
funkydunk funkydunk is offline
 

X-Man
  
Join Date: Oct 2002
Location: Cambridge, UK
Posts: 2,210
 

Default

I believe that in the template where you have placed the $sql_tbl[categories].reviewnew part you will need to replace this with:

Code:
{$current_category.reviewnew}

or

Code:
{$current_category.reviewnew|nl2br}

if you want to replace new lines in your input with
tags

This may put you on the right track
__________________
ex x-cart guru
Reply With Quote