[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] Two newbie questions
> 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