Posts: 3,987
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
I can't seem to spot it from the PHP code you've posted, but the problem on the client-side is that the HTML is coming out like this:
HTML Code:
</tr>
0 USD<tr class='tr2'>
No text should appear between the table rows. Text should always appear within the TD elements. Therefore the browser is just sticking this text up above the tabular data because there is no standard way to respond to this sort of malformed HTML.
It's somewhat baffling based on the information you're giving us, however, as I don't see anything in your code that indicates output in that area. Are you sure this is all of the relevant code? Is there something else that is doing replacement on the text? Did you write all this code, or are you working on someone else's code?
__________________
I build web things. I work for the startup Please login or register to view this content. Registration is FREE
.
|