On Sep 25, 2008, at 8:40 AM, Melisa wrote:
I'm a newby in TALE and I would like to know how to use TALE options.
In fact I want to create 2 tables one next the other (vertically
separated) and not 2 tables one below the other (horizontally
separated).
Can you help me?
This is quite easy with the YUI components that we use. Hopefully the
forum doesn't mangle the HTML too badly.
<div class="yui-g">
<div class="yui-u first>
<!-- Insert your left table -->
</div>
<div class="yui-u">
<!-- Insert your right table -->
</div>
</div>
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users