Quote Originally Posted by FunkyPapa View Post
Well, I took out what I had put in, easy since there are no overwrites....and I uploaded it as original to read all 'returns' instead of what I changed it too.

The box looks odd now, as it only takes up 1/2 of the screen, and now the boxes around all the areas are off

The only changes I did in this upload was to change YOUR_TEMPLATE to funky and let her rip. This time if I use Firefox's web developer..I can see the returns.css....but don't know what to change in there for the borders and to make the box wider. I apologize, I'm still trying to wrap my head around a good portion of the coding concept....Also..the Send button still looks like it's in the wrong place on this screen.

Again, you can see it here.

Would my problem have been missing a 'returns' somewhere in my last pass through the files when I changed all occurances to 'return_authorization'?

The reason I did that change was, I'd like our returns policy to be on the 'returns' page....and the actual form to be on the 'return_authorization' page. Please let me know if that is not the correct way to accomplish what I'm after.
To make the text box wider:

open returns.css find the following declaration and change the highlighted portion as indicated:

textarea {
margin: auto;
padding:0.5em;
display: inline;
width: 90%;
border:1px solid #B6ABD5;
overflow:auto;
}

for the borders, find the following declaration and make what changes you need.

fieldset #personal, fieldset #order, fieldset #write{
padding:0;
border:1px solid #000;
border-width: 1px 0 0;

}

You may also want to edit the fieldset declaration in stylesheet.css