Awesome, showing me just what part to play with...
I changed
HTML Code:
fieldset {
float: left;
clear: left;
width: 100%;
margin: 0 0 1.5em 0;
padding: 0;
}
to
HTML Code:
fieldset {
float: left;
clear: left;
width: 97%;
margin: 0 0 1.5em 0;
padding: .5em;
}
That fixed the line issue.
Did I do something wrong for trying to put in the page to be http:// funkymunkys.ca/index.php?main_page=
return_authorization instead of it being
http://funkymunkys.ca/index.php?main_page=returns...as in should I do something other than change each folder (I think there was one) from returns to return_authorization.....then go through each file name doing the same and finally go through each file with an editor to change all the 'returns' and the 'RETURNS'?