[ic] Two newbie questions

DB interchange-users@icdevgroup.org
Thu Nov 14 22:34:00 2002


> Secondly:
> 
>     [page foo [cgi mv_arg]]click here</a>
> 
> renders a hyperlink to foo that doesn't quite work as I expected (the
> highlighted link actually reads  "]click here").  What am
> I doing wrong?
> 
> Any help here is much appreciated!

I can help with the second one.... I hope that by "paying my dues" my 
questions get a better change of getting an answer ;)

Try this:

[page foo]click here[/page]
or
[page foo]click here</a>
both should work I think

DB