Description of Problem: Content on log in page does not show up because there is an extra table tag. How Reproducible: Always Steps to Reproduce: 1. Click any link that should take you to a log in page 2. 3. Actual Results: Blank page after header. Expected Results: Log in content. Additional Information: There is an extra opening table-wrapper, right after the tag: <!-- begin wrapper table --> Remove this code: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="/img/pixel.gif" width="15" height="1" border= "0"></td> <td width="98%" valign="TOP"> <!-- end NOLEFT_TOP --> <P> <BR> <BR> -------------------------------------------------------- Also, Add this code after the closing of the nav table: <!-- end nav table --> <br /><br />
The code requested to be removed is part of the primary template. Removing this would break every other page within the store. I will see if there is another solution.
Bug only visable in Netscape. Added </td></tr></table> to close table. Fixed on webdevel.
Okay, well the problem is that there are two wrapper-table openings. So one of them needs to be removed. The <!-- end NOLEFT_TOP --> tag can be left in, if that's what you mean.
Okay, but now you're going to have an extra table in there. Why not just get rid of one of the opening table tags? I don't care which one you delete.
fab- this is fixed. thanks Cameron!