Re: PL-SQL Web Toolkit - Problem with HTP.Prints

From: John Reynolds <reynolds_at_fred.net>
Date: 1998/03/19
Message-ID: <6es2ah$364$1_at_news.fred.net>#1/1


Hi,

  The problem is with the HTML code. A web browser treats blank spaces as nulls. To force the browser to insert a space, use: hpt.prints('&nbsp;'). That generates
the HTML escape sequence for a space.

  • John Reynolds reynolds_at_fred.net
Received on Thu Mar 19 1998 - 00:00:00 CET

Original text of this message