Hi,
Good advice, having read the wp_list_pages entry in hte codex, it claims i can specify to have no title, this way i can use code similar to yours above the function call. I tried this today, but hadn’t read the codex and kept ending up with some sort of default pages title instead of nothing at all, combining your advice with the codex’ knowledge should provide a solution:)
I really dont know much about widgets, i should do some reading (by that i mean, i know nothing!) my next goal is to be able to slot an adsense linkuit into the output of wp_list_pages(), after the end of the first Parent and all its children – not looking easy – since the theme is to be recycled on many pages with varying quantities of parents and children.
Charles