Bug 43161 - extra table tag in login page
Summary: extra table tag in login page
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Web Site
Classification: Red Hat
Component: New Store
Version: current
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cameron Prince
QA Contact: wbirkhea
URL: http://www.webqa.redhat.com/cgi-bin/s...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-06-01 16:36 UTC by Maraya Cornell
Modified: 2013-01-09 10:54 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2001-06-01 17:23:58 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Maraya Cornell 2001-06-01 16:36:08 UTC
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>&nbsp;<BR>&nbsp;<BR>

--------------------------------------------------------

Also, Add this code after the closing of the nav table:
<!-- end nav table -->
<br /><br />

Comment 1 Cameron Prince 2001-06-01 17:01:09 UTC
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.



Comment 2 Cameron Prince 2001-06-01 17:09:45 UTC
Bug only visable in Netscape. Added </td></tr></table> to close table. Fixed on
webdevel.

Comment 3 Maraya Cornell 2001-06-01 17:18:57 UTC
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.


Comment 4 Maraya Cornell 2001-06-01 17:23:54 UTC
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.


Comment 5 Maraya Cornell 2001-06-01 21:13:38 UTC
fab- this is fixed.  thanks Cameron!



Note You need to log in before you can comment on or make changes to this bug.