Now look again in my reply, and you will see that I have explained. I never said DIVs cannot be used. I said that with DIVs you cant accomplish proper layout in PDFs, as @croyavi above also agree. I see that he made it, so my advice was correct. If you sometimes tried to go on further that standard themes and advanced custom layout you will know that. Also from user comments you could conclude the same. Also look in Guide mentioned, laying around DIVs are done nesting them inside TD/TR/TABLE elements. Using Just DIVs doesn’t correctly layout elements for PDF export. As per questions asked above, try to align 2-3 DIVs horizontally using just DIVs. Or try laying divs using relative or absolute positioning, and try PDF export and enjoy.
Also as other has stated, stop pushing that same line as this is not coding forum. We are not talking of underlining coding of Manager. We are talking of everyday stuff that is available in Manager and users keep asking things, especially about themes. So if you don’t like to answer don’t and everybody is happy.
p.s. I did little test for you.
<div style="font-weight: bold; padding-top: 10px; float:left;">TUTs test left</div>
<div style="font-weight: bold; padding-top: 10px; float:right;">TUTs test right</div>
And On screen result is
And on PDF is
That’s all I have to say.