What other things can we do to control the area, width and shape of where the innerHTML text go's and look like. I tried using a <br> but it didnt work. I want to box it up in the center instead of having it all the way to the left or right?
function EJEJC_shown() {
jQuery("#tdPmnt").attr("innerHTML", "<b>IMPORTANT</b>: Make sure that you selected the correct <b>COLOR</b>.");
jQuery("#country1").attr("innerHTML", "Country");
jQuery("#state1").attr("innerHTML", "Zip Code");
}
Also, is there a setting to auto-size the length so that there never is scroll bars?