Look at what's there. At the very least, you could extend the current tag and add your attribute. Familiarize yourself with the structure - I think there's probably a better place for it than just in a descendant of <html:text/>. This is an attribute for (nearly) all elements in HTML 4.01 isn't it? There's a BaseTag class (that's close - maybe not an exact name) you could use. By putting the property in there you'd have access to that attribute everywhere.
edgar wrote: >Is there any reason this attribute is not supported in the html:text >tag? > >It is in the HTML 4.01 spec and is supported at least by IE5. Should I >just create my own tag or is there general interest in extending the >tag? > >Thanks > >Edgar Dollin > -- Eddie Bush -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

