[EMAIL PROTECTED] wrote:
> But can you please tell me what can I do to pass in a char[] instead
> of hard code 200px?
...
> cssDecl->SetProperty(NS_LITERAL_STRING("width"), csswidth,
> EmptyString());Replace "cssWidth" with "NS_ConvertUTF8toUTF16(cssWidth)". -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

