Bugs item #562906, was opened at 2002-05-31 15:31
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=562906&group_id=22866

Category: None
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Tobias Frech (gropi)
Assigned to: Nobody/Anonymous (nobody)
Summary: jboss.org/* contains too many NOWRAPs

Initial Comment:
The new website design looks great on some browsers.
On others (like Netscape Communicator 4.79) it is
displayed 4000++ pixels wide and therefor it is not
readable at all.

The reason are too many "nowrap" in the HTML source.
Either throw them out all together
or just delete at least these three nowraps:
(line numbers valid if you save jboss.org/index.html as
source page)

line 67:

    <tbody>
      <tr valign="top">
        <td align="center" width="100%" height="150"
nowrap>
          <table width="100%" height="109"
cellspacing="0" cellpadding="0" border="0"
class="ad-panel">

line 198:

        </td>
      </tr>
      <tr valign="top">
        <td align="center" width="100%" nowrap>
          <table width="100%" height="100%" border="0"
cellspacing="0" cellpadding="0">
  
line 713:

            </tbody>
          </table>
        </tr>
      <tr valign="bottom">
        <td align="center" width="100%" height="38"
nowrap>
          <table width="100%" height="38"
cellspacing="0" cellpadding="0" border="0">
  

Beside these informations more hints for improvements
can be found via
http://www.doctor-html.com/RxHTML/cgi-bin/single.cgi
and entering www.jboss.org.




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

>Comment By: Tobias Frech (gropi)
Date: 2002-06-01 17:22

Message:
Logged In: YES 
user_id=175855

NOWRAPs have been removed in the default.jsp decorator.


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

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=376685&aid=562906&group_id=22866

_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to