> In the simple case, just by having the web designer block off <span> > segments, that get conditionally included based on the bindings. Not a > huge step, but it keeps the actual conditional logic out of the html. ok, so you have <span oid=condition_true> something </span> <span oid=condition_false> something else </span> did i understand this correctly? this looks nice, okay... >> Like this "homepage" problem i explained in my previous post. > > Sorry, I couldn't find that post... could you elaborate again? It was just an example for a conditional. basically displaying an html link if a homepage is defined, and displaying "no homepage available" if there is no homepage defined. Greetings,