Matias Gomez Carabias wrote:
Hi Guys, I have the following question:How can y define properties like width for instance, for an htmlTag object? I am using the styleClass param to specify the style class for the object.I want to know if something like this can be done: <t:htmlTag value=”table” width=”50”>
The tag supports a "style" attribute. <t:htmlTag value="table" style="width:50"/> Join the CSS revolution! :-) Cheers, Simon