Re: web page issues

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: web page issues
Дата
Msg-id 200203021230.g22CUTs14722@candle.pha.pa.us
обсуждение исходный текст
Ответ на web page issues  (Rich Morin <rdm@cfcl.com>)
Ответы Re: web page issues
Список pgsql-docs
Rich Morin wrote:
> Bruce Momjian wrote:
> >Rich Morin wrote:
> >>           [archives pgsql-sql      - This is a discussion area ...
> >>           ]
> >
> >I don't see the problem.  Looks fine here.
>
> Interesting.  On my G3 Mac (Mac OS 9.1), Netscape Communicator 4.76
> renders the page just fine, but Internet Explorer:mac 5.1 doesn't.
> Looking at the source code for the page, I see:
>
>    <TD VALIGN=TOP>[<A HREF=".../pgsql-php">archives</A>]</TD>
>    <TD VALIGN=TOP>[<A HREF=".../pgsql-sql">archives</A>] </TD>
>                                                         ^
>
> The space after the closing bracket causes "[archives] " to be wider
> than "[archives]".  It appears that IE sets the column's width on the
> first instance ("[archives]"), then decides that the last instance
> needs to be wrapped.  In summary, the space should be removed.

Vince, can you apply this patch to the user's lounge that fixes this
problem?  Thanks.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
*** ./index.html.orig    Sat Mar  2 07:28:35 2002
--- ./index.html    Sat Mar  2 07:28:55 2002
***************
*** 214,220 ****
      <td>Using PostgreSQL with PHP.</td>
    </tr>
    <tr>
!     <td valign="top">[<a href="http://archives.postgresql.org/pgsql-sql">archives</a>] </td>
      <td valign="top"><b>pgsql-sql</b> </td>
      <td valign="top">- </td>
      <td>This is a discussion area for users on SQL related matters.</td>
--- 214,220 ----
      <td>Using PostgreSQL with PHP.</td>
    </tr>
    <tr>
!     <td valign="top">[<a href="http://archives.postgresql.org/pgsql-sql">archives</a>]</td>
      <td valign="top"><b>pgsql-sql</b> </td>
      <td valign="top">- </td>
      <td>This is a discussion area for users on SQL related matters.</td>
***************
*** 249,252 ****
      </td>
    </tr>
  </tbody></table>
! </body></html>
\ No newline at end of file
--- 249,252 ----
      </td>
    </tr>
  </tbody></table>
! </body></html>

В списке pgsql-docs по дате отправления:

Предыдущее
От: Rich Morin
Дата:
Сообщение: Re: PostgreSQL 7.2 docs
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: PostgreSQL 7.2 docs