0 Replies Latest reply on Oct 20, 2003 8:04 AM by netlive

    htm.fx

    netlive

      i belief at class org.jboss.nukes.html.HtmlFx;
      public String tableStart(String title, String[] headers, int border, String width, int cellPading, int cellSpacing)
      {
      // Wrap the user table in our own invisible table to make the title sit properly
      app.append("<table border=\"").append(border);

      should be
      app.append("<table border=\"").append(border).append("\"");