Categories | Question details Back To List | ||
dhtmlxLayout Is it possible to specify the height of particular head ? I need to put an image. ie: dhxLayout = new dhtmlXLayoutObject(document.body, "1C"); dhxLayout.cells("a").setText('<img src="images/mylogo.gif" width="150px" height="80px">'); but the height of the image is bigger then the head. Is there ohter way ? Answer posted by Support on Dec 09, 2008 00:26 Solutions: 1. Fix the css/js files and make header larger; 2. Use 2E pattern, fix height for cell "a" and hide header for cell "a" and attach image into it using attachObject(). |