Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I have a text widget in a panel when I add teh text I can ont get it to wrap. I have reviewed the scroll sample sevrel times. I can not get it to wrap.
I get the value form a xml file and set it like this.
$(“#m1-AnswerPage-answerValue”).html($(this).find(‘Answer’).text());
is there a issue becuse it is a panel? I am stumped.
This issue was resolves with the padding. I needed to force the regen of my html becuse I am calling this page programaticly. once I regened after padding it worked fine.