<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><P>I would like to suggest that</P><P><BR></P><P> WATagBrush<BR> &gt;&gt;attributes<BR>   ^ attributes ifNil: [ attributes := WAHtmlAttributes new ]<BR></P><P><BR></P><P>Should be</P><P><BR></P><P> WATagBrush<BR> &gt;&gt;attributes<BR>    ^ attributes ifNil: [ attributes := WATagAttributes new ]<BR></P><P><BR></P><P>And then I can handle in my WACurlTagBrush with WACurlOptions and</P><P>WAHtmlTagBrush can use WAHtmlAttributes</P><P><BR></P><P>Curl options are very much like HTML attributes but not entirely</P></td></tr></table>