Author Topic: Table Styles  (Read 1283 times)

Offline ahwoogamac

  • Jr. Member
  • **
  • Posts: 7
    • View Profile
Table Styles
« on: 24/April/2009, 03:57:45 PM »
While the first few pages look fine, it looks like the final payment page has the wrong classes on some of the table cells.

While the First Name field looks correct with:

Code: [Select]
<td class="field-title" align="left" valign="top">* First Name</td>
<td class="field-value" align="left" valign="top"><input type="text" name="CustomerFirstName" value="John" /></td>

The rest of the fields show something like this:

Code: [Select]
<td class="field-title" align="left" valign="top">* Last Name</td>
<td class="field-title" align="left" valign="top"><input type="text" name="CustomerLastName" value="Doe" /></td>

If you notice, "field-title" is listed for BOTH cells, not just the label cell.  You don't really notice it until you try to add custom styles to those classes and it stands out pretty bad.

Offline netshine

  • Administrator
  • Hero Member
  • *****
  • Posts: 4,959
    • View Profile
Re: Table Styles
« Reply #1 on: 24/April/2009, 04:50:31 PM »
I cannot see this problem at all - which version of nBill are you using? Can you tell me exactly how to get to the page in question?

 

anything