More than one image label or button in a line

Is it possible to put more than one image label or button in a line with dhtmlxform?
I’ve used the code

<item type="label" label="&lt;img src='imgs/icon1.png'/&gt;&lt;img src='imgs/icon2.png'/&gt;"/>

in the xml-file used with form.loadStruct, but the images are not in the same line.
What can I do to put the images in the same line?

Ok, I’ve solved it.
I’ve put a table inside the label attribute of the -tag.

If you mean something like this: dhtmlx.com/docs/products/dht … utton.html (buttons “Ok” & “Cancel”) - use

If you mean something other - try to represent it on the image and attach it.