Hi, When using the new div syntax, (:div1:), what is the intended method of applying attributes? These work: (:div1 style='float:left; width:400px'; :) (:div1:) %apply=div float=left width=400px% but somehow I expect to be able to write: (:div1 float=left width=400px :) -- Best, Marc