From | Katherine Don |
Date | Mon, 30 Jun 2003 09:50:09 +1200 |
Subject | Re: [greenstone-users] formatting difficulties - |
In-Reply-To | (sefc4286-097-groupwise1-duc-auburn-edu) |
hi beth
I've just had a look at the classifier output - it seems to be a general
in my version its line 167 (this may be different if you have a different
change if (colnumber > 0) textout << outconvert <<
to if (colnumber > 0) textout << outconvert << "</td></tr></table> "; then you need to recompile. I think this should fix your problem. some of the macros are also a bit weird. a table that is started in
is finished in
|