> > This works fine for defining another class like: <input id="test" class="input-small" type="text" value="" name="test"> > > But not for defining size manually like: > <input id="test" size="30" type="text" value="" name="test"> >
I think any CSS rule will take precedence over the "size" attribute, so that's not going to work unless we decide not to use any base CSS at all. Anyway, you should probably be using CSS rather than the "size" attribute -- that's what CSS is for. Anthony -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.