Hi - you should be able to add a CSS class to the Query Text Box and then specify padding in your CSS;
Code:
<QUERYTEXTBOX BorderWidth="" BorderColor="" ForeColor="" BackColor="" Height="" Width="" CssClass="yourClass" type="text"></QUERYTEXTBOX>
Code:
.yourClass {
padding:0 0 0 15px;
}
Please let me know how that goes.
Dan
We've recently setup a Facebook page to help keep customers informed about product releases and updates.
Please Click to Follow Us on Facebook.
Dan Wright