On Thu, Apr 01, 1999 at 10:33:58AM -0500, Schmidt, Allen J. wrote:
> I have the Vector element wrapped in the <PRE> </PRE> tag BUT the text
> displayed is not one for one. Some parts of the element are correct - others
> are 'butted' up next to the next part of the text. As stated, the view
> source shows it correctly but the browser does not.   ?????

        Does each element appear in <PRE> tags? IE, is it:

<PRE>element 1</PRE>
<PRE>element 2</PRE>

or

<PRE>
element 1
element 2
</PRE>

        The first will behave like you describe. The second will
probably be what you want.

        Generally, if the source is what you'd expect, but the display
isn't, it's an HTML error.

--
Robert Crawford                 [EMAIL PROTECTED]
http://www.iac.net/~crawford

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to