Quote Originally Posted by FunkyPapa View Post
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'?
You will have to go through each and every file and and folder change everything to return_authorization

You will need to change includes/modules/pages/returns to return_authorization

You will need to change includes/extra_datafiles/returns_filenames.php to return_authorization_filenames.php
and then change the define statements.

You will need to change includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php to tpl_return_authorization_default.php

-----------------
includes/extra_datafiles/returns_filenames.php
includes/languages/english/extra_definitions/YOUR_TEMPLATE/returns_defines.php
includes/languages/english/YOUR_TEMPLATE/returns.php
includes/languages/english/html_includes/define_returns.php
includes/languages/english/html_includes/YOUR_TEMPLATE/define_returns.php
includes/modules/pages/returns
includes/templates/YOUR_TEMPLATE/templates/tpl_returns_default.php
includes/templates/YOUR_TEMPLATE/css/returns.css