Jamie Harrop
11-10-2005, 11:15 AM
For the last hour, I have been searching with both Textpads search function and my Eagle eyes, to find a section of the code, in step 1 of the ModernBill order process.
I simply cannot find the following in any files:
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr><td><table width="100%" bgcolor="#FFFFFF"><tr><td><b><font size="2" color="#000000"><center><font size=2></font></center></font></b></td></tr></table></td></tr>
<tr><td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr><td>
I have found the line above it, and the line below it, but the lines between are not in either of these two files.
It is on the first page of the order wizard, where the customer enters their domain name.
I'm attempting to center the domain name form and a few other bits. The only way to do that is by editing the code above.
I would really appreciate it if somebody could point me to the correct file.
Here is where I have looked so far:
/order/orderwiz.php
/order/template/wizard/_wizard_html_start.php
/order/template/wizard/_wizard_html_stop.php
/include/misc/mod_orderwiz/wizard_main_steps.case.inc
/include/misc/mod_orderwiz/wizard_register_domain.case.inc
/include/misc/mod_orderwiz/main_steps/submit_domain.register.case.inc
Probably a whole heap of other places that I have forgotten about.
ModernBills code sucks, big time. Once I get a chance, I promise, I will rip it to bits and code it in valid XHTML, CSS, and to recent standards and accessibility guidelines. You heard me right ModernGigabyte, I'm coming for ya! ;)
I simply cannot find the following in any files:
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="1" bgcolor="#FFFFFF">
<tr><td><table width="100%" bgcolor="#FFFFFF"><tr><td><b><font size="2" color="#000000"><center><font size=2></font></center></font></b></td></tr></table></td></tr>
<tr><td>
<table width="100%" align="center" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">
<tr><td>
I have found the line above it, and the line below it, but the lines between are not in either of these two files.
It is on the first page of the order wizard, where the customer enters their domain name.
I'm attempting to center the domain name form and a few other bits. The only way to do that is by editing the code above.
I would really appreciate it if somebody could point me to the correct file.
Here is where I have looked so far:
/order/orderwiz.php
/order/template/wizard/_wizard_html_start.php
/order/template/wizard/_wizard_html_stop.php
/include/misc/mod_orderwiz/wizard_main_steps.case.inc
/include/misc/mod_orderwiz/wizard_register_domain.case.inc
/include/misc/mod_orderwiz/main_steps/submit_domain.register.case.inc
Probably a whole heap of other places that I have forgotten about.
ModernBills code sucks, big time. Once I get a chance, I promise, I will rip it to bits and code it in valid XHTML, CSS, and to recent standards and accessibility guidelines. You heard me right ModernGigabyte, I'm coming for ya! ;)
