tiger Posted June 1, 2004 Share Posted June 1, 2004 I suffered a weird situation: Sometimes, my footer goes to bottom of the right column! When I check the source, I figured out the string '</table>\n' doesn't show correctly. The only first 2 chars are shown, namely, '</' only. If I put some chars in front of '</table>' of $tableBox_string .= '</table>' . "\n"; (line 67 in boxes.php), something like '___</table>', it still truncate after '/'. I'm wondering why!? In addition, when I login as a user, seems like everything goes well; sometimes, I remove a category, it goes well. Here is a part of the problematic source: <tr> <td class="boxText"><table border="0" width="100%" cellspacing="0" cellpadding="1"><tr><td class="infoBoxContents" valign="top">01.</td><td class="infoBoxContents"><a href="http://localhost/catalog/product_info.php?products_id=29&osCsid=edb9478579b469a44469997025f473f7">Green 1</a></td></tr><tr><td class="infoBoxContents" valign="top">02.</td><td class="infoBoxContents"><a href="http://localhost/catalog/product_info.php?products_id=28&osCsid=edb9478579b469a44469997025f473f7">Soup 1</a></td></tr></table></td> </tr> <tr> <td><img src="images/pixel_trans.gif" border="0" alt="" width="100%" height="1"></td> </tr> </table> </td> </tr> </ </td> </tr> <!-- best_sellers_eof //--> Please help me out! Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.