Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: PL-SQL Web Toolkit - Problem with HTP.Prints

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@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.

Received on Thu Mar 19 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US