Sorry for the newbie question, but how do you get the links in a tree to use absolute URL's? Here is the simplified code: <!--#tree --> <A HREF="<!--#var tree-item-url-->"><!--#var id--></A> <!--#/tree--> tree-item-url returns a relative URL. how do you get this to use an absolute one? Thanks in advance, Michael Bernstein.