Hi, I have seen this before, your styles need to be of the correct type value IE Number, unit
This is correct;
hbs.setStyle("backgroundColor",0xEEEEEE);
hbs.setStyle("paddingBottom",10);
hbs.setStyle("paddingTop",10);
You were using strings, only use string with string type styles.
Mike
--
Teoti Graphix, LLC
http://www.teotigraphix.com
Teoti Graphix Blog
http://www.blog.teotigraphix.com
You can find more by solving the problem then by 'asking the question'.

